[GnomeMeeting-list] compile problem in lib/xdap



The ./configure --prefix=/usr works fine without any errors, the i try
to 'make' and after a little time i get this error:

xdap.c: In function `parseonly':
xdap.c:162: incompatible types in assignment
xdap.c: In function `ldaprun':
xdap.c:343: warning: `iscope' might be used uninitialized in this
function
xdap.c: In function `doldapop':
xdap.c:564: warning: `rc' might be used uninitialized in this function
xdap.c: At top level:
xdap.c:107: warning: `registerNode' defined but not used
xdap.c:114: warning: `deregisterNode' defined but not used
make[3]: *** [xdap.lo] Error 1
make[3]: Leaving directory `/home/bigpig/gnomemeeting-0.98.5/lib/xdap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bigpig/gnomemeeting-0.98.5/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bigpig/gnomemeeting-0.98.5'
make: *** [all-recursive-am] Error 2


but it seems not to be any errors only some gcc warnings, so i changed
to lib/xdap and tried 'make' again and obviously i got the same warnings
and the same 'make' error.. 

so i tried to compile it with the gcc command that 'make' does that is:

gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DGNOMELOCALEDIR=\"/usr//share/locale\"
-DGNOMEMEETING_IMAGES=\"/usr//share/pixmaps\"
-DG_LOG_DOMAIN=\"GnomeMeeting\" -DSHARE_DIR=\"/usr//share/gnomemeeting\"
-I../.. -DORBIT2=1 -pthread -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libxml2
-I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/freetype2
-I/usr/include/ptlib/unix -I/usr/include/ptclib -I/usr/include/openh323
-DP_LINUX -D_REENTRANT -DHAS_OSS -DNDEBUG -DPHAS_TEMPLATES
-DP_USE_PRAGMA -DPTRACING -Wall -O2 -g -DHAS_IXJ -DORBIT2=1 -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libxml2
-I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/freetype2
-I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -DHAS_SDL -c
xdap.c  -fPIC -DPIC -o .libs/xdap.lo

i get only the warinings but the gcc returns 1 and doesn't compile any .libs/xdap.lo

i can't find where the problem is but it' very strange because looking
at all the commands that make does in lib/xdap i can read another
gcc line similar to that which returns and then a rm -rf
.libs/xdap.lo , i think this is very strange.. 


do you have any solution or a patch for lib/xdap/Makefile ?

thanks a lot 

P.S. sorry for my english :)

Antonio Bibiano



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]