Re: KJC and GNU Classpath

1999-12-30 Thread Brian Jones
Brian Jones <[EMAIL PROTECTED]> writes: > Vincent GAY-PARA <[EMAIL PROTECTED]> writes: > > > This bug is already fixed. We'll try to make a new release available on our > > CVS tomorrow. The line above should now work. > > Just wanted to report that kjc-suite/msggen does not seem to exist or >

Re: KJC and GNU Classpath

1999-12-30 Thread Brian Jones
Vincent GAY-PARA <[EMAIL PROTECTED]> writes: > This bug is already fixed. We'll try to make a new release available on our > CVS tomorrow. The line above should now work. Just wanted to report that kjc-suite/msggen does not seem to exist or at least I cannot check it out. Brian -- Brian Jones

Re: KJC and GNU Classpath

1999-12-30 Thread Jochen Hoenicke
On Dec 28, Brian Jones wrote: > Vincent GAY-PARA <[EMAIL PROTECTED]> writes: > > > Hi, > > > > At DMS we tried to compile GNU Classpath with KJC > > (http://www.dms.at/kjc) and we encoutered some problems. > > > WeakHashMap: > > > > java/util/WeakHashMap.java:336: Cannot access fie

Re: KJC and GNU Classpath

1999-12-30 Thread Vincent GAY-PARA
Geoff Berry wrote: > Vincent GAY-PARA <[EMAIL PROTECTED]> writes: > > > Hi, > > > > At DMS we tried to compile GNU Classpath with KJC > > (http://www.dms.at/kjc) and we encoutered some problems. > > > > ObjectInputStream: > > == > > problem with an expression (java/io/ObjectInpu

Re: KJC and GNU Classpath

1999-12-29 Thread Geoff Berry
Vincent GAY-PARA <[EMAIL PROTECTED]> writes: > Hi, > > At DMS we tried to compile GNU Classpath with KJC > (http://www.dms.at/kjc) and we encoutered some problems. > > ObjectInputStream: > == > problem with an expression (java/io/ObjectInputStream.java:1188: > Variable "value"

Re: KJC and GNU Classpath

1999-12-29 Thread Vincent GAY-PARA
Brian Jones wrote: > > we tried by hand but we encoutered the following problems: > > command: cd classpath/lib; java -mx12800 at.dms.kjc.Main --verbose > > --nowrite @classes > > According to the documentation I think you'd want to do something like > the above but changed to > > cd classpat

Re: KJC and GNU Classpath

1999-12-28 Thread Mark Wielaard
Hi, On Tue, Dec 28, 1999 at 05:35:44PM +0100, Vincent GAY-PARA wrote: > > First of all, we were not able to properly generate the makefiles from > the CVS repository. > [...] > we tried by hand but we encoutered the following problems: > command: cd classpath/lib; java -mx12800 at.dms.kjc.Ma

Re: KJC and GNU Classpath

1999-12-28 Thread Brian Jones
Vincent GAY-PARA <[EMAIL PROTECTED]> writes: > Hi, > > At DMS we tried to compile GNU Classpath with KJC > (http://www.dms.at/kjc) and we encoutered some problems. > > First of all, we were not able to properly generate the makefiles from > the CVS repository. > Here is what we did on an intel

KJC and GNU Classpath

1999-12-28 Thread Vincent GAY-PARA
Hi, At DMS we tried to compile GNU Classpath with KJC (http://www.dms.at/kjc) and we encoutered some problems. First of all, we were not able to properly generate the makefiles from the CVS repository. Here is what we did on an intel station with RH6.1: vgp% cvs co classpath vgp% cd classpath v