Re: [Java-gnome-developer] RE: new release
Brought to you by:
afcowie
From: Fernando L. <fer...@lo...> - 2003-07-07 02:42:24
|
Hi Jeffrey, >After much hard work and a complete rewrite we are pleased >to announce release 0.8 of the Java-GNOME bindings. This >is the first release to support GTK-2 and GNOME-2. > I wasn't able to build the release under stock Red Hat 9.0 (so GCC 3.2.2) and Sun Java2 SDK 1.4.2 (which should be the one compatible with GCC 3.2) and Ant 1.5.1. On my first try, configure didn't acknowledged ant was missing, and I guess this is a bug on the configure scriot, but after I installed Ant and did make clean; ./configure again and make all I still got errors. Here's when make all stopped: build-glade: [javac] Compiling 32 source files to /home/lozano/java-gnome-0.8/src/build-java/glade [javac] /home/lozano/java-gnome-0.8/src/java/org/gnu/glade/DruidPageDelegate.java:12: cannot resolve symbol [javac] symbol : class DruidPageListener [javac] location: class org.gnu.glade.DruidPageDelegate [javac] class DruidPageDelegate extends ListenerDelegate implements DruidPageListener { [javac] ^ [javac] /home/lozano/java-gnome-0.8/src/java/org/gnu/glade/DruidPageDelegate.java:19: cannot resolve symbol [javac] symbol : class DruidPageEvent [javac] location: class org.gnu.glade.DruidPageDelegate [javac] public void druidPageEvent(DruidPageEvent event) { [javac] ^ [javac] /home/lozano/java-gnome-0.8/src/java/org/gnu/glade/ListenerDelegate.java:155: cannot resolve symbol [javac] symbol : class DruidPageListener [javac] location: class org.gnu.glade.ListenerDelegate [javac] delegateMap.put(DruidPageListener.class, DruidPageDelegate.class); [javac] ^ [javac] 3 errors BUILD FAILED file:/home/lozano/java-gnome-0.8/src/../build.xml:85: Compile failed; see the compiler error output for details. As at this point I had libGTK.so and other libs, besides gtk.jar and other jars I tried to run the tests. I found no make or ant target to run the tests (they simply said "nothing to do") so I tried to compile the tests myself and run then. Compiling was easy: just add junit.jar included on the test dir and java-gnome jars on classpath, besides native libraries on LD_LIBRARY_PATH, but the very first test generated a sigsegv (is this signal 11, right?). I have logs for all steps and the hs_err* file generated by the JVM. I hope I either did something wrong or this was a simply packaging error on the relese; else what can I do to help you spot the cause? []s, Fernando Lozano |