[kaffe] bug report - intsDisabled assertion fails during make

2004-02-10 Thread Andy Raffle
Hi. I hope this is the right place to post this. I have encountered a bug which only affects Kaffe 1.1.2 and above, causing builds to fail on an assertion, as follows (from 1.1.2)... Making all in compile_time make[3]: Entering directory `/root/install/kaffe-1.1.2/test/regression/compile_time'

Re: [kaffe] make check results report

2004-02-10 Thread Ito Kazumitsu
> ":" == Ito Kazumitsu <[EMAIL PROTECTED]> writes: :> :> Today's "make check" showed: :> :> :> :> 2 of 144 tests failed :> :> Please report to [EMAIL PROTECTED] :> :> :> :> Tests that failed are: :> :> FAIL: TestSerialVersions.j

[kaffe] kaffe + XMLRPC resolved

2004-02-10 Thread Mark Maxham
I got the latest sources from CVS, and the problem with gnu.java.net.protocol.https.Connection was fixed. ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] kafffe and tomcat run ok on sh3 (superh)!

2004-02-10 Thread Dalibor Topic
Matthias Pfisterer wrote: Dalibor Topic wrote: Kaffe 1.1.3 should be able to run tomcat 4 fine. Tomcat4 uses ant for compiling the JSP sources, so that a simple -Dbuild.properties=kjc will I think it's -Dbuild.compiler=kjc Thanks, Matthias, good catch. that should teach me not to answer mails

Re: [kaffe] kafffe and tomcat run ok on sh3 (superh)!

2004-02-10 Thread Matthias Pfisterer
Dalibor Topic wrote: Kaffe 1.1.3 should be able to run tomcat 4 fine. Tomcat4 uses ant for compiling the JSP sources, so that a simple -Dbuild.properties=kjc will I think it's -Dbuild.compiler=kjc Matthias make it work with kjc. See http://www.jspwiki.org/Wiki.jsp?page=RunningTomcatOnKaffe for

[kaffe] CVS kaffe (dalibor): Fixed compiler warning on m68k-netbsd

2004-02-10 Thread Kaffe CVS
PatchSet 4412 Date: 2004/02/10 17:21:58 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed compiler warning on m68k-netbsd 2004-02-10 Dalibor Topic <[EMAIL PROTECTED]> * config/m68k/jit3-m68k.def: Removed explicit definition of KAFFE_VMDEBUG. Members: ChangeLog:1.199

[kaffe] CVS kaffe (dalibor): Fixed compiler warning on m68k-netbsd

2004-02-10 Thread Kaffe CVS
PatchSet 4411 Date: 2004/02/10 17:16:37 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed compiler warning on m68k-netbsd 2004-02-10 Dalibor Topic <[EMAIL PROTECTED]> * config/m68k/netbsd1/jit-md.h: Added missing includes for m68k_sync_icache. * kaffe/kaffevm/intrp/m

[kaffe] CVS kaffe (dalibor): Fixed compiler warning on ia64-linux

2004-02-10 Thread Kaffe CVS
PatchSet 4410 Date: 2004/02/10 16:47:19 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed compiler warning on ia64-linux 2004-02-10 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/intrp/machine.c: Include support.h to avoid compiler warning. Order includes alphabeti

[kaffe] CVS kaffe (dalibor): Fixed compiler warning on ia64-linux

2004-02-10 Thread Kaffe CVS
PatchSet 4409 Date: 2004/02/10 12:31:14 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed compiler warning on ia64-linux 2004-02-10 Dalibor Topic <[EMAIL PROTECTED]> * libraries/clib/native/ObjectInputStream.c: Include support.h to avoid compiler warning. Members: C

Re: [kaffe] kafffe and tomcat run ok on sh3 (superh)!

2004-02-10 Thread Dalibor Topic
Hi Zhou, ??? wrote: Dear all, I have a good news to tell you: I have successfully port kaffe-1.0.7 to my SolutionEngine7709A. That's some good news. Thanks for persisting! Then I got jakarta-tomcat-3.2.4.tar.gz and run it base on kaffe on my SolutionEngine7709A! Thanks you all, witho

[kaffe] kafffe and tomcat run ok on sh3 (superh)!

2004-02-10 Thread ???
Dear all, I have a good news to tell you: I have successfully port kaffe-1.0.7 to my SolutionEngine7709A. I compiled kaffe-1.0.7.tar.gz on SolutionEngine7709A. I copied the directory of superh in kaffe-1.1.3.tar.gz to kaffe-1.0.7/config, and add one line to kaffe-1.0.7/config/md.h: #

[kaffe] kaffe oji plugin

2004-02-10 Thread [EMAIL PROTECTED]
Hello all! I got the kaffe mozilla plugin source kaffeOJIPlugin.mozilla1.3.tar.gz,the kaffe source kaffe-1.1.3.tar.gz,the mozilla source mozilla-source-1.3.tar.gz. I've successifully compiled mozilla,kaffe and kaffe-oji-plugin.But there is a error,start mozilla,browse a web-page embedded java apple

[kaffe] CVS kaffe (jim):

2004-02-10 Thread Kaffe CVS
*** ERROR *** cvsps failed - lastCandidate was 0 ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] 1.1.4 Release on Monday

2004-02-10 Thread Jim Pick
On Sun, 8 Feb 2004 19:05:21 -0800 Jim Pick <[EMAIL PROTECTED]> wrote: > Hi, > > I'm a bit short on time today (I decided to do my taxes), so I'm going > to delay cutting the 1.1.4 release until tomorrow (Monday). I'm still working on it -- but I won't get it done today. Sorry about that. I lik

[kaffe] shutdown a thread

2004-02-10 Thread kalyan ram
Hai I have implemented a pthread in kaffe interpreter and the problem is kaffe does not shutdown after the program executes because the pthread is still running in machine.c.Is there a way to kill the thread after the execution so that kaffe VM shuts down cleanly. Any insights would be appreciat