Re: [kaffe] AWT Mailing list problem

2004-06-03 Thread Fabien Renaud
Dalibor Topic wrote: Salut Fabien, Fabien Renaud wrote: If I compiled kaffe with --with-awt=qt there should be not (too much) errors ? Now I have this : tlkDisplayBanner pc : [401eccbc]lr : [401eccd0]Not tainted sp : 00253914 ip : 00253908 fp : 002539f4 r10: 402f4cb8 r9 : 8d8c r8

Re: [kaffe] [PATCH] Classpath-AWT merge

2004-06-03 Thread Kero van Gelder
Hello, this should make Kaffe useable for hacking on Classpath's AWT and swing implementations. Great work, but I have to object to the statement itself :) You'll need a few things for classpath's AWT: a recent gtk installation, libart, cairo, pango, ... the latter, the better. For

[kaffe] CVS kaffe (dalibor): Fixed pthreads linking problem on sparc-solaris

2004-06-03 Thread Kaffe CVS
PatchSet 4811 Date: 2004/06/03 13:16:02 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed pthreads linking problem on sparc-solaris 2004-06-01 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/systems/unix-pthreads/Makefile.am: (libkthread_la_LIBADD) Added NET_LIBS to fix

[kaffe] Re: sysdepCallMethod bug in m68k/netbsd

2004-06-03 Thread Kiyo Inaba
Several days ago, I reported, For a very tentative solution, I put addql #4, %sp just before the subroutine call in sysdepCallMethod macro. Of course it is not so clear, and it's better to find out some other way... But, this does not help so much. So, I go back to very old version of

[kaffe] Serial Interface

2004-06-03 Thread Fabien Renaud
Hello again :) I have another problem : I´d like to access serial interface on my ARM box with RXTX. I use this code : public class SimpleWrite { static Enumeration portList; static CommPortIdentifier portId; static String messageString = Hello, world!\n; static SerialPort serialPort;

Re: [kaffe] Solaris pthread broken...

2004-06-03 Thread Dalibor Topic
Dalibor Topic wrote: Riccardo wrote: Hello, besides needing to add -lnsl -lsocket -lposix4 to be able to link, kaffe fails this way: Compiling classes from @pure_java_math.files using /home/multix/kaffe- cvs/sunos-build/kaffe/kaffe/kaffe-bin -verbosegc -mx 256M at.dms.kjc. Main

Re: [kaffe] Re: Solaris pthread broken...

2004-06-03 Thread Dalibor Topic
Riccardo wrote: thank you very much for your bug report, I've checked in a fix for the java.lang.NoClassDefFoundError. I haven't got around to fixing the LDFLAGS yet. Thanks to you. I did a fresh compile today. It doesn't work and is even worse than 2 days ago :' Compiling classes from

[kaffe] CVS kaffe (dalibor): Improved checking for pthreads

2004-06-03 Thread Kaffe CVS
PatchSet 4812 Date: 2004/06/03 16:21:24 Author: dalibor Branch: HEAD Tag: (none) Log: Improved checking for pthreads 2004-06-03 Dalibor Topic [EMAIL PROTECTED] * m4/acx_pthread.m4: New file, taken from ac-archive.sf.net. * configure.ac: Use ACX_PTHREAD to

[kaffe] NetBSD/sparc !

2004-06-03 Thread Riccardo
Hey, today... netbsd/sparc compiled! yeah! only 4 regressions fail: CLTestConc.fail DoubleCvt.fail TestUnlock.fail ThreadState. fail bye Riccardo ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (guilhem): Fixed two bugs in jthreads.

2004-06-03 Thread Kaffe CVS
PatchSet 4813 Date: 2004/06/03 18:45:58 Author: guilhem Branch: HEAD Tag: (none) Log: Fixed two bugs in jthreads. * kaffe/kaffevm/systems/unix-jthreads/jthread.c (jthread_stop): THREAD_FLAGS_DONTSTOP should 0 to be able to call die(). (jcondvar_broadcast): Fixed

Re: [kaffe] Possibly Bug In the implementation of jcondvar_broadcast function

2004-06-03 Thread Dalibor Topic
Guilhem Lavaux wrote: dai shaowei wrote: thanks to you both! Guilhem has checked in a fix into the CVS. cheers, dalibor topic ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (dalibor): Resynced with Jessie

2004-06-03 Thread Kaffe CVS
PatchSet 4816 Date: 2004/06/03 19:42:16 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with Jessie 2004-06-03 Dalibor Topic [EMAIL PROTECTED] libraries/javalib/javax/net/ServerSocketFactory.java, libraries/javalib/javax/net/SocketFactory.java,

Re: [kaffe] Possibly Bug In the implementation of jcondvar_broadcast

2004-06-03 Thread Timothy Stack
dai shaowei wrote: Dear Jim Pick: I am currently analysing the source code of Kaffe,I find there are possibly something wrong in the implemention of the function jcondvar_broadcastand jthread_stop in kaffe -1.1.4\kaffe\kaffevm\systems\unix-jhtreads,following is the source

Re: [kaffe] [PATCH] Classpath-AWT merge

2004-06-03 Thread Kero van Gelder
so, for example on debian unstable, once you've pulled your libgtk2.0-dev, libcairo1-dev, libart-dev, libqt3-dev, and so on, you should be able to build and install kaffe with the 3 AWT implementations with a simple You need libart-2.0-dev from debian 'experimental'. libart(2)-dev

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: access control

2004-06-03 Thread Kaffe CVS
PatchSet 4820 Date: 2004/06/03 22:25:59 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: access control 2004-06-03 Dalibor Topic [EMAIL PROTECTED] libraries/javalib/java/security/AccessControlContext.java,

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: java/io/ObjectInputStream.java

2004-06-03 Thread Kaffe CVS
PatchSet 4819 Date: 2004/06/03 21:57:02 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: java/io/ObjectInputStream.java 2004-06-03 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/java/io/ObjectInputStream.java: Resynced with GNU Classpath.

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: java/io/RandomAccessFile.java

2004-06-03 Thread Kaffe CVS
PatchSet 4818 Date: 2004/06/03 21:38:50 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: java/io/RandomAccessFile.java 2004-06-03 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/java/io/RandomAccessFile.java: Resynced with GNU Classpath.

[kaffe] CVS kaffe (guilhem): Use ArrayList instead of Vector in RuleBasedCollator.

2004-06-03 Thread Kaffe CVS
PatchSet 4814 Date: 2004/06/03 18:50:10 Author: guilhem Branch: HEAD Tag: (none) Log: Use ArrayList instead of Vector in RuleBasedCollator. * libraries/javalib/java/text/RuleBasedCollator.java: Use ArrayList instead of Vector. Members:

[kaffe] CVS kaffe (dalibor): Resynced with GNU JAXP

2004-06-03 Thread Kaffe CVS
PatchSet 4815 Date: 2004/06/03 18:56:03 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU JAXP 2004-06-03 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/libxmlj/Makefile.am: (libxmlj_la_SOURCES) Added xmlj_xpath.c. libraries/clib/libxmlj/Makefile.in,