Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-12 Thread Ito Kazumitsu
This is what I did to make kaffe 1.1.0 work with Linux 2.0.38. 1. tar xzvf kaffe-1.1.0.tar.gz cd kaffe-1.1.0 2. Copy from CVS files added or modified since the release of kaffe 1.1.0. 3. Modify some programs (patch attached below). libraries/clib/net/InetAddressImpl.c.orig librar

Re: [kaffe] kaffe-bcel

2003-06-12 Thread Dalibor Topic
Hi Kalyan, --- kalyan ram <[EMAIL PROTECTED]> wrote: > Hai > Will kaffe work with bcel api?I am trying to > dynamically interrupt class loading and put in extra > bytecodes with bcel before loading into kaffe.Will it > be possible to do this? I've used the bcel verifier ocassionally with kaff

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-12 Thread Ito Kazumitsu
Hi Dalibor, In message "Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux" on 03/06/12, Dalibor Topic <[EMAIL PROTECTED]> writes: > > > I'll happily let Tim deal with the ipv6 stuff ;) > > > > Just some configure magic i think. > > that should be fixed by my

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/12 17:32:00 Modified files: . : ChangeLog Makefile.am Makefile.in include: Makefile.am Makefile.in Log message: 2003-06-13 Dalibor Topic <[EMAIL PROTECTED]> * Makefile.am, inclu

Re: [kaffe] 1.1.0 on sh3-linux

2003-06-12 Thread Kiyo Inaba
Hi Dalibor, My saying is incorrect... I said: > is 'NetworkInterfaceTest.java'. Failed two tests are actually caused by > the lack of 'libz' and I think they shall be treated as 'FAIL' rather > than 'FAIL'. And I shall say 'Theese tests should be treated as SKIP rather than FAIL'. Can someone wh

[kaffe] kaffe-bcel

2003-06-12 Thread kalyan ram
Hai Will kaffe work with bcel api?I am trying to dynamically interrupt class loading and put in extra bytecodes with bcel before loading into kaffe.Will it be possible to do this? Any help is greatly appreciated.. Thanks Ram __ Do you Yahoo!? Yahoo! Calendar -

[kaffe] (sigh) Kaffe 1.1 can't do FEC decoding

