[kaffe] Re: Want Readme file for configuring kaffe in JIT MODE

2008-04-23 Thread Dalibor Topic
Arun Prasad Mohan schrieb: Hi all, I would like to configure the kaffe 1.1.7 in JIT mode. Can you provide the README file for that so that it will be helpful for me to proceed. There is not much there to it, actually. If a jit is available, then you can ask configure to build it for y

[kaffe] Re: kaffe 1.1.9 "Spring Cleanup" relased

2008-02-26 Thread Dalibor Topic
Jim Pick wrote: Excellent. I'll try to get it up on the website on Sunday (I have out-of-town visitors until then). Have fun at FOSDEM! It was great! Back home now, and wading through the mail and bug reports. cheers, dalibor topic ___ kaffe maili

[kaffe] Re: Kaffe HEAD on OS X 10.4.11

2008-02-22 Thread Michael Franz
I was incorrect about the jit, the jit and jit3 are not supported and do not configure. I thought that since I did not specify intrp it would use jit. I noticed that it built using the intrp. When I configured for jit/jit3 I get:Configuration i386-darwin does not support the jit/jit3 engine Mic

[kaffe] Re: kaffe 1.1.9 "Spring Cleanup" relased

2008-02-22 Thread Jim Pick
Excellent. I'll try to get it up on the website on Sunday (I have out-of-town visitors until then). Have fun at FOSDEM! Cheers, - Jim Dalibor Topic wrote: Hi team, I've tagged 1.1.9, and uploaded the source code archives to http://www.kaffe.org/~robilad. Jim, when you have time, please

Re: [kaffe] Re: Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-21 Thread Michael Franz
I replaced the 3 below with the libffi option, it did not link. I added them back with the libffi and it linked again, however, it still has 135 of 150 failed tests. On Thu, Feb 21, 2008 at 7:00 AM, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Michael Franz schrieb: > > I was able to get Kaffe 1.1

[kaffe] Re: Classpath's doubleToLongBits

