Re: running Java applications within kaffe (Re: [kaffe] shutdownHookchanges broke the build)

2003-07-14 Thread Dalibor Topic
Dalibor Topic wrote: hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. It now builds fine for me, but the shutdown hook test still fails. My patch changed the compile method of kaffe/tools/compiler/Compiler_kjc and Compiler_pizza classes to return

Re: running Java applications within kaffe (Re: [kaffe] shutdownHookchanges broke the build)

2003-07-14 Thread Guilhem Lavaux
Dalibor Topic wrote: Dalibor Topic wrote: hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. It now builds fine for me, but the shutdown hook test still fails. My patch changed the compile method of kaffe/tools/compiler/Compiler_kjc and

Re: running Java applications within kaffe (Re: [kaffe] shutdownHookchanges broke the build)

2003-07-09 Thread Rob Gonzalez
Hi Tim, From a cursory examination it looks like some bad code is generated somewhere. The 'dummy' variable has a different value after the first call to addShutdownHook() :( FYI, I'm pretty sure its kjc's fault Note to Rob: The verifier isn't picking up on the error like the