Re: [kaffe] Basic question about Kaffe Libraries

2003-07-09 Thread Dalibor Topic
Hi Deepti, --- Deepti Nayak [EMAIL PROTECTED] wrote: Hi, I have a very basic question about Kaffe libraries. I have a device which has WINCE 3.0 OS and ARM processor. For this I have downloaded Kaffe-common tar file and device specific tar file and installed it on my PDA. To run Kaffe

Re: [kaffe] shutdownHook changes broke the build

2003-07-09 Thread Guilhem Lavaux
Hi, I have reversed one or two things concerning kaffe.lang.Application to bring it back in CVS and added its functionality in java.lang.Runtime.exit. This must be considered as a temporary patch to make kaffe works as I do not think that kaffe.lang.Application creates an inner application

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-09 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/08 23:47:55 Modified files: . : ChangeLog include: Makefile.in libraries/javalib: Klasses.jar.bootstrap Makefile.am Makefile.in

RE: [kaffe] Basic question about Kaffe Libraries

2003-07-09 Thread Deepti Nayak
Hi Dalibor, I had gone through this link also and the two files I downloaded are kaffe-common.tar.gz (Common tarball)and kaffe-wince-arm-hpc-wce300.tar.gz (tarball for my device) I also followed all the steps mentioned in the installation instructions but still I am not able to run my

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

2003-07-09 Thread Dalibor Topic
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 false only when an

Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-07-09 Thread Helmer Krämer
On Tue, 08 Jul 2003 23:47:55 -0700 Kaffe CVS [EMAIL PROTECTED] wrote: Hi, Log message: 2003-07-09 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/bootstrap.classlist: Added missing files. Removed kaffe.lang.Application. I think we could also delete all the other Application*

Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-07-09 Thread Dalibor Topic
--- Helmer Krämer [EMAIL PROTECTED] wrote: On Tue, 08 Jul 2003 23:47:55 -0700 Kaffe CVS [EMAIL PROTECTED] wrote: Hi, Log message: 2003-07-09 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/bootstrap.classlist: Added missing files. Removed kaffe.lang.Application. I

RE: [kaffe] Basic question about Kaffe Libraries

2003-07-09 Thread Dalibor Topic
Hi Deepti, --- Deepti Nayak [EMAIL PROTECTED] wrote: Hi Dalibor, I had gone through this link also and the two files I downloaded are kaffe-common.tar.gz (Common tarball)and kaffe-wince-arm-hpc-wce300.tar.gz (tarball for my device) I also followed all the steps mentioned in the

Re: [kaffe] iPAQ binary

2003-07-09 Thread Sebastian Mancke
Hello. does anybody know where to download binary for iPAQ (arm) of kaffe version 1.1.0. Last week I made an binary for the yopy, an arm linux pda. It is mostly compatible with the ipaq familiar distribution. You can get it here: http://www.mancke-software.de/yopy/ If you try it, I would be

[Fwd: running Java applications within kaffe (Re: [kaffe] shutdownHook changes broke the build)]

2003-07-09 Thread Guilhem Lavaux
Sorry, I used another e-mail address. I resubmit it. ---BeginMessage--- 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

Re: [kaffe] iPAQ binary

2003-07-09 Thread Olivier Gäumann
thanks! basically your binary works on iPAQ. but when launching applications using awt, then it fails with segmentation fault. so version 1.0.7 seems to be more stable. can you launch applications using awt or swing? best regards olivier Hello. does anybody know where to download binary

Re: [kaffe] iPAQ binary

2003-07-09 Thread Sebastian Mancke
thanks! basically your binary works on iPAQ. fine. but when launching applications using awt, then it fails with segmentation fault. so version 1.0.7 seems to be more stable. can you launch applications using awt or swing? On the YOPY awt and swing are no problem (except the performance of

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-09 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/09 03:01:57 Modified files: . : ChangeLog libraries/javalib: Klasses.jar.bootstrap Makefile.am Makefile.in bootstrap.classlist essential.files

Re: [kaffe] iPAQ binary

2003-07-09 Thread KISHIDA Masami
Hi. thanks! I try it on iPAQ 3660. ~/aaa # kaffe CaffeineMarkEmbeddedApp Sieve score = 311 (98) Loop score = 656 (2017) Logic score = 1166 (0) String score = 83 (708) Float score = 26 (185) Method score = 217 (166650) Overall score = 219 ~/aaa # but,At CaffeineMark, I found a failed message when

Re: [kaffe] iPAQ binary

2003-07-09 Thread Sebastian Mancke
Hi. thanks! I try it on iPAQ 3660. My YOPY results are simmilar: = kaffe -cp embed.zip CaffeineMarkEmbeddedApp Sieve score = 306 (98) Loop score = 643 (2017) Logic score = 1225 (0) String score = 94 (708) Float score = 25 (185) Method score = 226 (166650) Overall score = 224 = I would try

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

2003-07-09 Thread Guilhem Lavaux
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

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

2003-07-09 Thread Timothy Stack
hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. Cool, thanks. It now builds fine for me, but the shutdown hook test still fails. From a cursory examination it looks like some bad code is generated somewhere. The 'dummy' variable has a

Re: [kaffe] iPAQ binary

2003-07-09 Thread Dalibor Topic
Hallo Sebastian, --- Sebastian Mancke [EMAIL PROTECTED] wrote: I would try the CaffeineMark, but can't get an working download anywhere. (only 404er everywhere) Has anybody a valid URL or can send it to me by mail? try here: http://www.benchmarkhq.ru/cm30/info.html cheers, dalibor topic

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

2003-07-09 Thread Timothy Stack
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 tim ___ kaffe mailing list [EMAIL

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

2003-07-09 Thread Timothy Stack
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 jdk:

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

2003-07-09 Thread Guilhem Lavaux
On Wednesday 09 July 2003 17:25, Timothy Stack wrote: hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. Cool, thanks. It now builds fine for me, but the shutdown hook test still fails. From a cursory examination it looks like some bad

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

[kaffe] Kaffe CVS: kaffe rob

2003-07-09 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: rob 03/07/09 13:22:17 Modified files: . : ChangeLog kaffe/kaffevm : constants.h verify.c Log message: * kaffe/kaffevm/constants.h More handy macros for accessing names and signatures. *

[kaffe] Kaffe-1.1.0 .. missing X support on NetBSD 1.6.1

2003-07-09 Thread Graham Jenkins
Not sure if anyone else has noticed this. If you compile kaffe-1.1.0 under NetBSD 1.6.1 (i386), it works OK - except that there's an AWT library missing. Turns out that 'configure' is deciding that X is not available. So I tried './configure --with-awt=X' .. and it came back with: ' ..