[kaffe] porting kaffe to uclinux

2003-07-14 Thread Andrea Scian
hi all! I'm trying to port kaffe on a m68k-uclinux system (the building system is x86-CygWin) and I have to make some changes to some the kaffe file. In particular I have to change the enviroment variables like CFLAGS, LDFLAGS and others to support my target, 'til now I have just set them before

Re: [kaffe] Notes on kaffe (GNU Classpath integration) todo items

2003-07-14 Thread Helmer Krämer
On 14 Jul 2003 00:11:14 +0200 Mark Wielaard [EMAIL PROTECTED] wrote: Hi, - StackTraceElement stuff (pure java Throwable). Mark has some code hacked up. It compiles... but crashes in spectacular ways. - Goal log4j (used by either JBOSS or Tomcat) uses XMLized stacktraces from

Re: [kaffe] porting kaffe to uclinux

2003-07-14 Thread Kiyo Inaba
Hi, For LDFLAGS and the others it's ok but CFLAGS is hardcoded in config/m68k/linux/config.frag, Humm, all flags in CFLAGS should not be mandatory, we can delete this line at all. Kiyo ___ kaffe mailing list [EMAIL PROTECTED]

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

[kaffe] Re: Notes on kaffe (GNU Classpath integration) todo items

2003-07-14 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark - java.util.zip Mark How to modularize to allow multiple implementations to coexist? Mark (See what classes are different between classpath/gcj) Here's a handy URL: http://gcc.gnu.org/java/libgcj-classpath-compare.html Note that the

Re: [kaffe] Notes on kaffe (GNU Classpath integration) todo items

2003-07-14 Thread Chris Gray
On Monday 14 July 2003 00:11, Mark Wielaard wrote: - javax.comm stuff - Kaffe has incomplete stubs - There is the rxtx (sp?) project which has been usable. (Check kaffe mailinglist archives) They have ported to lots of platforms - Wonka also has a implementation... (Status?)

Re: [kaffe] Porting Kaffe to Cray

2003-07-14 Thread Dalibor Topic
Hi Justin, Justin R. Cutler wrote: I am part of GWU's project working on porting Kaffe to the Cray SV1. Wow! Kaffe on a Cray! I'm very impressed. Our project has already gotten the interpreter partially running, so we are also starting on a JIT3 implementation in parallel. We presently have no

Re: [kaffe] porting kaffe to uclinux

2003-07-14 Thread Dalibor Topic
Hi Andrea, Andrea Scian wrote: hi all! I'm trying to port kaffe on a m68k-uclinux system (the building system is x86-CygWin) and I have to make some changes to some the kaffe file. Have you looked at the pocketlinux sources for m68k-uclinux? they are here:

Re: [kaffe] Fwd: MonitorVariable allocation problem

2003-07-14 Thread Ito Kazumitsu
In message [kaffe] Fwd: MonitorVariable allocation problem on 03/07/12, Guilhem Lavaux [EMAIL PROTECTED] writes: I know this is not really the place for that patch (I also sent it to KOPI Developer list) but I do not know if the project is still really active... Meanwhile here is a

Re: [kaffe] Kaffe on YOPY, arm-linux PDA

2003-07-14 Thread Dalibor Topic
Hallo Sebastian, --- Sebastian Mancke [EMAIL PROTECTED] wrote: Hello. I have successfully cross compiled Kaffe 1.1.0 for my arm-linux based PDA: YOPY, from GMate. (Thanks for the FAQ.cross-compiling) Cool, good to hear that Kiyo's dosumentation finds its happy readers. The YOPY has 207

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

2003-07-14 Thread Jim Pick
On Mon, 2003-07-14 at 03:34, Dalibor Topic wrote: Salut Guilhem, Guilhem Lavaux wrote: I'll check in a patch that delegates running of kjc pizza to another VM instance through Runtime.exec, since that seems to be the sane thing to do ;) cheers, dalibor topic Hi dalibor

[kaffe] Playing with freenet...

2003-07-14 Thread Jim Pick
Hi, I didn't spend any time working on Kaffe over the weekend, but I did spend some time playing with Freenet. :-) I made a freesite, and inserted it into freenet using my node (running on the JDK, unfortunately, as the latest freenet builds use NIO and don't run ok Kaffe). As part of the

[kaffe] Kaffe CVS: kaffe kaz

2003-07-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: kaz 03/07/14 09:12:10 Modified files: . : ChangeLog libraries/javalib/java/util: BitSet.java Log message: 2003-07-14 Ito Kazumitsu [EMAIL PROTECTED] * java/util/BitSet.java: copied from GNU

[kaffe] LinuxTag and RMLL impressions

2003-07-14 Thread Dalibor Topic
Hi all, by now you might know that I've had a meeting with Mark Wielaard from GNU Classpath to discuss further integration of Classpath's class library into kaffe. I've also met with other Classpath hackers to discuss the advancement of GNU Classpath. It was all very exciting, and I wish that the

Re: [kaffe] iPAQ binary

2003-07-14 Thread Sebastian Mancke
Hi. On Donnerstag, 10. Juli 2003 12:03, Dalibor Topic wrote: --- Sebastian Mancke [EMAIL PROTECTED] wrote: Hi. but,At CaffeineMark, I found a failed message when I tauched Info tab. ~/aaa # kaffe CaffeineMarkApp kaffe-bin: jthread.c:1194: jthread_disable_stop: Assertion

[kaffe] Infinite repaint with nestend FlowLayouts

2003-07-14 Thread Sebastian Mancke
Hello. I found an problem when I put an large awt.Choice in an FlowLayout Container, which is also nested in an FlowLayout Container. The component starts an infinite repaint and the hole application hangs. I couldn't find the reason. Sebastian. Sample Prog: import java.awt.*; public class

[kaffe] java.util.BitSet (Re: Kaffe CVS: kaffe kaz)

2003-07-14 Thread Ito Kazumitsu
: == Kaffe CVS [EMAIL PROTECTED] writes: : 2003-07-14 Ito Kazumitsu [EMAIL PROTECTED] : : * java/util/BitSet.java: : copied from GNU Classpath to have JDK 1.4 features. I needed the method clear() (since 1.4) to compile KJC with kjc.jar with kaffe (It is not guaranteed that KJC can be

Re: [kaffe] erroneous regression test: test/regression/ProcessTest

2003-07-14 Thread Ito Kazumitsu
: == Rob Gonzalez [EMAIL PROTECTED] writes: : When running ProcessTest against either kaffe or Sun's JRE 1.4.1_01 I get : an arrayIndexOutOfBoundsException on line 24 in method main(), which : accesses args[0], where args.length == 0. : : I believe the problems is that args[0] traditionally

StackTraceElements (Was: [kaffe] Notes on kaffe (GNU Classpathintegration) todo items)

2003-07-14 Thread Mark Wielaard
Hi, On Mon, 2003-07-14 at 10:19, Helmer Krämer wrote: i've got a working version of this in my local tree (jetty for jdk 1.4 was working fine with it), but somehow didn't get around to commit it :( Could you probably post a patch of your implementation so I can fix and commit it? I got rid

Re: [kaffe] Playing with freenet...

2003-07-14 Thread Greg Wooledge
Jim Pick ([EMAIL PROTECTED]) wrote: Here's the key for the site: [EMAIL PROTECTED]/jimpick/1// I've managed to find the front page through my Kaffe node. (My Linux/Sun node hasn't found it yet, though. Perhaps it's a Sun anti-competitive feature? ;-) ) -- Greg Wooledge