[Fwd: Re: [Java-gnome-developer] 0.6.1 compile problems]
Brought to you by:
afcowie
From: Guillermo <on...@bi...> - 2001-08-24 22:28:37
|
i forgot to cc to the mailing list >-) Forwarded message:=20 On 24 Aug 2001 18:52:08 +0200, Christian Schaller wrote: > Hi, > Java-GNOME fails to compile for me with the following message, any > suggestions? >=20 > Christian > ---------------------------------------------------- > adding: gnu/gtk/GtkSideType.class(in =3D 1501) (out=3D 813)(deflated 45%) > adding: gnu/gtk/GtkCalendar.class(in =3D 962) (out=3D 554)(deflated 42%) > gcc -c -g -O2 -fPIC -Iother other/callback_dispatcher.c -o > other/callback_dispatcher.o -I /usr/java/jdk1.3.1/include > -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include > -I/usr/X11R6/include \ > -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include > -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include > -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/include/gtk-1.2 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include > -DGNOME > In file included from other/callback_dispatcher.c:10: > /usr/java/jdk1.3.1/include/jni.h:30:20: jni_md.h: No such file or > directory The same thing happened to me on a Debian testing/unstable, as a workaround I made a link to jni_md.h in the directory where jni.h is: ln -s /path-to-jni.h/linux/jni_md.h /path-to-jni.h/jni_md.h --=20 Guillermo Onta=F1=F3n on...@bi... http://mi.barrapunto.com/onta |