Re: [kaffe] Relicensing the Verifier, and Turning it On

2004-07-14 Thread Dalibor Topic
Chris Gray wrote: On Sunday 11 July 2004 15:53, Dalibor Topic wrote: [...] Okay, please keep us updated on how FSF interprets GPL+linking-exception I will. . I, personally, regard the interpreter as largely [1] independant from the rest of the VM, which was part of the reasoning why I moved it

Re: [kaffe] IllegalAccessError running CGLib

2004-07-14 Thread Alan Tam
On 2004-07-12 02:04, Helmer Krmer 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. Thanks! I will try. -- Regards,

[Fwd: Re: [kaffe] CVS kaffe (dalibor): AWT clipping and mouse event handling fixes]

2004-07-14 Thread Fabien Renaud
---BeginMessage--- Fabien Renaud wrote: Kaffe CVS wrote: PatchSet 4902 Date: 2004/07/07 12:58:43 Author: dalibor Branch: HEAD Tag: (none) Log: AWT clipping and mouse event handling fixes 2004-07-07 Jim Huang [EMAIL PROTECTED] * libraries/javalib/java/awt/Graphics.java: *

[kaffe] libawt not found

2004-07-14 Thread Fabien Renaud
Hello, I said it in IRC but I repeat here because some people asked the question. Why kaffe says me libawt not found whereas the lib is here with all my other libs ? Because kaffe doesn´t find libqt. It seems kaffe doesnt search in QTDIR. Cheers, Fabien

[kaffe] kaffe, kaffe-bin and BOOTCLASSPATH

2004-07-14 Thread Fabien Renaud
Hi, To use strace, I have to use strace kaffe-bin and not strace kaffe (otherwise I have syscall: unknown syscall trap 0x) But since I use the method with DESTDIR in make install, I have this with kaffe-bin : Couldn't find or load essential class `java/lang/Object'

Re: [kaffe] more on float_min and underflow

2004-07-14 Thread Dalibor Topic
Riccardo wrote: So the conclusion is: standard wisdom and usage on most unix system and processors and so the standard libraries on them and common C use define the limits with the NORMALIZED numbers. Java spec defines the minimum as a Denormalized number. On one side that is what I temporarily

[kaffe] CVS kaffe (guilhem): Fixed stack on freebsd/x86.

2004-07-14 Thread Kaffe CVS
PatchSet 4965 Date: 2004/07/14 10:07:30 Author: guilhem Branch: HEAD Tag: (none) Log: Fixed stack on freebsd/x86. * config/i386/freebsd2/md.[ch] (mdGetStackBase,mdGetStackEnd, KAFFEMD_STACKBASE,KAFFEMD_STACKEND): Updated to the latest change in name semantics.

Re: [kaffe] libawt not found

2004-07-14 Thread Dalibor Topic
Fabien Renaud wrote: Hello, I said it in IRC but I repeat here because some people asked the question. Why kaffe says me libawt not found whereas the lib is here with all my other libs ? Because kaffe doesn´t find libqt. It seems kaffe doesnt search in QTDIR. Quoting from FAQ.awt: * Dynamical

Re: [kaffe] libawt not found

2004-07-14 Thread Fabien Renaud
Dalibor Topic wrote: Fabien Renaud wrote: Hello, I said it in IRC but I repeat here because some people asked the question. Why kaffe says me libawt not found whereas the lib is here with all my other libs ? Because kaffe doesn´t find libqt. It seems kaffe doesnt search in QTDIR. Quoting from

Re: [kaffe] CVS kaffe (dalibor): Fixed build with sparc jit