2008-02-21 Thread Andrew Haley
Dalibor Topic wrote: Christian Thalinger schrieb: On Fri, 2008-02-08 at 12:25 +0100, Dalibor Topic wrote: Yeah, that's why I'd like to go step by step, and first slash the VM interface methods I can slash, and then implement it with ieee754.h as an option, (adding a #define BIG_ENDIAN __BIG

Re: [kaffe] Re: Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-21 Thread Dalibor Topic
Michael Franz schrieb: I was able to get Kaffe 1.1.8 to build. I needed to add --with-staticlib --with-staticvm --disable-shared . I think there is something wrong with the default linking in the build process. When I run the tests however, it is not too promising. 135 of 150 tests fail.

[kaffe] Re: Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-20 Thread Michael Franz
I was able to get Kaffe 1.1.8 to build. I needed to add --with-staticlib --with-staticvm --disable-shared . I think there is something wrong with the default linking in the build process. When I run the tests however, it is not too promising. 135 of 150 tests fail. On Sun, Feb 10, 2008 at 11:

[kaffe] Re: Classpath's doubleToLongBits

2008-02-18 Thread Christian Thalinger
On Mon, 2008-02-18 at 12:44 +0100, Dalibor Topic wrote: > > That sounds like it was a lot of work. Did you change anything new in > > GNU Classpath or should I test the current CVS version > I wrote a patch using the -0.0d > 0L hack described above to detect > whether we should switch words > in

[kaffe] Re: Classpath's doubleToLongBits

2008-02-18 Thread Dalibor Topic
Christian Thalinger schrieb: On Mon, 2008-02-18 at 04:03 +0100, Dalibor Topic wrote: This one turned out to be a lot more fun to track down. It's pretty easy to rewrite the test whether to swap words in a jdouble: put -0.0 into a jvalue's jdouble element, and if the correspoding jlong bitst

[kaffe] Re: Classpath's doubleToLongBits

2008-02-18 Thread Christian Thalinger
On Mon, 2008-02-18 at 04:03 +0100, Dalibor Topic wrote: > This one turned out to be a lot more fun to track down. > > It's pretty easy to rewrite the test whether to swap words in a jdouble: > put -0.0 into a jvalue's > jdouble element, and if the correspoding jlong bitstream is > 0, you > have

[kaffe] Re: Classpath's doubleToLongBits

2008-02-17 Thread Dalibor Topic
Christian Thalinger schrieb: On Fri, 2008-02-08 at 12:25 +0100, Dalibor Topic wrote: Yeah, that's why I'd like to go step by step, and first slash the VM interface methods I can slash, and then implement it with ieee754.h as an option, (adding a #define BIG_ENDIAN __BIG_ENDIAN for the broken

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-16 Thread Dalibor Topic
Ito Kazumitsu wrote: From: Dalibor Topic <[EMAIL PROTECTED]> Subject: Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath Date: Sat, 16 Feb 2008 00:39:12 +0100 I've committed a fix now. Thank you very much for spotting this embarassing bug, and I hope the fix will w

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-16 Thread Ito Kazumitsu
From: Dalibor Topic <[EMAIL PROTECTED]> Subject: Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath Date: Sat, 16 Feb 2008 00:39:12 +0100 > I've committed a fix now. > Thank you very much for spotting this embarassing bug, and I hope the > fix will work for you,

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-15 Thread Dalibor Topic
Dalibor Topic wrote: Dalibor Topic wrote: Kiyo Inaba wrote: Hi Ito-san, You wrote: I have found that recent Kaffe causes OutOfMemoryError in the process of this compiling. I tested this on a machine with rich memory, and have found out that, in order to compile GNU Classpath 0.96.1 with ecj,

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-15 Thread Dalibor Topic
Dalibor Topic wrote: Kiyo Inaba wrote: Hi Ito-san, You wrote: I have found that recent Kaffe causes OutOfMemoryError in the process of this compiling. I tested this on a machine with rich memory, and have found out that, in order to compile GNU Classpath 0.96.1 with ecj, Since I gave up com

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-14 Thread Dalibor Topic
Kiyo Inaba wrote: Hi Ito-san, You wrote: I have found that recent Kaffe causes OutOfMemoryError in the process of this compiling. I tested this on a machine with rich memory, and have found out that, in order to compile GNU Classpath 0.96.1 with ecj, Since I gave up compiling GNU Classpath e

Re: [kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-14 Thread Kiyo Inaba
Hi Ito-san, You wrote: >> I have found that recent Kaffe causes OutOfMemoryError in the >> process of this compiling. >I tested this on a machine with rich memory, and have found out >that, in order to compile GNU Classpath 0.96.1 with ecj, Since I gave up compiling GNU Classpath everytime, I did

[kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-14 Thread kaz
From: [EMAIL PROTECTED] Subject: OutOfMemoryError while compiling GNU Classpath Date: Thu, 14 Feb 2008 14:21:09 +0900 (JST) > I have found that recent Kaffe causes OutOfMemoryError in the > process of this compiling. I tested this on a machine with rich memory, and have found out that, in order t

[kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-13 Thread kaz
From: [EMAIL PROTECTED] Subject: Re: OutOfMemoryError while compiling GNU Classpath Date: Thu, 14 Feb 2008 15:20:30 +0900 (JST) > > Yes, there were big changes between 2008-01-17 and 2008-01-22. > > The bug 125 (http://www.kaffe.org/cgi-bin/bugzilla/show_bug.cgi?id=125) > also seems to have come

[kaffe] Re: OutOfMemoryError while compiling GNU Classpath

2008-02-13 Thread kaz
From: [EMAIL PROTECTED] Subject: OutOfMemoryError while compiling GNU Classpath Date: Thu, 14 Feb 2008 14:21:09 +0900 (JST) > Yes, there were big changes between 2008-01-17 and 2008-01-22. The bug 125 (http://www.kaffe.org/cgi-bin/bugzilla/show_bug.cgi?id=125) also seems to have come to exist dur

[kaffe] Re: Get ready for Fosdem - Free Java Meeting

2008-02-11 Thread Mario Torre
Il giorno ven, 08/02/2008 alle 21.20 +0100, Mark Wielaard ha scritto: > You only have to pay the beer yourself *) But hey, this is also share alike what do you want more? :P Mario -- Lima Software - http://www.limasoftware.net/ GNU Classpath Developer - http://www.classpath.org/ Fedora Ambassad

[kaffe] Re: Classpath's doubleToLongBits

2008-02-11 Thread Christian Thalinger
On Fri, 2008-02-08 at 12:25 +0100, Dalibor Topic wrote: > Yeah, that's why I'd like to go step by step, and first slash the VM > interface methods I can slash, and > then implement it with ieee754.h as an option, (adding a #define > BIG_ENDIAN __BIG_ENDIAN > for the broken glibc versions). I'll m

[kaffe] Re: Classpath's doubleToLongBits

2008-02-08 Thread Dalibor Topic
Christian Thalinger schrieb: On Fri, 2008-02-08 at 00:26 +0100, Dalibor Topic wrote: I've looked a bit closer at the 3 ARM OABI errors, in particular at the errors in test/regression/DoubleConst.java . That test fails because we get the bitstreams of the doubles being tested when we call Do

Re: [kaffe] Re: How to set environement path variable

2008-01-17 Thread Dalibor Topic
Arun Prasad Mohan wrote: Hi, From the install file i found for setting environment variable * Or on systems that have the `env' program, you can do it like this: "env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure" Yeah, that's a way to set environment variables. You can also

[kaffe] Re: How to set environement path variable

2008-01-17 Thread Arun Prasad Mohan
Hi, From the install file i found for setting environment variable * Or on systems that have the `env' program, you can do it like this: "env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure" *When i run the above command i got the following error: *make[3]: Leaving directory `/hom

[kaffe] Re: Kaffe GC performance, Boehm GC issues

2007-12-26 Thread Kiyo Inaba
I wrote: >Dalibor Topic wrote: >>My current results with boehm-gc are a bit across the map (i386-linux, >>boehm-gc 6.8, different compilers, CVS head). > >This report is very interesting for me. > >I tested boehm with three systems. >1) i386, gcc version 3.2 20020903, Red Hat Linux 8.0 3.2-7 >2) i3

[kaffe] Re: Kaffe GC performance, Boehm GC issues

2007-12-26 Thread Kiyo Inaba
I wrote: >>I tested boehm with three systems. >>1) i386, gcc version 3.2 20020903, Red Hat Linux 8.0 3.2-7 >>2) i386, gcc version 3.2.3 20030502, FC5 >>3) i386, gcc version 4.1.1 20060525, FC5 >> >>If I use CVS head, and boehm-gc 6.8, they all fail. Testing HWA generates >>nothing :-< Could you gue

[kaffe] Re: Kaffe GC performance, Boehm GC issues

2007-12-25 Thread Kiyo Inaba
I wrote: >Dalibor Topic wrote: >>My current results with boehm-gc are a bit across the map (i386-linux, >>boehm-gc 6.8, different compilers, CVS head). > >This report is very interesting for me. > >I tested boehm with three systems. >1) i386, gcc version 3.2 20020903, Red Hat Linux 8.0 3.2-7 >2) i3

