[kaffe] Re: Kaffe Documentation / JIT for VLIW

2002-12-06 Thread Gerlando Falauto
On Fri, 29 Nov 2002, Svante Arvedal wrote: Hi Svante, thanks for your reply. I would really love to hear something more about your project. Could you give me some pointers and/or send me some of your papers? And yes, the source code could would sure be very helpful to me. Right now I am going v

[kaffe] Re: [tritonus-user] Tritonus on kaffe

2002-12-06 Thread Dalibor Topic
Hallo Matthias, I've CC:ed [EMAIL PROTECTED] on this, as I think there might be some interest over there, too :) --- Matthias Pfisterer <[EMAIL PROTECTED]> wrote: > Hi, > > actually, we (Tritonus team) are interested in > making Tritonus work with > kaffe. In the long run, it may even be integr

Re: [kaffe] Is It a bug? qt-awt

2002-12-06 Thread Dalibor Topic
HI Sanjeev, --- Sanjeev Manral <[EMAIL PROTECTED]> wrote: > Hi all, > > > I'm trying to build kaffe with qt-awt > > In x86 machine I'm able to build it as shared but > when I try to run > appletviewer it gives me exceptions. What kind of exceptions do you get? Could you provide an example (sma

Tomcat4 on kaffe (Was: Re: [kaffe] (no subject))

2002-12-06 Thread Dalibor Topic
Hi Paco, --- Pak Leung <[EMAIL PROTECTED]> wrote: > Try to run Tomcat 4.1.12 with Kaffe 1.0.6 on Cobalt > OS 4.0, but didn't Check out http://www.mail-archive.com/kaffe@kaffe.org/msg00494.html for my post on how to get tomcat 3.2.4 to run with kaffe. I assume that Tomcat 3.3 still won't work due

RE: [kaffe] Is It a bug? qt-awt

2002-12-06 Thread Sanjeev Manral
> -Original Message- > From: Dalibor Topic [SMTP:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 6:21 PM > To: Sanjeev Manral; '[EMAIL PROTECTED]' > Subject: Re: [kaffe] Is It a bug? qt-awt [Sanjeev Manral] Hi > HI Sanjeev, > > --- Sanjeev Manral <[EMAIL PROTECTED]

[kaffe] libqte-mt or libqte ?

2002-12-06 Thread Sanjeev Manral
Hi all, Is it neccesary to compile qt with thread(libqte-mt.so or libqte-mt.a ) support to make appletviewer work? Is there anything in running of applet which uses multithreading of qt? I've got kaffe working with qt without thread (libqte.so or libqte.a) support but not appletviewer. Thanks

Re: [kaffe] Kaffe CVS: kaffe dalibor

2002-12-06 Thread Dalibor Topic
Hi Pat, --- Patrick Tullmann <[EMAIL PROTECTED]> wrote: > Ito wrote: > > On FreeBSD 3.1-RELEASE, make failed. I think I > should upgrade to > > the newest release if I have time. > > Its the same on 4.6-STABLE and on a fairly old > 5.0-CURRENT box. > > Why isn't the configure variable HAVE_DECL

[kaffe] Kaffe 1.0.7 on RAQ2

2002-12-06 Thread Pak Leung
Dear Jim, I am using the Cobalt RAQ2 with update OS 4.0. I would like to know if I can use Kaffe 1.0.7 on that machine. Thank you very much Regards Pak -- This message has been scanned for viruses by the DIT Computer Centre MailScanner Service, and is believed to be clean. _

jikes 1.17 bug (Was: Re: [kaffe] Some patches to use jikes)

2002-12-06 Thread Hervé Roussain
With jikes 1.17, everything compiles, and all but one regression tests pass on i386-linux-jit3. The failing test is SoTimeout, which fails because kaffe can't find SocketImpl.setOption(int, Object) method. I have to take a closer look at the disassembly of the source files to figure out if that'

[kaffe] Re: japitools-0.9.2 beta release

2002-12-06 Thread Brian Jones
Stuart Ballard <[EMAIL PROTECTED]> writes: > For these reasons, I'd like to suggest that everyone who is providing > me with nightly japi files would get some useful benefits from > upgrading *nudge* *nudge* I think you're trying to tell me something here. ;) I'll get to it soon. Brian -- Bri

Re: [kaffe] Kaffe CVS: kaffe dalibor

2002-12-06 Thread Patrick Tullmann
Hi Dalibor, It seems like just getting configure to test for swab correctly will solve this problem (unless I'm missing something), without having to resort to naming platforms in config-mem.h. On FreeBSD (and other sane systems), where swab() is prototyped in a header file, config-mem.h should n

Re: jikes 1.17 bug (Was: Re: [kaffe] Some patches to use jikes)

2002-12-06 Thread Mark Wielaard
Hi, On Fri, 2002-12-06 at 16:56, Hervé Roussain wrote: > It seems to be a jikes bug. But it is also a gcj bug (after a comment in > SocketImpl.java & DatagramSocketImpl.java in classpath's source) that > classpath solve by redeclarations of "setOption" and "getOption" methods > in the 2 mention

[kaffe] cross compiling

2002-12-06 Thread Brian Beattie
I'm trying to cross compile kaffe, but when I run configuire, the Makefile it creates does not have the cross compiler. Anybody have and clues? ./configure --host=arm-linux --build=i386-pc-linux-gnu --prefix $PWD/../../output/staging/usr --with-awt=qt --with-qtdir=$PWD/../../build/qt-2.3.4-beta2