Re: [kaffe] HEAD not Building javalib

2004-05-31 Thread Alan Eliasen
On Sunday, May 30, 2004, at 10:01 AM, Guilhem Lavaux wrote: Maybe you can try the latest CVS HEAD. I have cleaned up a memory protection. It seems that fedora is paranoid by default and protect everything. [EMAIL PROTECTED] wrote: I tried the latest, same results. I have configured

[kaffe] KAffe JVM support

2004-05-31 Thread yau meileng
I would like to enquire is Kaffe support on WindowsXP and RedHatLinux 9? regards: meileng __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ ___

Re: [kaffe] HEAD not Building javalib

2004-05-31 Thread Helmer Krämer
On Sat, 29 May 2004 10:24:22 -0400 Michael Franz [EMAIL PROTECTED] wrote: On Saturday, May 29, 2004, at 03:36 AM, Alan Eliasen wrote: Michael Franz wrote: Hi, For the past week HEAD has not been building on SuSE 9.1 x86. I think it started when I had to upgrade autoconf and

[kaffe] unix-pthreads broken on sunos

2004-05-31 Thread Riccardo
Building kaffe with pthreads on solaris (sunos 5.6) fails: In file included from ../../../../../kaffe/kaffe/kaffevm/systems/unix- pthreads/syscalls.c:21: cut ./../../../../kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c: At top level:

Re: [kaffe] running kaffe on opera

2004-05-31 Thread Dalibor Topic
cvsup wrote: somebody knows as to opera with kaffe? Hi cvsup, There is a project by Michael Koch and Thomas Fitzsimmons to create a runtime independant plugin for Mozilla at http://www.nongnu.org/gcjwebplugin/ . Since that's the only actively developed Java plugin for Mozilla I'm aware of, I

Re: [kaffe] KAffe JVM support

2004-05-31 Thread Dalibor Topic
yau meileng wrote: I would like to enquire is Kaffe support on WindowsXP and RedHatLinux 9? Hi Meileng, there is a kaffe port to Windows using Cygwin in the CVS, but it doesn't work perfectly yet (on my win98 box, I don't have XP :), and we'd welcome help in that area. There is also a kaffe port

Re: [kaffe] Saxon 7.9.1 does not work

2004-05-31 Thread Ito Kazumitsu
: == Ito Kazumitsu [EMAIL PROTECTED] writes: : Hi, : Saxon 7.9.1 worked fine with kaffe whose ChangeLog head was: : 2004-05-14 Guilhem Lavaux [EMAIL PROTECTED] : : But some of recent changes made kaffe incapable of running Saxon 7.9.1. Here is a simple program which describes the difference.

[kaffe] CVS kaffe (dalibor): Fixed compilation problems on m68k-netbsd with jit3

2004-05-31 Thread Kaffe CVS
PatchSet 4798 Date: 2004/05/31 17:15:08 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed compilation problems on m68k-netbsd with jit3 2004-05-31 Dalibor Topic [EMAIL PROTECTED] * config/m68k/jit3-m68k.def: fixed WOUT and LOUT calls to use jit3 syntax. Reported

Re: [kaffe] headers now broken on NetBSD/68k

2004-05-31 Thread Dalibor Topic
Riccardo wrote: Hey, On NetBSD/68k: In file included from ../../../config/../../kaffe/config/m68k/netbsd1/md. h:19, from ../../../config/md.h:1, from ../../../../kaffe/kaffe/kaffevm/systems/unix- jthreads/jthread.h:41, from

Re: [kaffe] unix-pthreads broken on sunos

2004-05-31 Thread Dalibor Topic
Ciao Riccardo, thanks for the bug report. Riccardo wrote: Building kaffe with pthreads on solaris (sunos 5.6) fails: In file included from ../../../../../kaffe/kaffe/kaffevm/systems/unix- pthreads/syscalls.c:21: cut ./../../../../kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c: At top

[kaffe] org.xbill - where is it?

2004-05-31 Thread Michael Franz
Hi, I have been looking at the javalib sources and found that gnu.java.net.DNSJavaInetAddressImpl imports a bunch of things from org.xbill. Is this provided in source form? Or is it that not all java source files are compiled when rebuilding the java library? This file is from GNU Classpath.

Re: [kaffe] org.xbill - where is it?

2004-05-31 Thread Guilhem Lavaux
Michael Franz wrote: Hi, I have been looking at the javalib sources and found that gnu.java.net.DNSJavaInetAddressImpl imports a bunch of things from org.xbill. Is this provided in source form? Or is it that not all java source files are compiled when rebuilding the java library? This file

Re: [kaffe] Final Clib header cleanup Patch

2004-05-31 Thread Dalibor Topic
Michael Franz wrote: Hi, This is the last patch to clean up the header includes for clib. There are some in config that I will get to. Michael Hi Michael, thanks a lot for the patch, I've checked it in. cheers, dalibor topic ___ kaffe mailing list

