[kaffe] Re: Re: OpenBSD compiles but fails

2003-06-19 Thread WhiteGandalf
In [EMAIL PROTECTED] Dalibor Topic wrote: hm, openbsd works on i386, and sparc-solaris2 works as well. so it looks like something stupid happens with spacr-openbsd. let's try making sure that the intrp works first before we start debugging the jitter. i reconfigured for the interpreter.

Re: [kaffe] Re: Re: OpenBSD compiles but fails

2003-06-19 Thread Dalibor Topic
ciao ricardo, --- WhiteGandalf [EMAIL PROTECTED] wrote: In [EMAIL PROTECTED] Dalibor Topic wrote: i reconfigured for the interpreter. I hope that make is smart enough to rebuild what is necessary instead of cleaning and rebuilding everything ( it takes some time on my aging sparc) i

[kaffe] Re: Kaffe compatibility with XOM

2003-06-19 Thread Jim Pick
Can I forward this to the [EMAIL PROTECTED] mailing list? I think it'll motivate them to get some fixes in for 1.1.1 (which should be out in a few months). Great! On Thu, 2003-06-19 at 03:23, Elliotte Rusty Harold wrote: Of course. It seems there are really three separate problems: 1.

Re: [kaffe] Allocating objects in the stack

2003-06-19 Thread Jim Pick
Nice work. What do people think of this? I guess one problem might be that Kaffe's stack is already under pretty heavy pressure, because it's used to store the Java stack as well. If we use it to store objects as well, we might have to increase the default stack size. Cheers, - Jim On Tue,

[kaffe] pasting * and sc does not give a valid preprocessing token

2003-06-19 Thread Marc Kleine-Budde
Hi list! I just tried to compile kaffe-1.1.0 (from website) on my ppc (ibook G3) box running debian testing (upgraded this morning). I encountered some errors: After the usual ./configure, make keep going until this: if /bin/sh ../../../../libtool --mode=compile gcc -DINTERPRETER -DKVER=\1.1.0\

Re: [kaffe] pasting * and sc does not give a valid preprocessing token

2003-06-19 Thread Marc Kleine-Budde
Hi! addition: gcc-3.2 goes as far as the 2.95 $ gcc-3.2 --version gcc-3.2 (GCC) 3.2.3 20030415 (Debian prerelease) than I switched back to gcc-2.95, after make distclean and configure it goes till: $ gcc-2.95 -v gcc version 2.95.4 20011002 (Debian prerelease) /bin/sh ../../libtool