Hi,

another note for the HACKING file:
I tried to build the CVS of classpath with kjc as compiler and kaffe as JVM to execute kjc. When using kaffe 1.0.5, I get the following error:
---
artemis:~/java/classpath>java -version
Kaffe Virtual Machine
Copyright (c) 1996-1999
Transvirtual Technologies, Inc. All rights reserved
Engine: Just-in-time v3 Version: 1.0.5 Java Version: 1.1
artemis:~/java/classpath>make
Making all in lib
make[1]: Entering directory `/home/matthias/java/classpath/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/bin/java -classpath /usr/local/kaffe/lib/kjc.jar: at.dms.kjc.Main --classpath .: -d . @classes
Couldn't find or load essential class `java/lang/Object' java.lang.NoClassDefFoundError java/lang/Object
make[1]: *** [compile-classes] Aborted
make[1]: Leaving directory `/home/matthias/java/classpath/lib'
make: *** [all-recursive] Error 1
---
If I use the CVS version of kaffe, this doesn't occur. So I think the HACKING file should state that for this compiler/VM combo, kaffe 1.1.3 is required.


Matthias

--
Matthias Pfisterer      <mailto:[EMAIL PROTECTED]>
Reuchlinstrasse 28      phone ++49-711-62 87 12
D-70176 Stuttgart       (in Deutschland 0711-62 87 12)
GERMANY

Work like you don't need the money.
Love like you've never been hurt.
Dance like nobody is watching.

Java Sound Resources (examples, FAQ, applications):
http://www.jsresources.org/

Tritonus, the open source implementation of the Java Sound API:
http://www.tritonus.org/
--------------------------------------------------------------



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to