2003-06-12 Thread Greg Wooledge
So, after a week of failures every time I tried to download an FEC splitfile from Freenet, using Kaffe 1.1 (or the CVS version from right before the release), I decided that perhaps it's Kaffe that's causing the problem, rather than Freenet. I attempted to download a small FEC splitfile [EMAIL P

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/12 15:23:14 Modified files: . : ChangeLog config/s390/linux: md.h Log message: 2003-06-12 Florian La Roche <[EMAIL PROTECTED]> * config/s390/linux/md.h: (SIGNAL_ARGS, SIGNAL_CONTEXT_POI

Re: [kaffe] 1.1.0 on sh3-linux

2003-06-12 Thread Dalibor Topic
Hallo Helmer, --- Helmer Krämer <[EMAIL PROTECTED]> wrote: > On Thu, 12 Jun 2003 11:05:59 -0700 (PDT) > Dalibor Topic <[EMAIL PROTECTED]> wrote: > > Hi, > > > --- Kiyo Inaba <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > As I previously reported, there are two problems for this target made by

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/12 14:37:37 Modified files: . : ChangeLog configure configure.in config : config.h.in include: defs.h kaffe/kaffevm : stringParsing.c Log message: 2003

Re: [kaffe] 1.1.0 on sh3-linux

2003-06-12 Thread Helmer Krämer
On Thu, 12 Jun 2003 11:05:59 -0700 (PDT) Dalibor Topic <[EMAIL PROTECTED]> wrote: Hi, > --- Kiyo Inaba <[EMAIL PROTECTED]> wrote: > > Hi, > > > > As I previously reported, there are two problems for this target made by > > cross-compiling, but the result is '2 of 136 tests failed'. > > The faile

Re: [kaffe] 1.1.0 on sh3-linux

2003-06-12 Thread Dalibor Topic
hi Kiyo, --- Kiyo Inaba <[EMAIL PROTECTED]> wrote: > Hi, > > As I previously reported, there are two problems for this target made by > cross-compiling, but the result is '2 of 136 tests failed'. > The failed tests are 'DosTimeVerify.java' and 'ZipTest.java', and skipped one > is 'NetworkInterfac

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/12 10:26:58 Modified files: . : ChangeLog developers : autogen.sh Log message: 2003-06-12 Dalibor Topic <[EMAIL PROTECTED]> * developers/autogen.sh: Don't apply developers/getaddrin

Re: [kaffe] Re: AmigaOS Config failure

2003-06-12 Thread Dalibor Topic
hi Tony, --- Tony Wyatt <[EMAIL PROTECTED]> wrote: > Hi all Amiga lovers, > > Hello? > hmmm, seems I'm the only one in the hall tonight . . . I really should buy Cloanto's Emulation package someday, so I could revive my Amiga memories someday ;) > Firstly, the "maximum command line length" prob

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/12 09:25:14 Modified files: . : ChangeLog aclocal.m4 configure configure.in config : config.h.in developers : autogen.sh libraries/clib/net: InetAddressImpl.c

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-12 Thread Dalibor Topic
Hi Tim, hi Ito, --- Timothy Stack <[EMAIL PROTECTED]> wrote: > > On Friday, May 30, 2003, at 08:08 AM, Dalibor Topic wrote: > > > >> 2. Patch replace/getifaddrs.c > >> > >>Old Linux does not have linux/netlink.h and linux/rtnetlink.h. > >>So I do not expect kaffe to use replace/getifaddr

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/12 09:26:01 Added files: include: dummyin6.h getaddrinfo.h Log message: include files for replacement getaddrinfo ___ kaffe mailing list [EMAIL PROTECTED]

[kaffe] Re: Linux 2.0.x IPv6 support compilation fixes.

2003-06-12 Thread Kiyo Inaba
Thanks Dalibor, but as others mentioned they are not enough. See details attached. Kiyo - m68k-linux-gcc -DHAVE_CONFIG_H -I. -I../../../../kaffe-snap-030612/libraries/clib/net -I../../../config -I../../../include -I../../../../k

Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Dalibor Topic
Hallo Helmer, --- Helmer Krämer <[EMAIL PROTECTED]> wrote: > On Thu, 12 Jun 2003 01:47:02 -0700 > Kaffe CVS <[EMAIL PROTECTED]> wrote: > > > > > CVSROOT:/cvs/kaffe > > Module name:kaffe > > Changes by: dalibor 03/06/12 01:47:02 > > > > Modified files: > > . : Change

Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Ito Kazumitsu
In message "Re: [kaffe] Kaffe CVS: kaffe dalibor" on 03/06/12, Helmer Krämer <[EMAIL PROTECTED]> writes: > > Linux 2.0.x IPv6 support compilation fixes. > > IIRC, there were some more issues with IPv6 support, > weren't there? Yes there were. 1) Even if getaddrinfo exists, getnameinfo may b

Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Helmer Krämer
On Thu, 12 Jun 2003 01:47:02 -0700 Kaffe CVS <[EMAIL PROTECTED]> wrote: > > CVSROOT: /cvs/kaffe > Module name: kaffe > Changes by: dalibor 03/06/12 01:47:02 > > Modified files: > . : ChangeLog configure configure.in > config : config.h.in > kaffe/

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/12 01:59:36 Modified files: . : ChangeLog test/regression: Reflect.java Log message: 2003-06-12 Dalibor Topic <[EMAIL PROTECTED]> * test/regression/Reflect.java: Fixed expected output f

[kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/06/12 01:47:02 Modified files: . : ChangeLog configure configure.in config : config.h.in kaffe/scripts : Makefile.in kaffe/scripts/compat: Makefile.in repl

[kaffe] gc patch

2003-06-12 Thread Helmer Krämer
Hi all, I've attached a small patch to kaffe's gc and would like to hear your opinions before commiting it. On the one hand, it provides for a cleaner seperation between heap management and garbage collection. Therefore, it moves any logic how one could free some memory out of gc_heap_malloc int

[kaffe] Help : Connecting Oracle database

2003-06-12 Thread swapnil joshi
Hii, I am trying to connect Oracle 8i database using Kaffe on OpenBSD 3.2 operating system.My Kaffe version is 1.0.6.I am using jdbc thin Driver for database connection (classes111.zip from otn.oracle.com). I am using following code for testing : *