Re: [kaffe] precompiling Klasses.jar

2002-06-06 Thread Alexander Popov
Sure... (for the protocol) What I actually did was : I've modified Clonable.java and compiled it with jdk1.3 with klasses.jar and kjc,jar in the classpath... I've replaced Cloneable.class in the existing Klasses.jar. And recompiled the entire set of packages (make Klasses)... Godmar Back wrote:

Re: [kaffe] precompiling Klasses.jar

2002-06-05 Thread Godmar Back
The version of Cloneable that kaffeh saw during the build process must match the version of Cloneable kaffe sees during initialization. If you update Cloneable, you must built a new Klasses.jar first and then you can recompile the VM using the new version of Klasses.jar - Godmar _

Re: [kaffe] precompiling Klasses.jar

2002-06-05 Thread Jim Pick
Oops. My fault. I'll look at it once more... Cheers, - Jim On Wed, 2002-06-05 at 06:37, Alexander Popov wrote: > Sorry Dalibor, my mistake... > > KAFFE_VERSION in java/lang/Cloneable.java is really the reason and > should be changed as follows: > > int KAFFE_VERSION = 1 * 1 + 1 * 100

Re: [kaffe] precompiling Klasses.jar

2002-06-05 Thread Alexander Popov
Sorry Dalibor, my mistake... KAFFE_VERSION in java/lang/Cloneable.java is really the reason and should be changed as follows: int KAFFE_VERSION = 1 * 1 + 1 * 100 + 0; should be replaced with: int KAFFE_VERSION = 1 * 100 + 6 * 1 + 0; I'm attaching a patch for that ( should be applied in

Re: [kaffe] precompiling Klasses.jar

2002-06-05 Thread Alexander Popov
I'll put some dumps in kaffe/kaffevm/baseClasses.c and I'll tell you what exactly happens later today... Dalibor Topic wrote: > Hi alexander, > > --- Alexander Popov <[EMAIL PROTECTED]> wrote: > >>Hi >> >>When I try to recompile the java sources I get the >>following error: >> >>[/software/jdk

Re: [kaffe] precompiling Klasses.jar

2002-06-05 Thread Alexander Popov
I've changed it in Cloneable.java but that didn't fix the problem... It seem like 101.00 is taken from somewhere else... in Cloneable I've changed : int KAFFE_VERSION = 1 * 1 + 1 * 100 + 0 to int KAFFE_VERSION = 1 * 1 + 6 * 100 + 0 Regards, Dalibor Topic wrote: > Hi alexander, > >

Re: [kaffe] precompiling Klasses.jar

2002-06-05 Thread Dalibor Topic
Hi alexander, --- Alexander Popov <[EMAIL PROTECTED]> wrote: > Hi > > When I try to recompile the java sources I get the > following error: > > [/software/jdk/KAFFE/CVS-current/libraries/javalib]# > make Klasses > /bin/sh ./rebuildLib > Compiling classes ... > Classpath: -classpath > /software

[kaffe] precompiling Klasses.jar

2002-06-05 Thread Alexander Popov
Hi When I try to recompile the java sources I get the following error: [/software/jdk/KAFFE/CVS-current/libraries/javalib]# make Klasses /bin/sh ./rebuildLib Compiling classes ... Classpath: -classpath /software/jdk/KAFFE/CVS-current/libraries/javalib/lib:/darcy/software/jdk/KAFFE/CVS-current/l