[Java-gnome-developer] RE: GCJ support in java-gnome breaks --with-kaffe
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2001-09-11 11:29:25
|
I believe I have fixed both the Kaffe problem and the and the problem you were having with Debian. Can you please give the code in cvs a try and let me know your findings? Thanks -Jeff > > Hello, > > yes, it's me again. Turns out --with-gcj-compile breaks --with-kaffe, > since it uses the same classpath for both programs but Kaffe wants > Klasses.jar before libgcj.jar (and I suppose the other way around as > well): > > make[2]: Leaving directory `/usr/local/src/java-gnome/src/tools' > /usr/bin/kaffe -classpath > /usr/share/java/libgcj.jar:/usr/share/kaffe/Klasses.jar:tools:. > DefsProcessor \ > --out-dir=. --out-list=gtk-classes.txt defs/gtk.defs > > Could not initialize Kaffe. > It's likely that your CLASSPATH settings are wrong. Please make sure > your CLASSPATH does not include any java.lang.* classes from other JVM > vendors, such as Sun's classes.zip, BEFORE Kaffe's Klasses.jar. > It is okay to have classes.zip AFTER Klasses.jar > > The current effective classpath is > `/usr/share/java/libgcj.jar:/usr/share/kaffe/Klasses.jar:tools:.' > > > Yeah, and good to hear about the jikes thing, since it'd be nice to be > able to build this thing on a free system (with kaffe/jikes/gcj). > > By the way, if I come across more stuff, should I keep on bugging you > or the list or what? > > -- > Mikko Rauhala - mj...@ik... - http://www.iki.fi/mjr/ > |