[Java-gnome-developer] Re: Problems running Java-Gnome v0.5.0 on
Brought to you by:
afcowie
From: Morgan, J. <Jef...@rp...> - 2001-02-01 12:38:10
|
Rich, Thanks for posting. As of this time I don't believe any of the developers on the Java-GNOME team has had the opportunity to test our bindings on the Solaris platform. I look forward to working with you over the next few days to discover any difference and to make updates to our libraries so they will compile and run on your system. If at all possible you should use the code that is in CVS as there have been numerous bug fixes and enhances since our last "official" release. > 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 I executed this command (test ! -d testdir && mkdir testdir) on a system running Solaris 2.6 and it executed correctly. Perhaps it is the way it is invoked from the makefile. I have access to a Solaris system but it doesn't have gtk installed. I will test this portion of the makefile and hopefully come up with a solution. > > (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. What is the size of the shared object? Is it comparable with the shared object when you build the 0.5 version? The java source files should be located in the src/<lib> directory where lib is gdk or gtk since you are doing a gtk build only. There should be over 150 java files in the gtk directory and about 59 java files in the gdk directory. Are you seeing this? -Jeff |