[kaffe] CVS kaffe (dalibor): Cleaned up includes

2004-05-31 Thread Kaffe CVS
PatchSet 4800 Date: 2004/05/31 20:03:18 Author: dalibor Branch: HEAD Tag: (none) Log: Cleaned up includes 2004-05-31 Michael Franz [EMAIL PROTECTED] * libraries/clib/management/JIT.c, libraries/extensions/microsoft/clib/Delegate.c: Cleaned up includes. Members:

[kaffe] CVS kaffe (dalibor): Fixed sparc-solaris build failure

2004-05-31 Thread Kaffe CVS
PatchSet 4799 Date: 2004/05/31 19:37:49 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed sparc-solaris build failure 2004-05-31 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c: Include errno.h. Moved system includes to top.

Re: [kaffe] HEAD not Building javalib

2004-05-31 Thread Guilhem Lavaux
Michael Franz wrote: On Sunday, May 30, 2004, at 10:01 AM, Guilhem Lavaux wrote: Hi, Maybe you can try the latest CVS HEAD. I have cleaned up a memory protection. It seems that fedora is paranoid by default and protect everything. Cheers, Guilhem. I tried the latest, same results. I have

Re: [kaffe] org.xbill - where is it?

2004-05-31 Thread Dalibor Topic
Michael Franz wrote: Hi, I have been looking at the javalib sources and found that gnu.java.net.DNSJavaInetAddressImpl imports a bunch of things from org.xbill. Is this provided in source form? Or is it that not all java source files are compiled when rebuilding the java library? That file is

Pthreads and thread caching(Was: Re: [kaffe] unix-pthreads broken on sunos)

2004-05-31 Thread Dalibor Topic
Dalibor Topic wrote: On the other hand, I'm wondering why we have to check for the pthread max anyway, since my understanding of pthread_create [4] is that it will return EAGAIN on failure, so we could simply use that on all systems, no? I'll write a patch that does that, and give it a spin on

[kaffe] LDFLAGS for SunOS 5.6

2004-05-31 Thread Riccardo
I had to add the following LDFLAGS to make kaffe link correctly on SunOS 5.6: -lnsl -socket -posix4 (the first two are obviously for network layer and the third is mostly for semaphores) -Ric ___ kaffe mailing list [EMAIL PROTECTED]

Re: [kaffe] PATCH: implement AccessController.getContext

2004-05-31 Thread Dalibor Topic
Casey Marshall wrote: Hi. Attached is a patch that attempts to implement AccessController, and fixes a few inconsistencies in other classes along the way. The relevant details of this patch include: * The stack inspection is implemented in VMAccessController, which simply has to provide

Re: [kaffe] HEAD not Building javalib

2004-05-31 Thread Michael Franz
OK. I am having the same problem on YellowDog. I tried the ulimit -s 8000, but that did not work (like it did on SuSE). This was working with a previous version of HEAD a few hours ago. Michael On Monday, May 31, 2004, at 07:44 PM, Michael Franz wrote: On Monday, May 31, 2004, at 03:36 PM,

[kaffe] Config Include Cleanup Patch

2004-05-31 Thread Michael Franz
Hi, This should be the last of the files that are using ../../kaffe/kaffevm/.h . There might be others that are using ../../, but I can get to those later. Michael ConfigIncludeCleanup.patch Description: Binary data

[kaffe] Possibly Bug In the implementation of jcondvar_broadcast function

2004-05-31 Thread dai shaowei
Dear Jim Pick: I am currently analysing the source code of Kaffe,I find there are possibly something wrong in the implemention of the function jcondvar_broadcastand jthread_stop in kaffe -1.1.4\kaffe\kaffevm\systems\unix-jhtreads,following is the source code void

[kaffe] KAffe JVM support

2004-05-31 Thread yau meileng
I would like to enquire is Kaffe support on WindowsXP and RedHatLinux 9? regards: meileng __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ ___

Re: [kaffe] running kaffe on opera

2004-05-31 Thread jserv
On Mon, May 31, 2004 at 06:11:03PM +0200, Dalibor Topic wrote: There is a project by Michael Koch and Thomas Fitzsimmons to create a runtime independant plugin for Mozilla at http://www.nongnu.org/gcjwebplugin/ . Since that's the only actively developed Java plugin for Mozilla I'm aware of,

[kaffe] Re:Re:need detailed steps to configure kaffe 1.1.4 --with-awt=qt for pxa255

2004-05-31 Thread
Hello Dalibor, Thanks for responsing.I will keep on trying. There is apparently a nasty problem with kaffe on xscale: the assembler code in config/arm directory uses some instructions for doubles and floats that aren't available on xscale, afaik. But can it be possible to make kaffe to run