Re: [kaffe] Debugging Kaffe with DDD

2003-06-06 Thread Kiyo Inaba
Hi, Sorry, my description is wrong for the native environment. > Setting environment variable 'KAFFE_DEBUG' to a debugger (mentioned >in FAQ.debugging) is one idea, but I usually do different way for >debug kaffe. This may help you if 'kaffe' wrapper does not work for >DDD. The 'kaffe-bin' in (a

Re: [kaffe] Debugging Kaffe with DDD

2003-06-06 Thread Kiyo Inaba
Hi Michael, >Does debugging kaffe still work? As far as 'gdb' is concerned, yes it is. >If it does work, can someone tell me how to setup my >environment? Setting environment variable 'KAFFE_DEBUG' to a debugger (mentioned in FAQ.debugging) is one idea, but I usually do different way for debug ka

[kaffe] Debugging Kaffe with DDD

2003-06-06 Thread Michael Franz
Hi, Does debugging kaffe still work? I looked at the scripts and the DDD entry is considerably different than the gdb entry. I was not able to get it to work (by setting environment variable). I finally change the script to do what I thought was needed. If it does work, can someone tell me how

Re: [kaffe] current status?

2003-06-06 Thread Michael Franz
--- Greg Wooledge <[EMAIL PROTECTED]> wrote: > Michael Franz ([EMAIL PROTECTED]) wrote: > > > How long ago was that? I have a pull from cvs > that is > > 2 weeks old and I don't think it works on any > classes. > > There have been major changes to Kaffe in the last > two weeks. OK. What has ch

[kaffe] Kaffe CVS: kaffe jim

2003-06-06 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: jim 03/06/06 18:34:59 Modified files: . : ChangeLog Makefile.am Makefile.in depcomp install-sh missing developers : autogen.sh update-class-list kaffe/scripts

Re: [kaffe] current status?

2003-06-06 Thread Greg Wooledge
Michael Franz ([EMAIL PROTECTED]) wrote: > How long ago was that? I have a pull from cvs that is > 2 weeks old and I don't think it works on any classes. There have been major changes to Kaffe in the last two weeks. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PRO

Re: [kaffe] current status?

2003-06-06 Thread Michael Franz
> I recently upgraded my iBook and tried in on Mac OS > X 10.2 / PowerPC. > The head of CVS compiled staticly (dynamic linking > hasn't been fixed for > Mac OS X). It did complain about needing automake > in the libltdl > directoy - I'm going to try to fix that today. It > was able to run > "Hel

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Ito Kazumitsu
Hi Dalibor, In message "Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled" on 03/06/06, Dalibor Topic <[EMAIL PROTECTED]> writes: > Well, on to the next implementation ;) The atatched patch used strtod from > dietlibc so it would be nice if you could try it out. Fine. Th

[kaffe] Compatibility - Application Testing

2003-06-06 Thread Ito Kazumitsu
In message "[freenet-dev] Re: [kaffe] Kaffe and Freenet, round (N+1)" on 03/06/05, Dalibor Topic <[EMAIL PROTECTED]> writes: > http://www.kaffe.org/compatibility_applications.shtml . definitely needs an > update to show the latest advances. Here are applications I use with kaffe. They are a

Re: [kaffe] current status?

2003-06-06 Thread Daniel Veillard
On Fri, Jun 06, 2003 at 12:45:46PM -0700, Jim Pick wrote: > On Fri, 2003-06-06 at 10:37, Andrew Mermell wrote: > > I see that kaffe was included in Redhat 6 but is no longer being distributed > > by them as of RH7.3. From your perspective, why did they do that and what are > > the implications for

Re: [kaffe] Where to downlad the windows-port?

2003-06-06 Thread Jim Pick
Nobody has been actively working on it regularily, but I think some work was done on it a few months ago. Currently, there's only cygwin support - so you need to link it against the cygwin DLL (which is an issue for some non-GPL software). The PocketLinux/Transvirtual fork of Kaffe had some suppo

[kaffe] Where to downlad the windows-port?

2003-06-06 Thread Clemens Eisserer
Hi there! I want to bundle one of my small apps with kaffe because its really small and also fast. I need JNI, some basic classpath-features (works with 1.0.6/7 on Linux) and the possibility to start extern programs via system. Does the widnwos-port support all this? Are there precompilied pac

Re: [kaffe] current status?

2003-06-06 Thread Jim Pick
On Fri, 2003-06-06 at 10:37, Andrew Mermell wrote: > Hello, > Could someone please give me a brief idea of what's happening with kaffe at > this point? Is it in much use on the PowerPC? I recently upgraded my iBook and tried in on Mac OS X 10.2 / PowerPC. The head of CVS compiled staticly (dynam

Re: [kaffe] current status?

2003-06-06 Thread Dalibor Topic
Hi Andy, --- Andrew Mermell <[EMAIL PROTECTED]> wrote: > Hello, > Could someone please give me a brief idea of what's happening with kaffe at > this point? Is it in much use on the PowerPC? we've just frozen the code for the first developement branch release, 1.1.0, coming on sunday. recent java

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Ito Kazumitsu
By the way, let's consider why old Linux user like me was happy with kaffe-1.0.7. Because kaffe-1.0.7 had precompiled Klasses.jar and we did not have to compile java/lang/Double.java ourselves. The result of "make check" showed "FAIL: DoublePrint.java", but that did not matter practically. But

Re: [kaffe] (no subject)

2003-06-06 Thread Dalibor Topic
Hi Samuel, --- Samuel <[EMAIL PROTECTED]> wrote: > Hi Dalibor, > Sorry, I can't sure that. Could you tell me how to check it? Or, how can > I force it to use the suitable one? If you type in a shell which moc you should get the path to the moc that is used to generate the files. If it's not

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Ito Kazumitsu
Hi Dalibor, In message "Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled" on 03/06/05, Dalibor Topic <[EMAIL PROTECTED]> writes: > the netbsd strtod seems to need some includes that I don't have around, and the > netlib strtod wants me to specify way more about IEEE than

[kaffe] current status?

2003-06-06 Thread Andrew Mermell
Hello, Could someone please give me a brief idea of what's happening with kaffe at this point? Is it in much use on the PowerPC? I see that kaffe was included in Redhat 6 but is no longer being distributed by them as of RH7.3. From your perspective, why did they do that and what are the implicati

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-06 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/05 16:17:06 Modified files: . : ChangeLog Makefile.am Makefile.in kaffe/scripts : Makefile.in kaffe/scripts/compat: Makefile.in libraries/extensions: Makefile.am Makefil

Re: [kaffe] (no subject)

2003-06-06 Thread Samuel
Hi Dalibor, Sorry, I can't sure that. Could you tell me how to check it? Or, how can I force it to use the suitable one? Samuel - Original Message - From: "Dalibor Topic" <[EMAIL PROTECTED]> To: "Samuel" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 11:55 PM Subj

Re: [kaffe] (no subject)

2003-06-06 Thread Samuel
Hi Dalibor, I've export the QTDIR to the qt-embedded already. What else I need to do for the moc? Do I need to export the PATH for the $QTDIR/bin? Thank you very much. Samuel - Original Message - From: "Dalibor Topic" <[EMAIL PROTECTED]> To: "Samuel" <[EMAIL PROTECTED]>; <[EMAIL PROTEC

Re: [kaffe] (no subject)

2003-06-06 Thread Dalibor Topic
Hi Samuel, --- Samuel <[EMAIL PROTECTED]> wrote: > Thanks Dalibor, > I've got the kaffe from CVS after your email and try with it. > Unfortunately, I have the same error for my last build kaffe-qt-awt when I > build kaffe this time. > > ERROR MESSAGE > In file inc

Re: [kaffe] (no subject)

2003-06-06 Thread Samuel
Thanks Dalibor, I've got the kaffe from CVS after your email and try with it. Unfortunately, I have the same error for my last build kaffe-qt-awt when I build kaffe this time. ERROR MESSAGE In file included from evt.cc:984: evt.moc.cc:17:2: #error "This file was g

Re: [freenet-dev] Re: [kaffe] Kaffe and Freenet, round (N+1)

2003-06-06 Thread Greg Wooledge
Helmer Krämer ([EMAIL PROTECTED]) wrote: > I still doubt that it's working, because that would be too good > to be true ;) IIRC, there were some errors that only showed up > after freenet was running for a while, right? It still leaks memory, but I've learned to stop worrying about that. Whether

[kaffe] Re: Patch: RMI UnicastRemoteCall (libgcj/10886)

2003-06-06 Thread Tom Tromey
> "Dalibor" == Dalibor Topic <[EMAIL PROTECTED]> writes: Dalibor> So my course of action for kaffe will be to look in your Dalibor> (i.e. Classpath's) direction, and see what can be merged in Dalibor> eventually. Ok. Jeff, I think it is up to you whether the patch goes in or not. Dalibor> B

[kaffe] Test results: FreeBSD 4.6

2003-06-06 Thread Timothy Stack
hi, I've attached a log of a FullTest.sh done on a 1Ghz PIII running FreeBSD 4.6. Basically, everything seemed to work, whee. Although it took forever to run... tim 267 irontown:release/kaffe> uname -a FreeBSD irontown 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 23:39:05 MDT 2002 [E

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Dalibor Topic
hi Ito, --- Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > Hi Dalibor, > > In message "Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is > settled" > on 03/06/05, Dalibor Topic <[EMAIL PROTECTED]> writes: > > > the netbsd strtod seems to need some includes that I don't have around, a

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Ito Kazumitsu
In message "Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled" on 03/06/06, Ito Kazumitsu <[EMAIL PROTECTED]> writes: > But diff test/regression/DoublePrint.out test/regression/DoublePrint.fail > is only this: > > 10c10 > < 4.9E-324 > --- > > 4.9406564584125E-324 > >

[kaffe] assertion failed: mem/gc-incremental.c 384

2003-06-06 Thread Greg Wooledge
kaffe-bin in malloc(): warning: recursive call. kaffe-bin in malloc(): warning: recursive call. [...] assertion "GC_GET_FUNCS(info, idx) < sizeof(gcFunctions)/sizeof(gcFunctions[0])" failed: file "mem/gc-incremental.c", line 384 #0 0x4086327b in kill () #1 0x401fa8bb in abort () #2 0x401b274f

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Ito Kazumitsu
In message "Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled" on 03/06/06, Ito Kazumitsu <[EMAIL PROTECTED]> writes: > Seeing the source, I found that the libiberty-strtod.c used atof. > The atof of Linux 2.0.38 uses its own __strtod_internal. > > As long as __strtod_in

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Dalibor Topic
Hi Ito, --- Dalibor Topic <[EMAIL PROTECTED]> wrote: > > --- Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > > > "*" == Ito Kazumitsu <[EMAIL PROTECTED]> writes: > > > > *> In fact, FreeBSD 4.7-RELEASE's /usr/include/float.h says > > *> #define DBL_MIN 2.2250738585072014E-308 > > *> and r

Re: [kaffe] (no subject)

2003-06-06 Thread Dalibor Topic
Hi Samuel, --- samuel <[EMAIL PROTECTED]> wrote: > First, I got an error show that the line 256 of toolkit.h("char > xor;") and it's fixed after I change it to ("char Xor"). I detailly > describe it is because I don't know will this affect the others. That's fixed in the CVS, since W

Re: [kaffe] Problem with BufferedInputStream [patch]

2003-06-06 Thread Mark Wielaard
Hi, On Thu, 2003-06-05 at 17:54, Mark Wielaard wrote: > On Thu, 2003-06-05 at 15:48, Helmer Krämer wrote: > > So I would not completely remove the loop, but rather replace it with > > something like "do {} while (len>0 && available()>0)"; dunno whether > > that's really more correct, though... > >

[kaffe] Re: Patch: RMI UnicastRemoteCall (libgcj/10886)

2003-06-06 Thread Dalibor Topic
--- Tom Tromey <[EMAIL PROTECTED]> wrote: > > "Jeff" == Jeff Sturm <[EMAIL PROTECTED]> writes: > > Jeff> The problem seems to appear when marshalling the return value of > Jeff> certain void remote methods over the 1.1 wire protocol. I don't > Jeff> know if this is exactly the right thing to

cross-compiling in general (was: Re: [kaffe] Freeze)

2003-06-06 Thread Kiyo Inaba
Hi, The story may be worse than I expect... I'd like to resolve 'kaffeh' incompatibility issues and delete old 'kaffeh' installed in '/usr/local/bin'. Then, new native build installs 'kaffeh' into '/usr/local/kaffe/bin'. And of course for cross-compiling, 'configure' says, checking for kaffeh..

[kaffe] (no subject)

2003-06-06 Thread samuel
Hi, I've tried to make kaffe work with qt-embedded-3.1.2, but I still can't get it work. Can anyone help? I've built the QT independently, and built kaffe with the parameter "--with-awt=qt --with-qtdir=/root/qt-embedded-3.1.2". After make install the above, I export QT

[kaffe] Kaffe CVS: kaffe stack

2003-06-06 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: stack 03/06/05 09:20:42 Modified files: . : ChangeLog libraries/javalib: Klasses.jar.bootstrap bootstrap.classlist Log message: java/util/AbstractList$2.class is needed in the bootstrap classes too.

M68k (was: Re: [kaffe] Freeze)

2003-06-06 Thread Kiyo Inaba
For (very old) m68k-linux $ m68k-linux-gcc -v Reading specs from /proj/cross/lib/gcc-lib/m68k-linux/2.95.3/specs gcc version 2.95.3 20010315 (release) with libc-2.0.7.so -- In file included from ../../kaffe-snap-030605/replace/getif

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Dalibor Topic
--- Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > > "*" == Ito Kazumitsu <[EMAIL PROTECTED]> writes: > > *> In fact, FreeBSD 4.7-RELEASE's /usr/include/float.h says > *> #define DBL_MIN 2.2250738585072014E-308 > *> and replace/strtod.c says, when HAVE_FLOAT_H is undefined, > *> almost th

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Ito Kazumitsu
> "*" == Ito Kazumitsu <[EMAIL PROTECTED]> writes: *> In fact, FreeBSD 4.7-RELEASE's /usr/include/float.h says *> #define DBL_MIN 2.2250738585072014E-308 *> and replace/strtod.c says, when HAVE_FLOAT_H is undefined, *> almost the same thing: *> # define DBL_MIN 2.2250738585072010e-308

Re: [kaffe] Problem with BufferedInputStream [patch]

2003-06-06 Thread Mark Wielaard
Hi, On Thu, 2003-06-05 at 15:48, Helmer Krämer wrote: > Just some minor comments, though. If I understand the spec correctly, > BufferedInputStream.read() should block until data is available and > read as much of it as possible afterwards (either until the destination > buffer is full or until fu

[kaffe] Kaffe CVS: kaffe stack

2003-06-06 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: stack 03/06/05 08:44:43 Modified files: . : ChangeLog libraries/javalib: Klasses.jar.bootstrap bootstrap.classlist Log message: 2003-06-05 Tim Stack <[EMAIL PROTECTED]> * libraries/javalib/bootstra

Re: [kaffe] Freeze

2003-06-06 Thread Dalibor Topic
Hi Jim, --- Jim Pick <[EMAIL PROTECTED]> wrote: > I'm sure everybody already knows this, but we're in a freeze now. So we > want bug fixes, testing results, documentation and packaging / configure > fixes only at this point. The release 1.1.0 release will be on Sunday. could you create an rc1 t

SH3 (was: Re: [kaffe] Freeze)

2003-06-06 Thread Kiyo Inaba
> I'm sure everybody already knows this, but we're in a freeze now. Next, for SH3. # uname -a Linux ovation.src.ricoh.co.jp 2.4.13 #1 Tue Oct 15 23:28:39 JST 2002 sh3 unknown $ sh3-linux-gcc -v ... gcc version 3.0.3 # $JAVA -fullversion Kaffe Virtual Machine Copyright (c) 1996-2002 Kaffe.org p

Re: [kaffe] Freeze

2003-06-06 Thread Kiyo Inaba
In-Reply-To: <[EMAIL PROTECTED]> > I'm sure everybody already knows this, but we're in a freeze now. OK, first try the easiest for me. $ uname -a Linux gibson 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux This is RedHat-8.0 (full installation) And simple 'configure; make'

Re: [kaffe] small make dist fix

2003-06-06 Thread Helmer Krämer
On Thu, 5 Jun 2003 07:02:46 -0700 (PDT) Dalibor Topic <[EMAIL PROTECTED]> wrote: > With that patch make dist creates useable distribution archives again, but ... > make distcheck fails with: > > /bin/sh ./rebuildLib @essential.files > Compiling classes from @essential.files using > /tmp/topic/bu

Re: [freenet-dev] Re: [kaffe] Kaffe and Freenet, round (N+1)

2003-06-06 Thread Dalibor Topic
Hallo Helmer, --- Helmer Krämer <[EMAIL PROTECTED]> wrote: > On Thu, 5 Jun 2003 07:53:15 -0700 (PDT) > > So we have working jetty, freenet, nice, jython, gzz ... > > What about a simple web page to list all the applications > that work with kaffe? http://www.kaffe.org/compatibility_applications

Re: [kaffe] Re: The problem of "Double.c and buggy strtod" is settled

2003-06-06 Thread Ito Kazumitsu
> ":" == Helmer Krämer <[EMAIL PROTECTED]> writes: :> does it work if you comment out the #ifdef HAVE_FLOAT_H ... #endif :> stuff in replace/strtod.c? It seems to expect a configure check :> for float.h, but I couldn't find any check I am not <[EMAIL PROTECTED]> using Linux 2.0.x but <[E

Re: [freenet-dev] Re: [kaffe] Kaffe and Freenet, round (N+1)

2003-06-06 Thread Helmer Krämer
On Thu, 5 Jun 2003 07:53:15 -0700 (PDT) Dalibor Topic <[EMAIL PROTECTED]> wrote: Hey, > --- Greg Wooledge <[EMAIL PROTECTED]> wrote: > > > Here is it a bit later, closer to "normal": > > > > PID USERNAME PRI NICE SIZE RES STATE WAIT TIMECPU COMMAND > > 19688 greg 103 20 752K

Re: [freenet-dev] Re: [kaffe] Kaffe and Freenet, round (N+1)

2003-06-06 Thread Dalibor Topic
Hi all, --- Greg Wooledge <[EMAIL PROTECTED]> wrote: > Here is it a bit later, closer to "normal": > > PID USERNAME PRI NICE SIZE RES STATE WAIT TIMECPU COMMAND > 19688 greg 103 20 752K 616K run - 20.0H 92.33% dnetc > 15010 freenet20 108M 103M run -

[kaffe] Freeze

2003-06-06 Thread Jim Pick
I'm sure everybody already knows this, but we're in a freeze now. So we want bug fixes, testing results, documentation and packaging / configure fixes only at this point. The release 1.1.0 release will be on Sunday. Cheers, - Jim ___ kaffe mailing

Re: [freenet-dev] Re: [kaffe] Kaffe and Freenet, round (N+1)

2003-06-06 Thread Greg Wooledge
Helmer Krämer ([EMAIL PROTECTED]) wrote: > this is actually my bad. Kaffe's BigInteger.longValue() gave wrong > results for negative values. While trying to fix that, I managed > to get some errors in it that I didn't notice because my testcases > succeeded :((( Kaffe CVS ([EMAIL PROTECTED]) wr

Re: [kaffe] small make dist fix

2003-06-06 Thread Dalibor Topic
With that patch make dist creates useable distribution archives again, but ... make distcheck fails with: /bin/sh ./rebuildLib @essential.files Compiling classes from @essential.files using /tmp/topic/build/kaffe-1.1.x-cvs/_build/kaffe/kaffe/kaffe-bin -verbosegc at.dms.kjc.Main Couldn't find or l