Once I got './configure --with-gcj-compile' working, running 'make all'
gave errors when it ran gcj in the native-gnome target. gcj complained
that it couldn't compile the org.gnu.gnome code because of unresolved
dependencies on org.gnu.gtk code. Adding "-I../lib/gtk.jar" to the end of
the gcj command-line fixed the problem - see attached patch.
Tom Snee
P.S. I never could get 'make install' to work - line 73 of
java-gnome-0.8/src/Makefile.in looks like it wants to append "_install" to
each member of INSTALL_TARGETS, whereas (on my system at least) it only
appends "_install" to the last member of INSTALL_TARGETS. I'd bet there is
an easy fix, but I don't know enough about the auto* tools to say for sure.
TJS
|