Tonight I committed my work from today on the compile process. For
those interested read on.
I added support for kjc and have tested it to see that at least for me
it doesn't work. I just did an update to sync to CVS and maybe that
will fix it but I don't know. It complains about a lot of exceptions
which supposedly need to be declared.
I configured as such...
/configure --with-japhar --with-java=/usr/local/kaffe/bin/kaffe
--with-javah=/usr/local/java/bin/javah
--with-classlib=/usr/local/kaffe/share/kaffe/Klasses.jar:/usr/local/kaffe/share/kaffe/rmi.jar:/usr/local/kaffe/share/kaffe/tools.jar
--with-kjc=/home/cbj/classes
Normally kjc is picked up automagically from Kaffe (--with-kaffe), but
in this case I needed to use the latest instead of what was shipped
with Kaffe (and I needed to compile for Japhar). If we fully
supported Kaffe and if Kaffe (kaffeh) completely worked this would be
reduced to ./configure --with-kaffe.
I'm having some small compile errors using Jikes, it may be my fault.
The compile with Sun's javac may also come close to working but I
haven't tried it.
I also removed the warning about no such file this/that for the
includes in lib/Makefile.am.
Oh and a note for Aaron, .deps directories are deleted automatically
in the native/* directories that matter on make clean.
Enjoy,
Brian
--
Brian Jones <[EMAIL PROTECTED]>