Re: [kaffe] Odd Jython/jar behaviour

2003-01-09 Thread Dalibor Topic
Hi Vesa, --- Dalibor Topic [EMAIL PROTECTED] wrote: I think I need to figure out where to put the skip next '\n' code to match Sun's behaviour. I need to do some tests first ... I'll post a patch tonight. I've removed the skipping code in the attached patch. Could you test if jython still

[kaffe] Kaffe CVS: kaffe dalibor

2003-01-09 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/01/09 05:47:35 Modified files: . : ChangeLog libraries/javalib/java/io: DataInputStream.java Log message: 2003-01-09 Dalibor Topic [EMAIL PROTECTED] *

[kaffe] AWT_for_Linux

2003-01-09 Thread murat guven
Hi everybody, I'm new in this Kaffe community, so that means stupid questions will follow:) Here is the first one: does Kaffe have an AWT implementation for an OS other than Windows, like Linux X11. Thanks for your time... Murat

Re: [kaffe] Error in building kaffe (downloaded from CVS)

2003-01-09 Thread Jacob Lee
Hi, Dalibor, I've just passed. Thanks! --- Dalibor Topic [EMAIL PROTECTED] wrote: Hi Jacob, --- Jacob Lee [EMAIL PROTECTED] wrote: After the simple 1)./configure --prefix=/kaffedir 2)make I got the error: libtool: link: only absolute run-paths are allowed

[kaffe] [patch] latest java.io.DataInputStream readLine patch

2003-01-09 Thread Dalibor Topic
Hi Vesa, this is the last patch for DataInputStream. It's necessary to get the BCEL Java Verifier to run. It would be nice if you could check if your application / jython still runs with this patch. I've got make make check with no troubles. It uses FilterInputStream to store an eventual

Re: [kaffe] [patch] latest java.io.DataInputStream readLine patch

2003-01-09 Thread Dalibor Topic
--- Dalibor Topic [EMAIL PROTECTED] wrote: Hi Vesa, this is the last patch for DataInputStream. It's And it's actually attached this time around ;) best regards, dalibor topic __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up

Re: [kaffe] Re-used event objects (again)

2003-01-09 Thread Benja Fallenstein
Dalibor, Dalibor Topic wrote: In the case above, I think patching kaffe would be better than working around bugs. Thanks for your answer. It took me some time to figure out, but in the end the patch was really trivial (attached). The reason was that KeyEvt.dispatch() reused the current

Re: [kaffe] [crash] Jython 2.1 Installer vs. jthread_disable_stop

2003-01-09 Thread Timothy Stack
Hi, hi, now that we've got Jython to run, I've tried to install it using the Jaython 2.1 installer from http://www.jython.org/download.html . That lead to an interesting crash: the jthread_disable_stop assert that checks if the disable_counter is less than 10 leads to a core dump.

[kaffe] QT AWT ExceptionInInitializerError (not the libawt one)

2003-01-09 Thread Benja Fallenstein
Hi all, I've tried to run kaffe with the Qt AWT. Compiling goes fine, but on startup I get this: java.lang.ExceptionInInitializerError: [exception was java.lang.UnsatisfiedLinkError: /usr/local/kaffe/jre/lib/i386/libawt-1.1.x-cvs.so: undefined symbol: _ZN7QWidget5ev entEP6QEvent] at

Re: [kaffe] QT AWT ExceptionInInitializerError (not the libawt one)

2003-01-09 Thread Dalibor Topic
--- Benja Fallenstein [EMAIL PROTECTED] wrote: Hi all, I've tried to run kaffe with the Qt AWT. Compiling goes fine, but on startup I get this: java.lang.ExceptionInInitializerError: [exception was java.lang.UnsatisfiedLinkError: /usr/local/kaffe/jre/lib/i386/libawt-1.1.x-cvs.so:

Re: [kaffe] [crash] Jython 2.1 Installer vs. jthread_disable_stop

2003-01-09 Thread Greg Wooledge
Dalibor Topic ([EMAIL PROTECTED]) wrote: Could you guys check if you still get them using the latest source from CVS when you configure kaffe --with-engine=intrp ? OpenBSD 3.2 i386 ./configure --with-engine=intrp gmake (cd .libs gcc -c -fno-builtin -fno-rtti -fno-exceptions kaffe-binS.c) rm