[Java-gnome-developer] Re: Problems running Java-Gnome v0.5.0 on Solaris 8 (SPARC).
Brought to you by:
afcowie
From: Rich B. <Ric...@en...> - 2001-01-31 21:54:41
|
Hi all, By checking out the CVS java-gnome code, I was able to look in .../src/Makefile.in, and see that I needed GTK_CFLAGS and GTK_LIBS in the gtk_nativelib: target rather than GNOME_CFLAGS and GNOME_LIBS (as I'm only trying to build java-gtk). This built a valid shared library, and I was able to successfully run the test programs. A couple of notes: (1) The Makefile's have a lot of lines like: @(test ! -d ../lib && mkdir ../lib) || exit 0 On Solaris with /bin/sh, this results in: /bin/sh: test: argument expected (2) I was unable to build from the CVS sources. This might be because of (1) above. The build appeared to finish okay, but the .jar file was < 5K. |