[kaffe] Re: Re: Re: Re: Re: Kaffe GC performance, Boehm GC issues

2007-12-25 Thread Kiyo Inaba
Dalibor Topic wrote: >Kiyo Inaba wrote: >> I found it can be extended until major classpath resync on Jan of >> 2007 if I revert the mod for 'kaffe/kaffevm/baseClasses.c'. The change >> made in 'baseClasses.c' (v 1.76) is reorder the invocation of >> initialization (initializeSecurity and initThrea

Re: [kaffe] Re: Re: Re: Kaffe GC performance, Boehm GC issues

2007-12-25 Thread Dalibor Topic
Kiyo Inaba wrote: Hi, After submitting several archived tests, I found snap 060803 (whose ChangeLog head is "2006-07-27 Guilhem Lavaux <[EMAIL PROTECTED]>") works fine with Boehm GC on i386/linux. I will try to use this to test whether arm version of Boehm GC works fine. I found it can be e

[kaffe] Re: Re: Re: Kaffe GC performance, Boehm GC issues

2007-12-24 Thread Kiyo Inaba
Hi, >After submitting several archived tests, I found snap 060803 >(whose ChangeLog head is "2006-07-27 Guilhem Lavaux <[EMAIL PROTECTED]>") >works fine with Boehm GC on i386/linux. I will try to use this to test >whether arm version of Boehm GC works fine. I found it can be extended until majo

[kaffe] Re: Re: Kaffe GC performance, Boehm GC issues

2007-12-23 Thread Kiyo Inaba
>Zigurd wrote: >>We tried using Boehm GC, but encountered an issue which is now bug #113. >>Any experiences/pointers getting Boehm GC up on ARM Linux would also be >>very useful. > >I usually don't test ports with Boehm GC, and takes time to notice this >bug. I am afraid Boehm GC for arm has never

[kaffe] Re: Kaffe GC performance, Boehm GC issues

2007-12-22 Thread Kiyo Inaba
Hi Zigurd, >We tried using Boehm GC, but encountered an issue which is now bug #113. >Any experiences/pointers getting Boehm GC up on ARM Linux would also be >very useful. I usually don't test ports with Boehm GC, and takes time to notice this bug. I am afraid Boehm GC for arm has never tested...

Re: [kaffe] Re: CVS kaffe (robilad): Reworked java compiler detection

2007-12-20 Thread Dalibor Topic
Kiyo Inaba wrote: Dalibor wrote: The auto detection itself is welcome, but still I want to have explicit way to specify which compiler is my preference. Since I still use jikes for some other staff, but when making regression test of kaffe I need to use ecj (jikes does not like classpath-0.96.1)

Re: [kaffe] Re: CVS kaffe (robilad): Reworked java compiler detection

2007-12-20 Thread Dalibor Topic
Kiyo Inaba wrote: Dalibor wrote: The auto detection itself is welcome, but still I want to have explicit way to specify which compiler is my preference. Since I still use jikes for some other staff, but when making regression test of kaffe I need to use ecj (jikes does not like classpath-0.96.1)

[kaffe] Re: CVS kaffe (robilad): Reworked java compiler detection

2007-12-14 Thread Kiyo Inaba
Dalibor wrote: >> It becomes 10.5 hours, so your improvement really works :-) >> >Great! Is that in the range of the time required for testing using jikes? It usually takes roughly 10.5 hours. Of course jikes case invokes jikes for every test case, and may have slight improvement if I do same modi

[kaffe] Re: CVS kaffe (robilad): Reworked java compiler detection

2007-12-14 Thread Dalibor Topic
Kiyo Inaba wrote: Dalibor wrote: This is the great news for me! After I changed to use ecj for all platforms, the regression testing itself took more than 51 hours on m68k (Mac-IIci, netbsd) :-< For the next weekly regression test, I can see whether things becomes better or not. I ho

[kaffe] Re: CVS kaffe (robilad): Reworked java compiler detection

2007-12-14 Thread Kiyo Inaba
Dalibor wrote: >> This is the great news for me! After I changed to use ecj for all >> platforms, the regression testing itself took more than 51 hours >> on m68k (Mac-IIci, netbsd) :-< For the next weekly regression test, >> I can see whether things becomes better or not. >> >I hope they will beco

[kaffe] Re: CVS kaffe (robilad): Reworked java compiler detection

2007-12-13 Thread Kiyo Inaba
Dalibor wrote: >> The auto detection itself is welcome, but still I want to have >> explicit way to specify which compiler is my preference. Since >> I still use jikes for some other staff, but when making regression >> test of kaffe I need to use ecj (jikes does not like classpath-0.96.1). > >Yeah

[kaffe] Re: CVS kaffe (robilad): Reworked java compiler detection and test ccompilation

2007-12-13 Thread Dalibor Topic
Kiyo Inaba wrote: Hi Dalibor and others, Dalibor wrote: (slightly reformat) I've changed the compilation of the regression steps to compile all tests in a single step, which should speed up the regression tests in particular for users using ecj / javac on a JVM, as that eliminates around 150

[kaffe] Re: CVS kaffe (robilad): Reworked java compiler detection and test ccompilation

2007-12-12 Thread Kiyo Inaba
Hi Dalibor and others, Dalibor wrote: (slightly reformat) >I've changed the compilation of the regression steps to compile all >tests in a single step, which should speed up the regression tests >in particular for users using ecj / javac on a JVM, as that eliminates >around 150 JVM invocations. T

Re: [kaffe] Re: kaffe 1.1.9 plans

2007-09-26 Thread Dalibor Topic
Riccardo wrote: > Hi, > > On Sat, 22 Sep 2007 21:59:40 +0200, Dalibor Topic <[EMAIL PROTECTED]> > wrote: > >> Hi all, >> >> We've got the migration classpath 0.95 ahead. I'd like to take that >> opportunity to switch to using the system installation of gnu classpath, >> and remove the source code

[kaffe] Re: kaffe 1.1.9 plans

2007-09-26 Thread Riccardo
Hi, On Sat, 22 Sep 2007 21:59:40 +0200, Dalibor Topic <[EMAIL PROTECTED]> wrote: Hi all, We've got the migration classpath 0.95 ahead. I'd like to take that opportunity to switch to using the system installation of gnu classpath, and remove the source code for it from Kaffe, slimming down o

Re: [kaffe] Re: kaffe 1.1.8

2007-08-08 Thread Dalibor Topic
Dalibor Topic wrote: >> D] Merge in the dropped cygwin patch >>-> 2007-June/104983.html >>Classpath has been made on cygwin, still doing kaffe itself. > > Still to do. Down to 4 core VM patches (exception handling, pthreads) and 4 other patches (class library, kaffe.in), should get finis

Re: [kaffe] Re: kaffe 1.1.8

2007-08-06 Thread Dalibor Topic
Kiyo Inaba wrote: > Especially, any active improvement for awt/xawt portion? > > --- > D] Either fix the serialization bugs leading to the two failing > regression tests, or mark them as XFAILs, and file bugs for it in GNU > Classpath's t

[kaffe] Re: kaffe 1.1.8

2007-08-05 Thread Riccardo
Hi Kiyo, On Thu, 02 Aug 2007 09:05:39 +0200, Kiyo Inaba <[EMAIL PROTECTED]> wrote: performance may decrease, but I believe it is much better to have (slow but) workable version than non workable version ;-) correct indeed! This is great news and thanks for the effort. Especially, any acti

[kaffe] Re: kaffe 1.1.8

