RE: [java-gnome-hackers] GCONF_LIBS
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2004-01-07 12:11:30
|
I will look into this problem. I believe the error you are seeing is because of half-baked code. I should be able to fix it sometime today. -Jeff > Il mar, 2004-01-06 alle 18:56, Mark Howard ha scritto: > > On Mon, Jan 05, 2004 at 08:39:48PM +0100, Luca De Rugeriis wrote: > > > I guess we need to set GCONF_LIBS with gconf-config in > aclocal.m4, is it > > > correct? > > > > I think it's better to let autoconf do it for us. I've added > > common/configure.in.gconfdeps and modified configure and makefiles. > Great, I had it working locally too and the same error appears: > > gcc -g -O2 -fPIC -Wall -shared -o ../lib/libgconfjava2.5.so.2.5.3 \ > 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 -Wall -DORBIT2=1 -I/usr/local/include/gconf/2 > -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -pthread -Wl,--export-dynamic > -L/usr/local/lib -lgconf-2 -lORBit-2 -lgobject-2.0 -lgthread-2.0 -lm > -lgmodule-2.0 -ldl -lglib-2.0 -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+0x1203): In function > `Java_org_gnu_gconf_ConfClient_gconf_1client_1set_1list': > jni/org_gnu_gconf_ConfClient.c:601: undefined reference to `setList' > jni/org_gnu_gconf_ConfValue.o(.text+0x116): In function > `Java_org_gnu_gconf_ConfValue_gconf_1value_1get_1list': > jni/org_gnu_gconf_ConfValue.c:110: undefined reference to `getList' > jni/org_gnu_gconf_ConfValue.o(.text+0x30e): In function > `Java_org_gnu_gconf_ConfValue_gconf_1value_1set_1list': > jni/org_gnu_gconf_ConfValue.c:255: undefined reference to `setList' > collect2: ld returned 1 exit status > make[2]: *** [../lib/libgconfjava2.5.so.2.5.3] Error 1 > > I have the latest GConf (2.4.0.1) > > -- > Luca De Rugeriis <pie...@li...> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign > up for IBM's > Free Linux Tutorials. Learn everything from the bash shell > to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers > |