RE:Re: [ROOT] RE:RH7.0 or LM8.0 and CINT..

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Fri May 25 2001 - 14:29:23 MEST


Dear Prasad,

Thank you for reporting problems.

>2.  "/* default to make interropt. easier */" is not valid in
>#if expressions

Will you teach me where this happens?

>3. iosenum.C:2: warning: ISO C++ forbids declaration of `main' with no 
>type

I'll fix this.

>4. G__c_ipc.c: In function `G__setup_memvarmsgbuf':
>G__c_ipc.c:156: dereferencing pointer to incomplete type
>G__c_ipc.c:157: dereferencing pointer to incomplete type
>G__c_ipc.c: In function `G__c_setup_tagtable':
>G__c_ipc.c:337: sizeof applied to an incomplete type
>make: *** [G__c_ipc.o] Error 1

I'll fix this.

>5. G__c_xlib.c: In function `G___gettimeofday_7_49':
>G__c_xlib.c:3016: warning: passing arg 2 of `gettimeofday' makes pointer
>from integer without a cast
>G__c_xlib.c: In function `G___XUniqueContext_4_56':
>G__c_xlib.c:3356: warning: implicit declaration of function
>`XrmUniqueQuark'
>G__c_xlib.c: In function `G___XStringToContext_5_56':
>G__c_xlib.c:3361: warning: implicit declaration of function
>`XrmStringToQuark'

You could eliminate those warnings by #pragma link off function xxx;

>6. GL.h:13:22: GL/xmesa.h: No such file or directory
>make: *** [G__c_gl.o] Error 1
>       I placed xmesa.h in /usr/X11R6/include/GL directory...and it
>compiled perfectly well. This is change from usual RH6.2 placement of GL 
>headers.
>but the problem when I run the demo, I get the following :
>i.e 
><<mymachine>>cint test2.c
>********************************************************************
>dlopen error: /home/shiva/cint/include/GL/gl.dll: undefined symbol:
>XMesaMakeCurrent2
>Warning: Dynamic Link Library /home/shiva/cint/include/GL/gl.dll can not
>load FILE:/home/shiva/cint/include/GL/gl.dll LINE:1
>********************************************************************

I'll turn off XMesaMakeCurrent2 from next release. This can be done
by adding following int in lib/gl/TOP.h


#pragma link off function XMesaMakeCurrent2;


Best Regards,
Masaharu Goto



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:46 MET