[kaffe] (no subject)

2006-05-15 Thread [EMAIL PROTECTED]
Hi there, If you happen to be at JavaOne this year, please drop by the java.net community corner. This year we'll have some mini-talks about JPackage, Kaffe, Classpath and other free Java stuff, besides some Sun-sponsored talks. If people see there's interest from the community in Free

[kaffe] F/OSS Java mini-talks during JavaOne

2006-05-15 Thread [EMAIL PROTECTED]
Hi there, If you happen to be at JavaOne this year, please drop by the java.net community corner. This year we'll have some mini-talks about JPackage, Kaffe, Classpath and other free Java stuff, besides some Sun-sponsored talks. If people see there's interest from the community in Free

[kaffe] configure error libXtst NOT found

2006-05-15 Thread Gowri
Hi , Iam trying to cross compile Kaffe for the mips processor , First step , compilation to i686 is done , when iam trying to configure of mips by using below command CC=mipsel-linux-uclibc-gcc NM=mipsel-linux-uclibc-nm AR=mipsel-linux-uclibc-ar ../kaffe-1.1.7/configure --host=mipsel-linux

Re: [kaffe] configure error libXtst NOT found --fixed

2006-05-15 Thread Gowri
i got myself fixed it by using this option --disable-gtk-peer On Mon, 2006-05-15 at 17:27 +0900, Gowri wrote: Hi , Iam trying to cross compile Kaffe for the mips processor , First step , compilation to i686 is done , when iam trying to configure of mips by using below command

[kaffe] Kaffe 1.1.7 for ARM, `nanoxawt' not found

2006-05-15 Thread Frederic Kwiatkowski
Hi all i've just tried to use kaffeawt.jar with the nanox-aw option during the configure steps. i've made the following class file: import java.io.*; import java.awt.*; import java.awt.event.*; public class Nano_Frame { public Nano_Frame() { // super(); //

[kaffe] JIT on ARM926 based board

2006-05-15 Thread Frederic Kwiatkowski
Hi all Does any one succeed in using JIT with an ARM926 board? indeed, i've got a segmentation fault while launching Oscar... intrp works fine but a little bit slowly So if anyone have a succesfull experience, must i modify sources file to get JIT compatible/working? With regards Frederic

[kaffe] Re: i have trouble for cross-compile kaffe to mips.

2006-05-15 Thread Riccardo
Hey, It was complete finished then could compile and run. Atter that, i wish run kaffe in my embedded machine( with cpu mips) so create cross-compiler for mipsel and do. I run and build kaffe on mips natively, I never use a cross-compiler, so I can't help you there. But I remember you

[kaffe] Re: Swing not working - JFrame never shown

2006-05-15 Thread Riccardo
Hello, On Fri, 12 May 2006 02:22:01 +0200, Lennon Cook [EMAIL PROTECTED] wrote: Running this in an xterm works as expected - it opens, and goes into an infinite loop. Except that the JFrame never actually becomes visible. The output shows that it is initially invisible (prints 'false' for

[kaffe] Re: problems in compiliation on FC4 linux ( native)

2006-05-15 Thread Riccardo
Hey, first i run ./../kaffe-1.1.7/configure next step make do you have jikes installed? -R ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (riccardo): implemented property change methods and other adaptions form classpath

2006-05-15 Thread Kaffe CVS
PatchSet 7289 Date: 2006/05/15 22:59:15 Author: riccardo Branch: HEAD Tag: (none) Log: implemented property change methods and other adaptions form classpath Members: ChangeLog:1.4793-1.4794 libraries/javalib/awt-implementations/kaffe/java/awt/Component.java:1.13-1.14