[kaffe] CVS kaffe (dalibor): Factored code from macros into inline functions

2004-02-27 Thread Kaffe CVS
PatchSet 4468 Date: 2004/02/27 18:12:51 Author: dalibor Branch: HEAD Tag: (none) Log: Factored code from macros into inline functions 2004-02-27 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/verify.c (getIdx, getWIdx): New static inline functions. (GET_IDX) Use getI

Re: [kaffe] System code and kaffe

2004-02-27 Thread Dalibor Topic
Dalibor Topic wrote: [1] It would be also helpful if Sun changed their license on the documentation to something less draconian. And maybe made clear whether the people exposed to the JDK sources through a debugger (for example) are not automatically tainted. I should explain the debugger bit a

Re: [kaffe] System code and kaffe

2004-02-27 Thread Dalibor Topic
Hi Berlin, Berlin Brown wrote: Of course, I think kaffe will benefit if SUN java goes open source. That would be fun. Depends on the terms and conditions of the code. OpenSource is not enough for kaffe, it needs to be a GPL-compatible license. [1] Fortunately, we don't really *need* Sun's code,

[kaffe] CVS kaffe (dalibor): Replaced DORD macro by inline function

2004-02-27 Thread Kaffe CVS
PatchSet 4467 Date: 2004/02/27 16:21:18 Author: dalibor Branch: HEAD Tag: (none) Log: Replaced DORD macro by inline function 2004-02-27 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/verify.c (getDWord): New static inline function. (DWORD) Removed. Replaced u

[kaffe] CVS kaffe (dalibor): Replaced WORD macro by inline function

2004-02-27 Thread Kaffe CVS
PatchSet 4466 Date: 2004/02/27 16:12:38 Author: dalibor Branch: HEAD Tag: (none) Log: Replaced WORD macro by inline function 2004-02-27 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/verify.c (getWord): New static inline function. (WORD) Removed. Replaced use

Re: [kaffe] System code and kaffe

2004-02-27 Thread Berlin Brown
Of course, I think kaffe will benefit if SUN java goes open source. That would be fun. - Original Message - From: "Dalibor Topic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 10:34 AM Subject: Re: [kaffe] System code and kaffe > H

Re: [kaffe] System code and kaffe

2004-02-27 Thread Dalibor Topic
Hi Berlin, Berlin Brown wrote: I do system work and want to use kaffe and java for system code. I could use C, but I think it would be interesting to use kaffe. So for example, I was thinking of building a custom loader and linker and also including interfaces for devices, assembly language etc.

[kaffe] System code and kaffe

2004-02-27 Thread Berlin Brown
I do system work and want to use kaffe and java for system code.  I could use C, but I think it would be interesting to use kaffe.  So for example, I was thinking of building a custom loader and linker and also including interfaces for devices, assembly language etc.  My design thus far is,

[kaffe] Debian buildd results

2004-02-27 Thread Arnaud Vandyck
Hi all, Here is a list of url where you can find the logs of the Debian buildd. It seems kaffe 1.1.4 only build on x86 and powerpc at the moment. Maybe these logs will help you to debug and improve. http://buildd.debian.org/build.php?pkg=kaffe Package: kaffe (all) (all the results) s390: http://

[kaffe] Probs with compiling

2004-02-27 Thread heppan
i want so start a compiled java with qt/e programm, but there is always this error message: java.lang.UnsatisfiedLinkError: /home/pr4/qt/libTry.so: undefined symbol: _ZN8LCDRangeC1EP7QWidgetPKc Adding its directory to LD_LIBRARY_PATH may help. at java.lang.Runtime.loadLibrary (Runtime.java:170)