[kaffe] Makefile for java.nio

2003-05-29 Thread Daniel Bonniot
Hi, I'm trying to compile the latest version of Kaffe from CVS. The build of the libraries fails with several errors, like: java/nio/LongBuffer.java:80: error:Cannot find class LongBufferImpl [JLS 8] It seems that some (new?) files are missing from the list in the Makefile for the libraries

Re: [kaffe] Makefile for java.nio

2003-05-29 Thread Ito Kazumitsu
- == Ito Kazumitsu [EMAIL PROTECTED] writes: : == Daniel Bonniot [EMAIL PROTECTED] writes: - : I'm trying to compile the latest version of Kaffe from CVS. - : The build of the libraries fails with several errors, like: - : java/nio/LongBuffer.java:80: error:Cannot find class LongBufferImpl - :

Re: [kaffe] Makefile for java.nio

2003-05-29 Thread Daniel Bonniot
I am verry sorry. I forgot to add new files to libraries/javalib/Makefile.in when I copied some files from GNU Classpath. Please get the newest version of Kaffe from CVS and try again. Thanks a lot. Surprisingly, it seemed to work even without that (it was the old files in gnu.java.nio that