2007-08-02 Thread Kiyo Inaba
Yesterday, I committed my fixes to make kaffe work for arm/linux with 'jit3' engine. As I mailed previously (see http://www.kaffe.org/pipermail/kaffe/2007-July/105026.html), the spill code should have some bugs for this architecture, I re-define arm's register configuration NOT to have any global r

Re: [kaffe] Re: 'UnsatisfiedLinkError' on arm/linux/jit

2007-07-21 Thread Dalibor Topic
Kiyo Inaba wrote: I wrote: Recent version of kaffe got 'UnsatisfiedLinkError' on arm/linux/jit. I guess, this is because of static-vm, static-lib fix. It's my mistake. When I reverted my mod for 'jit.h', it works. thanks for tracking it down, kiyo. cheers, dalibor topic __

[kaffe] Re: 'UnsatisfiedLinkError' on arm/linux/jit

2007-07-21 Thread Kiyo Inaba
I wrote: >Recent version of kaffe got 'UnsatisfiedLinkError' on arm/linux/jit. >I guess, this is because of static-vm, static-lib fix. It's my mistake. When I reverted my mod for 'jit.h', it works. Kiyo ___ kaffe mailing list kaffe@kaffe.org http://k

[kaffe] Re: Segmentation fault in ARM11

2007-07-20 Thread Kiyo Inaba
Hi Arun, >I tried to search the mailing list for similar problem and got some >questions which seemed alike. But there is no clear solution for this except >an indication it may be related to threads. Thanks for the bug report. I can not find any info saying how to fix this right now. And I don'

[kaffe] Re: Cannot run AWT on Kaffe

2007-07-09 Thread Riccardo
Hi, sorry for the extreme late answer I missed this in my inbox, On Tue, 05 Jun 2007 14:03:01 +0200, ronaldsloot <[EMAIL PROTECTED]> wrote: ./configure --with-engine=intrp --with-kaffe-x-awt --disable-gconf-peer --disable-gtk-peer this configure line seems reasonable to me. I build w

Re: [kaffe] Re: libz dependency

2007-07-02 Thread Kiyo Inaba
Dalibor Topic wrote: >Dalibor Topic wrote: >> Kiyo Inaba wrote: >>> Dalibor, could you please add some code to check the version of libz? >> I could check if ZLIB_VERNUM >= 0x1230, and abort configure accordingly, >> to make sure kaffe is built with zlib 1.2.3 or higher. >fix checked in now. Thank

Re: [kaffe] Re: libz dependency

2007-07-01 Thread Dalibor Topic
Dalibor Topic wrote: Kiyo Inaba wrote: Dalibor, could you please add some code to check the version of libz? I could check if ZLIB_VERNUM >= 0x1230, and abort configure accordingly, to make sure kaffe is built with zlib 1.2.3 or higher. fix checked in now. Thank you very much for the sug

[kaffe] Re: libz dependency

2007-07-01 Thread Dalibor Topic
Kiyo Inaba wrote: Kiyo Inaba wrote: Dalibor Topic wrote: Yes, now that we depend on it, we should make sure it's there in configure. Thanks, I'll check in a patch. Oops, I misunderstand the name of the library. I have 'libz' installed. One possibility is the (os) installed version is 1.1.4. Is

[kaffe] Re: libz dependency

2007-07-01 Thread Dalibor Topic
Kiyo Inaba wrote: Kiyo Inaba wrote: Dalibor Topic wrote: Yes, now that we depend on it, we should make sure it's there in configure. Thanks, I'll check in a patch. Oops, I misunderstand the name of the library. I have 'libz' installed. One possibility is the (os) installed version is 1.1.4. Is

[kaffe] RE: Re: Cannot run AWT on Kaffe

2007-06-12 Thread Ronald Sloot
I had this problem on my ARM build of Kaffe: > kaffe -Xkaffe-xlib-awt WidgetsDemo > java.lang.InternalError: Pointer class was not properly initialized Turns out this "java.lang.InternalError: Pointer class was not properly initialized" error is getting caused as a result of libxawt.so not expor

[kaffe] Re: Kaffe1.1.7 for MIPS target - Illegal instruction?

2007-06-12 Thread Sakur
Hi: I guess "Illegal Instruction" is not thrown by Kaffe,but by your OS runtime. You might choose an improper crosstool to compile kaffe. Cheers Message: 1 Date: Mon, 11 Jun 2007 15:14:10 +0800 (CST) From: hjzhang <[EMAIL PROTECTED]> Subject: [kaffe] Kaffe1.1.7 for MIPS target - Illegal ins

[kaffe] Re: Re; kaffe] CVS kaffe (robilad): Removed kaffe's copies of fastjar and zip library

2007-06-09 Thread Dalibor Topic
Kiyo Inaba wrote: Hi Dalibor, It should be better to update FAQ/FAQ.requiredlibraries. Thank you, Kiyo, I've updated the file now. Kaffe seems to be back building on the arm image now, and I'm waiting for that build to complete. cheers, dalibor topic _

[kaffe] Re; kaffe] CVS kaffe (robilad): Removed kaffe's copies of fastjar and zip library

2007-06-07 Thread Kiyo Inaba
Hi Dalibor, It should be better to update FAQ/FAQ.requiredlibraries. Kiyo ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Re: Cannot run AWT on Kaffe

2007-06-05 Thread Ronald Sloot
Hi, I am actually getting the same problem as Kelvin when I run WidgetsDemo on kaffe 1.1.8-pre on ARM: > kaffe -Xkaffe-xlib-awt WidgetsDemo java.lang.InternalError: Pointer class was not properly initialized I am using the following config: ./configure --with-engine=intrp --with-kaffe-x-awt

[kaffe] Re: Toolkit load problem

