[kaffe] Re: m68k jit3 (was: jit3 expert wanted!)

2004-07-23 Thread Riccardo
In <[EMAIL PROTECTED]> Kiyo Inaba wrote: > to comment out a function which emits unimplemented code. (Usually, > 68k machine instruction is so orthogonal, but cmpi inst can not accept > address registers...) CMPA should be used maybe? 'compare address' -Riccardo __

[kaffe] Re: jit3 expert wanted! (again)

2004-07-23 Thread Kiyo Inaba
Hi, Sorry for my little knowledge of jit3, I found 1 more similar bug in jit3 for m68k. While trying to execute HelloWorldApp, it uses java/lang/String and for m68k/jit3 goes to wrong way compared with any other correct implementations. The original java code is -

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-23 Thread Mark Wielaard
Hi, On Fri, 2004-07-23 at 00:06, Ito Kazumitsu wrote: > So I had to explicitly add > > --without-classpath-gtk-awt > --without-kaffe-qte-awt > > to get configure working. > > And make failed while compiling kaffe/kaffe/main.c: > >main.c:389: `LIBDIR' undeclared (first use in this

[kaffe] CVS kaffe (guilhem): Fixed typo in i18n.

2004-07-23 Thread Kaffe CVS
PatchSet 5002 Date: 2004/07/23 14:20:54 Author: guilhem Branch: HEAD Tag: (none) Log: Fixed typo in i18n. * po/fr.po: Fixed typo. Members: ChangeLog:1.2562->1.2563 po/fr.po:1.6->1.7 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.2562 kaffe/ChangeLog:1.2563 --- kaff

[kaffe] NetBSD/sparc error

2004-07-23 Thread Riccardo
Hello, this is the error I get on 1.6.2 NetBSD/sparc using teh default threading, which is pthreads now (1.6 netbsd has only user-land pthreads) In file included from /home/multix/kaffe-cvs/netbsd-sparc/../kaffe/kaffe/ kaffevm/systems/unix-pthreads/jthread.h:20, from ../../../k

[kaffe] Re: NetBSD/sparc error

2004-07-23 Thread Riccardo
If I select JTHREADS instead I get ./../../kaffe/kaffe/kaffe/main.c:389: `LIBDIR' undeclared (first use in this function) ./../../kaffe/kaffe/kaffe/main.c:389: (Each undeclared identifier is reported only once ./../../kaffe/kaffe/kaffe/main.c:389: for each function it appears in.) ./../../kaffe/

[kaffe] CVS kaffe (guilhem): Define ALIGNMENT_OF_SIZE for powerpc.

2004-07-23 Thread Kaffe CVS
PatchSet 5003 Date: 2004/07/23 16:50:33 Author: guilhem Branch: HEAD Tag: (none) Log: Define ALIGNMENT_OF_SIZE for powerpc. * config/powerpc/common.h: Define ALIGNMENT_OF_SIZE. Members: ChangeLog:1.2563->1.2564 config/powerpc/common.h:1.6->1.7 Index: kaffe/ChangeLog

[kaffe] CVS kaffe (guilhem): Fix for Mac OSX which seems not to support correctly sbrk.

2004-07-23 Thread Kaffe CVS
PatchSet 5004 Date: 2004/07/23 17:02:44 Author: guilhem Branch: HEAD Tag: (none) Log: Fix for Mac OSX which seems not to support correctly sbrk. * config/powerpc/darwin/md.h: Define a symbol called DARWIN when we are on a darwin OS. * kaffe/kaffevm/kaffe-gc/gc-mem.c

[kaffe] CVS kaffe (guilhem): Various fixes.

2004-07-23 Thread Kaffe CVS
PatchSet 5001 Date: 2004/07/23 13:45:13 Author: guilhem Branch: HEAD Tag: (none) Log: Various fixes. * po/fr.po: Updated translation. * WHATSNEW: Added some entries for Kaffe 1.1.5. * m4/gwqt.m4: Use AC_PATH_PROG instead of AC_CHECK_PROG to discover the real pat

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-23 Thread Dalibor Topic
Mark Wielaard wrote: Hi, On Fri, 2004-07-23 at 00:06, Ito Kazumitsu wrote: So I had to explicitly add --without-classpath-gtk-awt --without-kaffe-qte-awt to get configure working. And make failed while compiling kaffe/kaffe/main.c: main.c:389: `LIBDIR' undeclared (first use in this function

[kaffe] Re: Info Kaffe on ARM/uClinux [was: Implementing JVM for ecos]

2004-07-23 Thread Dalibor Topic
Andrea Scian wrote: [this thread started on eCos-devel mailing list...] Ciao Andrea, ;) At least on strong arm, kaffe's jit seems to break for me whenever I use kjc to rebuild the class library, :( Well... I'm not using jit on my board, because I don't have enough memory! :-( Without jit everythi

Re: [kaffe] Re: NetBSD/sparc error

2004-07-23 Thread Dalibor Topic
Riccardo wrote: If I select JTHREADS instead I get ./../../kaffe/kaffe/kaffe/main.c:389: `LIBDIR' undeclared (first use in this function) ./../../kaffe/kaffe/kaffe/main.c:389: (Each undeclared identifier is reported only once ./../../kaffe/kaffe/kaffe/main.c:389: for each function it appears in.)

[kaffe] Progress of Tomcat5 on Kaffe

2004-07-23 Thread Alan Tam
Hi, GNU Crypto has been merged into Kaffe CVS a while ago, and 1.1.4.PRECVS-20040721 (in Debian experimental) works fine with tomcat now, without hacking on the javax.security.auth.Subject class. The latest procedure to run tomcat 5.0.x is: 1. Edit bin/catalina.sh to include jmx.jar in $CLAS

[kaffe] CVS kaffe (dalibor): Fixed turning off native AWT backends

2004-07-23 Thread Kaffe CVS
PatchSet 5005 Date: 2004/07/24 01:43:27 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed turning off native AWT backends 2004-07-24 Dalibor Topic <[EMAIL PROTECTED]> Fixed disabling of native AWT code. * Makefile.am (DIRECTORIES_AFTER_RTJAR): Added explicit support

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-23 Thread Guilhem Lavaux
Dalibor Topic wrote: Hi, Hi Dalibor, I've merged in the Swing/AWT code from GNU Classpath (before the last resync they had with gcj java-gui brach, so expect another tiny (600k) patch soon ;), as it works for me (TM) and I didn't feel it would do the merged code any good to sit on my hard disk [