Re: [kaffe] Kaffe CVS: kaffe hkraemer

2003-07-28 Thread Guilhem Lavaux
* libraries/javalib/java/lang/Throwable.java: Replaced with Classpath version. * libraries/javalib/java/lang/VMThrowable.java: New class. * libraries/javalib/bootstrap.classlist: Add VMThrowable. * libraries/javalib/essential.files: Add StackTaceElement and VMThrowable. *

Re: [kaffe] Kaffe CVS: kaffe hkraemer

2003-07-28 Thread Helmer Krämer
On Mon, 28 Jul 2003 10:10:19 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: * libraries/javalib/java/lang/Throwable.java: Replaced with Classpath version. * libraries/javalib/java/lang/VMThrowable.java: New class. * libraries/javalib/bootstrap.classlist: Add VMThrowable. *

[kaffe] Kaffe CVS: kaffe hkraemer

2003-07-28 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: hkraemer03/07/28 01:09:48 Added files: libraries/javalib/java/lang: VMThrowable.java Log message: file I forgot :( ___ kaffe mailing list [EMAIL PROTECTED]

Re: [kaffe] Problems with UnsatisfiedLinkError

2003-07-28 Thread Dalibor Topic
Hi ?, Cray Kaffe wrote: Hi, I am porting Kaffe on Cray SV1. you seem to be part of a large team ;) when I run: ./kaffe HelloWorld I get following errors: Call: java/lang/Class.forName(Ljava/lang/String;)Ljava/lang/Class; Call: java/lang/Object.getClass()Ljava/lang/Class;. Call to native

[kaffe] Kaffe CVS: kaffe guilhem

2003-07-28 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/07/28 02:39:09 Modified files: . : ChangeLog kaffe/kaffevm : baseClasses.h stackTrace.c thread.c kaffe/kaffevm/systems/unix-pthreads: lock-impl.h

[kaffe] config.frag files for NetBSD

2003-07-28 Thread Kiyo Inaba
Hi, Thanks for the official support of crosstools in the latest NetBSD, I tried to compile all Kaffe configurations available for NetBSD (alpha, arm, m68k, mips, powerpc, sparc). Attached patch deleted unneeded defs in config.frag files for these configurations. I think similar mods can be

Re: [kaffe] config.frag files for NetBSD

2003-07-28 Thread Dalibor Topic
Kiyo Inaba wrote: Hi, Thanks for the official support of crosstools in the latest NetBSD, I tried to compile all Kaffe configurations available for NetBSD (alpha, arm, m68k, mips, powerpc, sparc). Attached patch deleted unneeded defs in config.frag files for these configurations. I think similar

[kaffe] using kaffe instead of JDK to build open office

2003-07-28 Thread Dalibor Topic
Hi, on LinuxTag, I got in touch with OpenOffice developers, and had an interesting conversation off-list with Chris Halls, a debian developer, who is trying to use kaffe instead of JDK to build OpenOffice. According to debian policies, as long as OpenOffice can't be built using free tools

Re: [kaffe] State of the Verifier

2003-07-28 Thread Rob Gonzalez
Hi Tim, After looking into backporting the JanosVM design, I've decided to leave the class loading system largely alone, with the exception that loadClass will have a new parameter that allows you to specify to what target state a class should be loaded until. The new method is called

Re: [kaffe] Erorr in building CVS

2003-07-28 Thread Matt R. Jezorek
Well then I dont feel so stupid and that would make sense On Monday 28 July 2003 11:03 am, Timothy Stack wrote: Okay here goes. Maybe I am completly missing something here that I should know. If so I am sorry. But here is whats happening The repository is broken at the moment, should be

Re: [kaffe] Erorr in building CVS

2003-07-28 Thread Dalibor Topic
Timothy Stack wrote: Okay here goes. Maybe I am completly missing something here that I should know. If so I am sorry. But here is whats happening The repository is broken at the moment, should be fixed in a bit by helmer (hint hint, nudge nudge ;) Tim, could you check in the attached patch

Re: [kaffe] Erorr in building CVS

2003-07-28 Thread Matt R. Jezorek
Thanks I applied that patch and worked right away so it works for me too On Monday 28 July 2003 11:10 am, Dalibor Topic wrote: Timothy Stack wrote: Okay here goes. Maybe I am completly missing something here that I should know. If so I am sorry. But here is whats happening The repository

Re: [kaffe] build failures

2003-07-28 Thread Timothy Stack
Timothy Stack wrote: hi, hi, Thanks, I didn't notice we had different failures. ops, I didn't look close enough, the intrp ones are my fault... I need to fix it so jvmpi works right. should be fixed by attached patch. cheers, dalibor topic thanks, tim

Re: [kaffe] kaffe-extras

2003-07-28 Thread Jim Pick
On Mon, 28 Jul 2003 08:44:47 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: Basically, it works similar to how a ports style system works. I'm just checking in scripts to download tar and zip files, patch them, and build stuff. There are two basic scripts. The first one,

[kaffe] Kaffe CVS: kaffe stack

2003-07-28 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: stack 03/07/28 09:03:43 Modified files: . : ChangeLog kaffe/kaffevm/intrp: stackTrace-impl.h libraries/clib/management: JIT.c libraries/javalib/kaffe/management: JIT.java Log

[kaffe] Kaffe CVS: kaffe kaz

2003-07-28 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: kaz 03/07/28 09:16:08 Modified files: . : ChangeLog libraries/javalib: essential.files Log message: 2003-07-28 Ito Kazumitsu [EMAIL PROTECTED] * libraries/javalib/essential.files: Add

Re: [kaffe] Other question

2003-07-28 Thread Dalibor Topic
Hi Matt, Matt R. Jezorek wrote: Well thank you now it builds great. So I got one other question. How production ready would you say kaffe is. The reason I ask is We are developing a Linux based distro for educational use. We will be including java which is why i am testing kaffe as it is a

Re: [kaffe] Other question

2003-07-28 Thread Dalibor Topic
Hi Matt, Matt R. Jezorek wrote: I will look into a few things and see what I can do. One way I might approach this is install kaffe as default and then put a sun jre package on the update server to let people get it who want it. Let me think about it a bit and see what I can think about and

Re: [kaffe] State of the Verifier

2003-07-28 Thread Rob Gonzalez
Hi Tim, Thats cool... As I was thinking about it more, the JanosVM changes are more useful for changes in the jitter than for verifying (Basically, you want to generate code 'optimal' code if the class is loaded, but you don't want to force loading either.) with the exception that

[kaffe] Kaffe CVS: kaffe rob

2003-07-28 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/07/28 13:12:04 Modified files: libraries/javalib: essential.files Log message: * libraries/javalib/essential.files fixed gnu/java/locale/Calendar_nl.javA to be gnu/java/locale/Calendar_nl.java

Re: [kaffe] Kaffe CVS: kaffe kaz

2003-07-28 Thread Ito Kazumitsu
In message Re: [kaffe] Kaffe CVS: kaffe kaz on 03/07/29, Ito Kazumitsu [EMAIL PROTECTED] writes: gnu/java/locale/Calendar.java:1: error:Can not found java/util/ListResourceBundle [JLS 7.5.2, 7.6] gnu.java.locale.* are needed at run time but not at compile time. So

Re: [kaffe] config.frag files for NetBSD

2003-07-28 Thread Kiyo Inaba
Hi Dalibor, thanks again for the patch. since I'm not sure whether you've got your CVS write access already, I've commited it myself. Would you like to clean up the other platforms as well? AFAIK, freebsd comes with another cross-compilation toolset similar to netbsd's. As you guessed, I have