2007-06-04 Thread Sakur
Hi: ldd /your/path/libgtkpeer.so ,you will find the cause . Tis because the required libraries (See GTKLIBS) were not added to link flags . Try to link with GTKLIBS ,you will see the awt window. Br Sakur Message: 1 Date: Sun, 03 Jun 2007 12:09:17 +0200 From: Andreas Kielkopf <[EMAIL PROTE

[kaffe] Re: ./configure not finding X

2007-05-30 Thread Stephen Winiecki
Stephen Winiecki/Raleigh/IBM wrote on 05/30/2007 04:53:04 PM: > I saw someone posted with this same error message in the archive > last Oct. but no response. > > I am using a Debian 4.0 install on PPC with Xorg 7.1.1 installed. > When I run ./configure, for some reason X is not found, and there

[kaffe] Re: [Fwd: GNU Classpath 0.95 "Take Five" released]

2007-04-23 Thread Kiyo Inaba
Riccardo wrote: >Dalibor Topic <[EMAIL PROTECTED]> wrote: >> Alternatively, we could remove GNU Classpath from our tree, and require >> the user to build it first, and then build Kaffe using that version. I >> do not know if jikes can parse bytecode from compilers for Java 1.5, but >> that's the on

[kaffe] Re: [Fwd: GNU Classpath 0.95 "Take Five" released]

2007-04-23 Thread Riccardo
Hi, On Mon, 23 Apr 2007 15:00:46 +0200, Dalibor Topic <[EMAIL PROTECTED]> wrote: Alternatively, we could remove GNU Classpath from our tree, and require the user to build it first, and then build Kaffe using that version. I do not know if jikes can parse bytecode from compilers for Java 1.5

[kaffe] Re: arm emulated by GXemul [1] (success with intrp)

2007-04-17 Thread Kiyo Inaba
I have to answer by myself... >Since I did not put any info for SIGNAL_ARGS for 'arm/netbsd1' (usually >this should be defined in 'md.h'), no proper care for exception handling >is done for this port. But, the regression test reports that exception >handling works OK (at least in StackDump.out).

[kaffe] Re: arm emulated by GXemul [1] (success with intrp)

2007-04-17 Thread Kiyo Inaba
Dalibor wrote: >Thank you, Kiyo, that's great news, since currently the two tests can be >expected to fail. Yes, I understand that these two are expected to fail. But, then, this report introduces me one interesting (or funny) fact. Since I did not put any info for SIGNAL_ARGS for 'arm/netbsd1' (

Re: [kaffe] Re: arm emulated by GXemul [1] (success with intrp)

2007-04-16 Thread Dalibor Topic
Kiyo Inaba wrote: I wrote: I got 6 of 150 tests failed Please report to kaffe@kaffe.org (detailed log at the end) Well, I just did check-TESTS, if I do 'check', I got 2 of 150 tests fail

[kaffe] Re: arm emulated by GXemul [1] (success with intrp)

2007-04-15 Thread Kiyo Inaba
I wrote: >I got > >6 of 150 tests failed >Please report to kaffe@kaffe.org > >(detailed log at the end) Well, I just did check-TESTS, if I do 'check', I got 2 of 150 tests failed Please report to kaffe

[kaffe] Re: arm emulated by GXemul [1] (success with intrp)

2007-04-14 Thread Kiyo Inaba
I wrote: >But, when I do 'gmake check-TESTS TESTS=HelloWorldApp.java', it fails. >The 'HelloWorldApp.fail' file says, Ok then, I have to use pthreads rather than jthreads... With configuration --with-glibj-zip=/root/mnt/glibj.zip \ --with-engine=intrp \ --enable-pure-java-

[kaffe] Re: arm emulated by GXemul [1]

2007-04-13 Thread Kiyo Inaba
Hi, >Since I don't have enough time to do the compilation itself (and of >course invoke regression test) right now, but I hope I can continue >this effort for this weekend. Since, it's friday, and not so many meetings (thanks someone its friday), I can continue my work for compilation. There are

[kaffe] Re: configure command with '-C' option

2007-04-09 Thread Kiyo Inaba
Hi Dalibor, Dalibor wrote: >Kiyo Inaba wrote: >> Anyway, I try to separate classpath build from the entire kaffe >> build, and let you know when finish. >> >Great, thank you! As I said earlier, I tried to make classpath compilation separated from kaffe's main compilation. I tested this with i386/

[kaffe] Re: Future directions for Kaffe

2007-04-03 Thread Riccardo
Hi Jim, yes, it has been quiet here lately. To be honest though, I like how kaffe is (I still perceive it more "open" as OpenJDK) and I like our old-style site and CVS. I use both sourceforge and savannah, but our own stuff has more charm. Personally I am pretty busy and I am not so exper

[kaffe] Re: i can not compile and install kaffe 1.1. 7

2007-04-03 Thread Riccardo
Hi, I think kaffe didn't detect Jikes or your jikes is too old. Please install jikes 1.22. Or use --with-jikes flag. Or use a prebuilt jar. 1.1.7 didn't come with one IIRC. -Riccardo On Fri, 09 Mar 2007 04:04:37 +0100, weihan zhang <[EMAIL PROTECTED]> wrote: /home/yz201471/kaffe/kaffe-

[kaffe] Re: Cannot run AWT on Kaffe

2007-04-03 Thread Riccardo
Hi, as some screenshots on my blog prove, I was able to run kaffe's xlib peers. I don't know what is wrong at your place, try to run the awt demo inside the test cases of kaffe. -Riccardo On Thu, 08 Feb 2007 16:46:57 +0100, Kelvin Xu <[EMAIL PROTECTED]> wrote: Xlib: Using the command: ka

[kaffe] Re: kaffe Digest, Vol 34, Issue 5

2007-03-30 Thread Andreas Kielkopf
Am Montag, den 26.03.2007, 16:04 -0800 schrieb [EMAIL PROTECTED]: > Today's Topics: > >1. Future directions for Kaffe (Jim Pick) > > > -- > > * If anybody is currently doing something interesting with Kaffe, or has > any

[kaffe] Re: kaffe Digest, Vol 34, Issue 5

2007-03-26 Thread Sakur
Hi,Jim Pick: When seeing the touched post from you,I can't help to reveal my thought toward Kaffe developer community! I'v been using Kaffe for almost two years ,although not even contributing to the source. As you mentioned below, Kaffe is almost like a tree growing bigger and bigge

[kaffe] Re: cross compiling kaffe to arm using Nano-X backend

2007-02-06 Thread Kelvin Xu
Hi, Thanks for the help. However another more puzzling error shows up during make using the following configure: CC=arm-linux-gcc NM=arm-linux-ar STRIP=arm-linux-strip ../kaffe/configure --host=arm-linux --prefix=/home/EmbeddedLinux/rfs/usr/jre --libexecdir=/home/EmbeddedLinux/rfs/usr/kaffe/b

[kaffe] Re: cross compiling kaffe to arm using Nano-X backend

2007-02-06 Thread Kiyo Inaba
Hi Kelvin, > cc1: warnings being treated as errors Looks like what I encountered for m68k/linux. Try to configure with '--disable-Werror' option. Kiyo ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Re: kaffe Digest, Vol 31, Issue 7

2006-12-13 Thread Sakur
Hi, 1. Can you tell me the arithmetic's theory (douchuan) hi I don't know what does the arithmetic say! The result from a is 1000, then the result from b is 6. I have optimized a system for a long time, but i find out i must optimize all aspects, just a aspect isn't work. I w

Re: [kaffe] Re: Who made Open Source Java real

2006-12-06 Thread fchoong
Mark, Dalibor, You guys are too humble! ;) David Fu -- firecat server-side javascript webserver http://firecat.nihonsoft.org http://blog.netbeans.jp/roller/page/fchoong > On Thu, 2006-11-16 at 17:08 +0100, Dalibor Topic wrote: >> I largely blame Mark Wielaard's efforts >> to bring the different e

