Re: [kaffe] Building kaffe for ARM

2004-07-19 Thread Dalibor Topic
Seshadri Rengarajan wrote: Hi, I am trying to build kaffe for ARM processor. I am using the latest cross-compiler tool chain for ARM 3.3.2. I am encountering errors such as the following. For some reason object files are generated for ".c" files in kaffeh subdirectory. Link failed with a simil

Re: [kaffe] strange libtool/linking error

2004-07-19 Thread Dalibor Topic
Riccardo wrote: Hello, I get this strange linking error on MacosX 10.1: /bin/sh ../../libtool --mode=link cc -g -O2 -Wno-import -Wchar- subscripts -Wcomment -Wformat=2 -Wimplicit-int -Wmain -Wmissing-braces - Wmultichar -Wparentheses -Wreturn-type -Wswitch -Wtrigraphs - Wuninitialized -W -Wundef -

[kaffe] Stop at QtAWT: getNextEvent..

2004-07-19 Thread Jerry
Hi everyone: There was something wrong with my AWT-QT backend. I used the follow cmd: kaffe -v -ss 128000 -cp $PWD -vmdebug AWT Calc the debug message was as follows: - Loading java/awt/AWTError.class(/cvs/xscale/jre/lib/rt.jar) [compressed] [tlk.

Re: [kaffe] some problems in reduing the KaffeVM size

2004-07-19 Thread Dalibor Topic
jin_leon wrote: > hi,all > Sorry to bother you a lot. > i have received some helpful mails from you but i still meet some problems which i > couldn't solve still. Hi Jin, sorry for the late reply! > 1.compile the classlibrary > i have read the related FAQ files carefully,and do according to the

Re: [kaffe] IllegalAccessError running CGLib

2004-07-19 Thread Dalibor Topic
Alan Tam wrote: On 2004-07-12 02:04, Helmer KrÃmer wrote: On Sun, 11 Jul 2004 13:02:06 +0800 Alan Tam <[EMAIL PROTECTED]> wrote: Excuse me, is this a wrong place to file bugs like this? Yes, I've just checked in a fix, so CVS Head should work fine. Confirmed WFM. Is this safe enough to be

[kaffe] Building kaffe for ARM

2004-07-19 Thread Seshadri Rengarajan
Hi, I am trying to build kaffe for ARM processor. I am using the latest cross-compiler tool chain for ARM 3.3.2. I am encountering errors such as the following. For some reason object files are generated for ".c" files in kaffeh subdirectory. Link failed with a similar error message. Is ARM v

Re: [kaffe] [bug] Method delegation error with superinterfaces

2004-07-19 Thread Benja Fallenstein
Hi Helmer, Helmer KrÃmer wrote: The following bug is triggered by the combination of Jikes 1.21 with the current version of Kaffe from CVS. It is not triggered by Jikes + sunjava or by sunjavac + Kaffe... what jdk version do you use? Heh, this had me puzzled for a moment, I was going to say "why,

Re: [kaffe] How to install kaffe in a pda?

2004-07-19 Thread Dalibor Topic
Inma Marín López wrote: Hello all!! Has anybody installed kaffe in a pda? If so, I would like to know how it was done. To run "compile" and "make install" over the pda, what files have I to copy in the pda? If you want to build kaffe *on* the PDA, the build process is the same as on a desktop b

[kaffe] How to install kaffe in a pda?

2004-07-19 Thread Inma Marín López
Hello all!! Has anybody installed kaffe in a pda? If so, I would like to know how it was done. To run "compile" and "make install" over the pda, what files have I to copy in the pda? Thanks a lot in advance. Cheers. _ La informació

Re: [kaffe] CVS kaffe (guilhem): Fixes for Solaris.

2004-07-19 Thread Dalibor Topic
Guilhem Lavaux wrote: Dalibor Topic wrote: I've rewritten the check to use AC_CHECK_MEMBERS, as that's the autoconf macro to check for such things. :) Hi Dalibor, I've found that it also exists a macro called AC_STRUCT_TIMEZONE which does actually everything. ;) rotfl! you win! :) cheers, dalib

[kaffe] [bug] Method delegation error with superinterfaces

2004-07-19 Thread Benja Fallenstein
Hi all, The following bug is triggered by the combination of Jikes 1.21 with the current version of Kaffe from CVS. It is not triggered by Jikes + sunjava or by sunjavac + Kaffe... With jikes+Kaffe, the following code: - public clas

[kaffe] CVS kaffe (guilhem): Various build fixes + FreeBSD pthreads fixes.

2004-07-19 Thread Kaffe CVS
PatchSet 4986 Date: 2004/07/19 06:57:16 Author: guilhem Branch: HEAD Tag: (none) Log: Various build fixes + FreeBSD pthreads fixes. * configure.ac: Use AC_STRUCT_TIMEZONE instead of a personnally built macro. * configure/config.h.in, configure: Regenerated. * li