Re: [Java-gnome-developer] Re: java autoconf macros
Brought to you by:
afcowie
From: Mark H. <mh...@ca...> - 2003-12-17 15:53:22
|
On Wed, Dec 17, 2003 at 03:49:10PM +0100, Luca De Rugeriis wrote: > -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 You should have a lot more includes than that. > jni/org_gnu_gnome_About.o(.text+0x12): In function > `Java_org_gnu_gnome_About_gnome_1about_1get_1type': > jni/org_gnu_gnome_About.c:40: undefined reference to > `gnome_about_get_type' Does gtk lib compile ok? For gtk, the makefile includes: $(CFLAGS) $(GTK_LIBS) $(JAVA_INCLUDES) For gnome, the makefile includes: -L@JG_GTK_LIB_PATH@ -lgtkjava${apiversion} \ $(OBJECTS) \ $(CFLAGS) $(GNOME_LIBS) $(JAVA_INCLUDES) Only suggestion I have is to cvs up, ./genblah, autoconf ./configure again. Are you sure you have gnome devel libs installed, including the files /usr/lib/pkgconfig/libgnome-2.0.pc /usr/lib/pkgconfig/libgnomeui-2.0.pc ? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |