Re: [Java-gnome-developer] java-gnome-2.5.1 building almost success story
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2003-12-25 19:12:11
|
This is being caused because the build process is using GCONF_LIBS during the linking for gconf even though this isn't set anywhere. -Jeff On Thu, 2003-12-25 at 13:04, Luca De Rugeriis wrote: > I've ended up installing all the required tarballs which j-g depens on, > and the comiplation went smooth: > after I've checked in a fix for libgtkjava to compile correclty, the > only library that still gives problems it's libgconfjava. > It's the old includes problems: > > gcc -g -O2 -fPIC -shared -o ../lib/libgconfjava2.5.so.2.5.1 \ > jni/org_gnu_gconf_ConfClient.o jni/org_gnu_gconf_ConfEntry.o > jni/org_gnu_gconf_ConfMetaInfo.o jni/org_gnu_gconf_ConfSchema.o > jni/org_gnu_gconf_ConfValue.o \ > -g -O2 -fPIC -I /home/mari/j2sdk_nb/j2sdk1.4.2/include -I > /home/mari/j2sdk_nb/j2sdk1.4.2/include/linux -Xlinker --no-undefined > jni/org_gnu_gconf_ConfClient.o(.text+0x12): In function > `Java_org_gnu_gconf_ConfClient_gconf_1client_1get_1default': > jni/org_gnu_gconf_ConfClient.c:32: undefined reference to > `gconf_client_get_default' > > ... > > I haven't looked into this yet, but if I'll not hear anyone that has the > same issue, I'm going to open a bug and assign it to myself. > > Merry Christmas :) |