Re: [kaffe] Feature request: Moveable Kaffe installation

2003-08-08 Thread Nathan Carl Summers
uOn Thu, 7 Aug 2003, Jim Pick wrote: > On Thu, 7 Aug 2003 11:03:45 +0200 > "Markus Maier" <[EMAIL PROTECTED]> wrote: > > > Please make the installation of kaffe moveable; > > i.e. don't use a fixed "prefix" variable in the wrapper > > scirpts, but calculate its value in some way. > > I

[kaffe] Kaffe CVS: kaffe dalibor

2003-08-08 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/08/07 14:49:22 Modified files: . : ChangeLog libraries/javalib: Makefile.am Makefile.in libraries/javalib/java/applet: AppletStub.java AudioClip.java libraries/javalib/java/

[kaffe] Feature request: Moveable Kaffe installation

2003-08-08 Thread Markus Maier
Hello, I observe kaffe for a few month and it seams that my software may run on kaffe in the near future; and now I have to make a feature request: Please make the installation of kaffe moveable; i.e. don't use a fixed "prefix" variable in the wrapper scirpts, but calcul

Re: [kaffe] completed bytecode verifier!

2003-08-08 Thread Chris Gray
On Friday 08 August 2003 00:09, Jim Pick wrote: > Excellent! > > Thanks for all the hard work you've put in. > > Cheers, > > - Jim Hear hear! - Chris -- Chris Gray/k/ Embedded Java Solutions Embedded & Mobile Java, OSGi http://www.kiffer.be/k/ [E

Re: [kaffe] completed bytecode verifier!

2003-08-08 Thread Timothy Stack
> > > > > Hi all, > > > > I just committed the bytecode verifier. It's a huge chunk of code and > > it's very likely that there are little bugs lurking around in it...I can't > > even count how many off-by-one errors I had during development. > > make check-TESTS > make[1]: Entering directory

static vm bug (was: Re: [kaffe] static vm on mipsel)

2003-08-08 Thread Kiyo Inaba
>This should work... >./configure --with-staticbin --with-staticvm --with-staticlib >That should give you a static binary. Unfortunately NO. Or, depends on the definition of 'static binary'. My definition is 'a binary which does not need any extra files to be executed' and recent auto-tools makes

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

2003-08-08 Thread Chris Halls
On Fri, Aug 01, 2003 at 10:51:11AM +0200, Dalibor Topic wrote: > >I meant I'm 70% of the way for the first of the categories I mentioned, > >which concerns only building a Java-less OOo. There is still a lot of work > >to do on building OOo with actual Java support still. > > I guess even buildin

[kaffe] Kaffe CVS: kaffe guilhem

2003-08-08 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: guilhem 03/08/07 02:33:40 Modified files: . : ChangeLog libraries/javalib/java/net: Socket.java Log message: (bind,isClosed,isBound) some more functions for Java 1.4

[kaffe] compile on netbsd fails

2003-08-08 Thread M.Negovanovic
Hi, after pasting: #if defined(INTERPRETER) #define DEFINEFRAME() /* Does nothing */ #define EXCEPTIONPROTO int sig #define EXCEPTIONFRAME(f, c)/* Does nothing */ #define EXCEPTIONFRAMEPTR 0 #elif defined(TRANSLATOR) #define DEFINEFRAME() exceptionFrame fram