2004-07-14 Thread Dalibor Topic
Mark Wielaard wrote: Hi, On Tue, 2004-07-13 at 17:04, Kaffe CVS wrote: @@ -899,16 +899,16 @@ /* Align data onto relevant boundary */ if (l-size == 2 ((uintp)CODEPC) % 8 != 0) { - LOUT = 0; + LOUT(0; } Missing closing bracket there? Yep, thanks!

Re: [kaffe] kaffe, kaffe-bin and BOOTCLASSPATH

2004-07-14 Thread Guilhem Lavaux
Fabien Renaud wrote: Hi, Hi Fabien, To use strace, I have to use strace kaffe-bin and not strace kaffe (otherwise I have syscall: unknown syscall trap 0x) But since I use the method with DESTDIR in make install, I have this with kaffe-bin : Couldn't find or load essential class

[kaffe] CVS kaffe (dalibor): Added default toolkit name to classpath configuration

2004-07-14 Thread Kaffe CVS
PatchSet 4968 Date: 2004/07/14 12:55:28 Author: dalibor Branch: HEAD Tag: (none) Log: Added default toolkit name to classpath configuration 2004-07-13 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/gnu/classpath/Configuration.java (default_awt_toolkit): Added new field

Re: [kaffe] libawt not found

2004-07-14 Thread Dalibor Topic
Fabien Renaud wrote: But kaffe shouldn´t complain about libawt when the problem comes from qt, no ? Could you add a printf to 325 const char *err = LIBRARYERROR(); in file kaffe/kaffevm/external.c to see if the error from libtool mentions qt ? cheers,

Re: [kaffe] Can't find libawt?

2004-07-14 Thread Dalibor Topic
zhou wrote: Hello everyone: I wanted to port KAFFE to xscale,I build with --with-awt=qt, After i cp the cross-compilied kaffe to my board,it works very good without qt, I tryed HelloWorld.java ,there was no problem,but when i tryed awt/TextEdit.sh,it tells that

Re: [kaffe] Does not work on FreeBSD 5.1-RELEASE

2004-07-14 Thread Ito Kazumitsu
* == Guilhem Lavaux [EMAIL PROTECTED] writes: * Hmm... I've just tried running kaffe on freebsd 5.1 on my laptop and it * manages to run kjc to build the class library so I guess it works. Yes, it worked for me, too, after changing the configuration option --with-threads from unix-pthreads to

Re: [kaffe] libawt not found

2004-07-14 Thread Fabien Renaud
Dalibor Topic wrote: Fabien Renaud wrote: But kaffe shouldn´t complain about libawt when the problem comes from qt, no ? Could you add a printf to 325 const char *err = LIBRARYERROR(); in file kaffe/kaffevm/external.c to see if the error from libtool

[kaffe] CVS kaffe (dalibor): Moved config/superh to config/sh

2004-07-14 Thread Kaffe CVS
PatchSet 4969 Date: 2004/07/14 14:37:28 Author: dalibor Branch: HEAD Tag: (none) Log: Moved config/superh to config/sh 2004-07-13 Dalibor Topic [EMAIL PROTECTED] * config/superh: Moved over to * config/sh: new directory. * Makefile.am: (EXTRA_DIST) Removed

[kaffe] ant's tstamp fails with kaffe

2004-07-14 Thread Arnaud Vandyck
Hi, this simple build.xml file: project name=test default=time target name=time tstamp/ /target /project (debian unstable 1.1.5 branch) $ JAVA_HOME=/usr/lib/kaffe ant Buildfile: build.xml time: BUILD FAILED /tmp/build.xml:1: java.util.MissingResourceException: resource not found Total

Re: [kaffe] Re: moving config/superh to config/sh

2004-07-14 Thread Dalibor Topic
Kiyo Inaba wrote: Sorry, I miss this mail. I'd like to rename the config/superh directory to config/sh to go with the usuall gnu toolchain names for superh processors (sh*). Yeah, everytime I think we have to change it to be compatible with gnu toolchain. I am not sure why Transvirtual's guy use

Re: [kaffe] Segmentation fault

2004-07-14 Thread Dalibor Topic
Stage2 wrote: I have a little problem with the kaffe's awt on qt-embedded. When I try to lunch one of the awt tests it replys with an error of Segmentation Fault. Can anyone help me? Thank you Check out FAQ.debugging in the FAQ directory :) Let me guess, xscale? what value do you get for

Re: [kaffe] old darwin (macos 10.0)

2004-07-14 Thread Dalibor Topic
Riccardo wrote: Hello, I installed an old computer and have now an older version of MacOS-X, 10. 0.4 namely. I tried current Kaffe CVS and I fail with (cd .libs rm -f libreplace.la ln -s ../libreplace.la libreplace.la) ~/kaffe-cvs/darwin-1/replace/.libs cd ../../kaffe/libltdl /bin/sh

[kaffe] CVS kaffe (guilhem): Fix for pthreads (but surely also for others)

2004-07-14 Thread Kaffe CVS
PatchSet 4971 Date: 2004/07/14 18:57:16 Author: guilhem Branch: HEAD Tag: (none) Log: Fix for pthreads (but surely also for others) * kaffe/kaffevm/ksem.c (ksemGet): Readded jmutex_lock. Members: ChangeLog:1.2535-1.2536 kaffe/kaffevm/ksem.c:1.3-1.4 Index:

Re: [kaffe] Does not work on FreeBSD 5.1-RELEASE

2004-07-14 Thread Guilhem Lavaux
Ito Kazumitsu wrote: * == Guilhem Lavaux [EMAIL PROTECTED] writes: * Hmm... I've just tried running kaffe on freebsd 5.1 on my laptop and it * manages to run kjc to build the class library so I guess it works. Yes, it worked for me, too, after changing the configuration option

[kaffe] Re: fixing tests/internal

2004-07-14 Thread Timothy Stack
Heya, it seems that the internal jit tests on CVS head can no longer be built. I've tried to write a patch to fix that, but I just managed to make the test compile fail. Any idea what's wrong? I've attached my patch. The problem is with JNI_GetDefaultJavaVMInitArgs() in jni-base.c, the

[kaffe] FYI: Kaffe eCos

2004-07-14 Thread jserv
Hi all, I am glad to inform you that Kaffe/eCos is back according to news Suzuki RyosIII sent to me. Currently, nano-X AWT backend for Kaffe is available, and I will take a look over the great work! cheers, Jim Huang -- Forwarded message -- Date: Wed, 14 Jul 2004 22:26:18

Re: [kaffe] Qt-AWT Illegal instruction Error, Is it a bug???

2004-07-14 Thread Dalibor Topic
[EMAIL PROTECTED] wrote: soft_fixup_trampoline(): return 0x29df54 Illegal instruction could you compile developers/sp_offset.c and run it on your target platform, and report the results? I think we may have some xscales that have different sp_offset values, ugh. cheers, dalibor topic

[kaffe] CVS kaffe (dalibor): Fixed build with kjc

2004-07-14 Thread Kaffe CVS
PatchSet 4970 Date: 2004/07/14 16:51:43 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed build with kjc 2004-07-13 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/essential.files, libraries/javalib/profiles/allatonce/all.files,

[kaffe] CVS kaffe (dalibor): Implemented Thread.holdsLock

2004-07-14 Thread Kaffe CVS
PatchSet 4967 Date: 2004/07/14 12:43:49 Author: dalibor Branch: HEAD Tag: (none) Log: Implemented Thread.holdsLock 2004-07-13 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/java/lang/Thread.java (holdsLock): Implemented. Reported by: Jim Huang [EMAIL PROTECTED]

[kaffe] fixing tests/internal

2004-07-14 Thread Dalibor Topic
Heya, it seems that the internal jit tests on CVS head can no longer be built. I've tried to write a patch to fix that, but I just managed to make the test compile fail. Any idea what's wrong? I've attached my patch. cheers, dalibor topic Index: test/internal/jit_stub.c

[kaffe] CVS kaffe (jserv): Qt AWT debugging classification and font init / font metrics info.

2004-07-14 Thread Kaffe CVS
PatchSet 4964 Date: 2004/07/14 07:08:11 Author: jserv Branch: HEAD Tag: (none) Log: Qt AWT debugging classification and font init / font metrics info. * FAQ/FAQ.awt: Update usage of Qt AWT backend. * libraries/clib/awt/qt/clr.cc, libraries/clib/awt/qt/evt.cc,

Re: [Fwd: Re: [kaffe] CVS kaffe (dalibor): AWT clipping and mouse event handling fixes]

2004-07-14 Thread jserv
On Wed, Jul 14, 2004 at 09:55:27AM +0200, Fabien Renaud wrote: PatchSet 4902 Date: 2004/07/07 12:58:43 Author: dalibor Branch: HEAD AWT clipping and mouse event handling fixes Ok I have this error because I have srcIdx = -1 Actually these errors are not due to patch but before this one,

Re: [kaffe] libawt not found

2004-07-14 Thread Dalibor Topic
Fabien Renaud wrote: But kaffe shouldn´t complain about libawt when the problem comes from qt, no ? True. It may be a libtool issue, I'll look into it. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED]

Re: Re: [kaffe] Can't find libawt?

2004-07-14 Thread Jerry
Hi robilad: Thx for your reply! when i tryed program of qtopia,it return also these warnings,but that time I can pass -qws to the application,when there was a higher layer between it ,how can I pass it to the application.I tryed kaffe Calc -qws.It doesn't work. Internal error: caught an

Re:nbsp; [kaffe]nbsp; Qt-AWTnbsp; Illegalnbsp; instructionnbsp; Error,nbsp; Isnbsp; itnbsp; anbsp; b

2004-07-14 Thread embstudy
In your mail: [EMAIL PROTECTED] wrote: soft_fixup_trampoline(): return 0x29df54 Illegal instruction could you compile developers/sp_offset.c and run it on your target platform, and report the results? I think we may have some xscales that have different sp_offset values, ugh. | | Sure, I

[kaffe] Is a obvious BUG in the funcs.c of CVS version(2004/07/14 17:00 Beijing)?

2004-07-14 Thread Jerry
Hello everyone: Because of the Kaffe qt-AWT backend can't work on my board,I update my src file from the cvs yesterday.And I used the same option to configure.But this time it can't pass the building. My options was as follow: export PATH=/opt/qt-2.3.2-new/bin:/usr/local/arm-linux/bin:$PATH

[kaffe] CVS kaffe (jserv): clickToFocus fix to MouseEvt boundary check for PaintEvt

2004-07-14 Thread Kaffe CVS
PatchSet 4972 Date: 2004/07/15 04:19:15 Author: jserv Branch: HEAD Tag: (none) Log: clickToFocus fix to MouseEvt boundary check for PaintEvt * libraries/javalib/java/awt/MouseEvt.java (clickToFocus): JDK allows components which are not isFocusTraversable() to gain the