Re: [kaffe] Re: Who made Open Source Java real

2006-12-06 Thread Mark Wielaard
On Thu, 2006-11-16 at 17:08 +0100, Dalibor Topic wrote: > I largely blame Mark Wielaard's efforts > to bring the different efforts together under one umbrella, and reach > out to everyone else working on this. :) > > He's just plain awesome, and I'm glad to know him as a friend. Thanks :) You a

[kaffe] Re: Let's go to JavaOne!

2006-12-04 Thread Fernando Lozano
Hi there, Forgot a very important information: the URL for submitting proposals: https://www28.cplan.com/cfp_prod/CFPLogin.jsp?wId=58LE17 []s, Fernando Lozano First of all, I'm sorry for the cross-post, but I hope you'll find this message useful. While we all are extasiated with Sun GPLed J

Re: [kaffe] Re: kaffe Digest, Vol 30, Issue 25

2006-11-29 Thread Dalibor Topic
Prahalad Deshpande wrote: Hi All, I have used kaffe previously to write simple java programs and also some advanced ones like a text editor based on AWT using the Kaffe VM. However I have then worked extensively on Sun JDK and I want to incorporate certain features provided there into Kaffe VM.

Re: [kaffe] Re: Who made Open Source Java real

2006-11-16 Thread Dalibor Topic
Clemens Eisserer wrote: as far as I know danesecooper left some about two years ago, because she wasn't happy with the direction java took. There are many more people who contributed to all this, and a linear timeline may not do it proper justice ... In my experience, it has been more like

[kaffe] Re: Who made Open Source Java real

2006-11-16 Thread Clemens Eisserer
as far as I know danesecooper left some about two years ago, because she wasn't happy with the direction java took. Well, now this has changed :-) lg Clemens 2006/11/16, Fernando Lozano <[EMAIL PROTECTED]>: Hi there, Maybe you like to know, A Sun employee published a timeline of events and peo

[kaffe] Re: Jazzelle

2006-09-13 Thread Sakur . deagod
> >Anyone knows something about this? (Hope nokia implements a GPL version of > > this for the next release for n770). > Hello : I'v ported Jazelle (DBX) to Brew,on which I found a issue that Brew timer can't interrupt CPU in Jazelle mode ,so ,it would usually wake up watchdog. The onl

