Hello everyone
I'm new to this list (and project).
I tried to compile the CVS and 0.7 release with the following commands:
./configure --with-gtk-only --with-java-prefix=/usr/local/jdk1.3
In both cases I get this error:
gcc -c -g -O2 -fPIC -Iother other/gnu_gtk_GtkCell.c -o other/gnu_gtk_GtkCell.o -I /usr/local/jdk1.3/include -I /usr/local/jdk1.3/include/ -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include \
-I/usr/include/gnome-xml -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DGTK
In file included from other/gnu_gtk_GtkCell.c:11:
other/gtk_wrappers.h:15: parse error before `jobject_to_gpointer'
other/gtk_wrappers.h:15: warning: data definition has no type or storage class
make[2]: *** [other/gnu_gtk_GtkCell.o] Error 1
make[2]: Leaving directory `/home/jleuner/dev/java-gnome-0.7/src'
make[1]: *** [gtk] Error 2
make[1]: Leaving directory `/home/jleuner/dev/java-gnome-0.7/src'
make: *** [distro] Error 2
My gtk version:
gtk-config --version
1.2.10
I can't compile the full 'gnome' version because the make process does not detect gnome-config.
I am not sure how to install 'gnome', I am running GNOME apps but I don't know what provides gnome-config. I am running Debian/testing.
Thanks
John Leuner
|