[kaffe] Re: Kaffe porting on MIPS

2006-09-05 Thread NaveenYadav
Hi ,   I do cross compile kaffe and run hello world program on native and it run successfully. Then I do cross compile and test same program and i got the error .       compile             Run                     Status 1.  X-86                 X-86                success 2.  X-86  

[kaffe] Re: Kaffe on MIPS64/Linux

2006-08-15 Thread Mike Kozlowski
> Hi all > > I was wondering if anyone has ever tried running Kaffe on a MIPS64/Linux > system. I tried compiling it (with jikes java compiler) and it told me > only o32 ABI is supported. When I recompiled everything (including jikes) > and tried to invoke the VM with a simple “hello, world” .class

Re: [kaffe] Re: openbsd sysctl.h present but cannot be compiled + workaround

2006-08-13 Thread Dalibor Topic
On Thu, 2006-08-10 at 22:12 -0400, Kurt Miller wrote: > Frederick C. Druseikis wrote: > > Hopefully this will be enough input to patch kaffe so that I don't > > need the "funky sysctl.h" If someone wants to suggest a patch I > > can test it. > > > > Here's a patch to configure.ac that will qui

[kaffe] Re: openbsd sysctl.h present but cannot be compiled + workaround

2006-08-12 Thread Kurt Miller
Frederick C. Druseikis wrote: Hopefully this will be enough input to patch kaffe so that I don't need the "funky sysctl.h" If someone wants to suggest a patch I can test it. Here's a patch to configure.ac that will quiet the warning on OpenBSD. However, if I'm not mistaken sysctl.h is only

[kaffe] Re: ./Configure (NaveenYadav)

2006-08-09 Thread Sakur . deagod
> Hi , > > I download version 1.1.7 and try to do .configure . I am running on Fedora > code -3 > > What may be reason of below error . > > Can you give me list of package it require . > like gcc version etc. > > configure: error: Library requirements (gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 > gdk-

Re: [kaffe] Re: CVS kaffe (robilad): resynced with gnu classpath (Mozilla plugin)

2006-06-05 Thread Dalibor Topic
On Thu, 2006-06-01 at 01:46 -0600, Alan Eliasen wrote: > > Dalibor Topic wrote: > > A new dependency has been introduced for the appletviewer, which uses > > Mozilla's libraries. That may trip up the build for people who don't > > have mozilla development packages installed, so in that case please

[kaffe] Re: CVS kaffe (robilad): resynced with gnu classpath (Mozilla plugin)

2006-06-01 Thread Alan Eliasen
Dalibor Topic wrote: > A new dependency has been introduced for the appletviewer, which uses > Mozilla's libraries. That may trip up the build for people who don't > have mozilla development packages installed, so in that case please add > --disable-plugin to your configure line. Can we add i

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

2006-05-20 Thread Riccardo
On Thu, 18 May 2006 14:50:44 +0200, Lennon Cook <[EMAIL PROTECTED]> wrote: You do not provide any details, but I couldn't compile 1.1.7 too. Jikes complained about "too many arguments" and failed to compile about a half of java code. On my system, make tells me that it 'Needs an operator' at l

[kaffe] Re: Kaffe on MIPS64/Linux

2006-05-20 Thread Riccardo
Hello, I was wondering if anyone has ever tried running Kaffe on a MIPS64/Linux system. I tried compiling it (with jikes java compiler) and it told me only o32 ABI is supported. When I recompiled everything (including jikes) and tried to invoke the VM with a simple "hello, world" .class files, i

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

2006-05-18 Thread Lennon Cook
Krzysztof Strasburger <[EMAIL PROTECTED]> wrote: You do not provide any details, but I couldn't compile 1.1.7 too. Jikes complained about "too many arguments" and failed to compile about a half of java code. On my system, make tells me that it 'Needs an operator' at libraries/javalib/Makefile li

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

2006-05-17 Thread Krzysztof Strasburger
> > will upgrade to 1.1.7 presently and see if this helps. > This turned out to be a no-go: 1.1.7 isn't compiling for me. But I You do not provide any details, but I couldn't compile 1.1.7 too. Jikes complained about "too many arguments" and failed to compile about a half of java code. Passing "JI

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

2006-05-17 Thread Lennon Cook
Lennon Cook <[EMAIL PROTECTED]> wrote: will upgrade to 1.1.7 presently and see if this helps. This turned out to be a no-go: 1.1.7 isn't compiling for me. But I just tried the Sun jre, and I get the same problem. So, I will ask about this on the FreeBSD list, as it would appear unrelated to Kaff

[kaffe] Re: Java lang spec: private access

2006-05-16 Thread Tom Tromey
> "Ito" == Ito Kazumitsu <[EMAIL PROTECTED]> writes: Ito> The Java Language Specification, Third Edition says: Ito> |6.6.1 Determining Accessibility Ito> Why "the top level class" ? At this level it is a language design decision. The idea is that all the code defined within the scope of a

  1   2   3   4   5   6   7   8   9   10   >