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

2002-12-12 Thread Matthias Pfisterer
Dalibor Topic wrote: 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

[kaffe] Bug Report

2002-12-12 Thread Richard Stahl
Hello, I am using Kaffe for expetimenting with the VM implementation yet I encountered another problem with its graphics. I am compiling and running it on Linux 2.4.9-13 with gcc version 2.95.3. I do something like this: g.drawImage(EL_ARR[ak_nr].Picture, 0, 0, this); //where g = Graphics ...

[kaffe] how to run kaffe awt on linux framebuffer

2002-12-12 Thread ¸ÇÁáÐË--½ÌÎñ´¦
Dear Mehta, I'm a student from China, I'm learning kaffe vm and want to know how the kaffe awt run on linux framebuffer. But there is very little reference materials. I learn from the kaffe site that you had the same quetion before, so i want to learn some more details from you. Thanks and regards.

Re: [kaffe] Fixing Cygwin port using Classpath's pure Java java.util.zip

2002-12-12 Thread Dalibor Topic
--- Dalibor Topic <[EMAIL PROTECTED]> wrote: > p.s. I'll try to get the patch with a changelog > entry > posted tonight. It's available at http://www.kaffe.org/~robilad/zip-replacement-patch.tgz the archive contains the patch, the ChangeLog entry, and the updated Klasses.jar.bootstrap file, w

Re: [kaffe] Status of Playstation 2 patches

2002-12-12 Thread Warwick Hunter
P.S. I still haven't been able to get back to the bugs in the MIPS JIT. They mostly seem to have to do with the complicated gcc argument passing conventions for MIPS, particularly for mixed FP/integer parameter lists. Has anyone else made any progress

Re: [kaffe] Status of Playstation 2 patches

2002-12-12 Thread Kevin D. Kissell
> There is a linux kernel for my velo, 2.3.99 something > from linux-vr, but I am not a kernel hacker, and > support for the philips mips chip hasn't been merged > into any of the two current linux kernel mips trees > yet, as far as I know. The Philips chip is of the same basic design as the Toshi

Re: [kaffe] Status of Playstation 2 patches

2002-12-12 Thread Dalibor Topic
Hi Kevin, --- "Kevin D. Kissell" <[EMAIL PROTECTED]> wrote: > Note that some of the stuff that I filed as MIPS > patches > is either identical or equivalent to some of Dylan's > PS2 > patches - indeed, one of the reasons I got seriously > engages was that I could see that Dylan was labeling > fixe

Re: [kaffe] Status of Playstation 2 patches

2002-12-12 Thread Kevin D. Kissell
Note that some of the stuff that I filed as MIPS patches is either identical or equivalent to some of Dylan's PS2 patches - indeed, one of the reasons I got seriously engages was that I could see that Dylan was labeling fixes "PS2" that were actually pretty generic to MIPS (that's not a bad reflect

[kaffe] Status of Playstation 2 patches

2002-12-12 Thread Dalibor Topic
Hi Dylan, a while ago (i.e. in June 2002) you posted a set of patches adding support for the Playstation 2 platform. I'd like to see then merged into the main tree. Can you put them up on the web somewhere, and include a ChangeLog for your changes against the current sources? A FAQ.playstation2

Re: [kaffe] Fixing Cygwin port using Classpath's pure Javajava.util.zip

2002-12-12 Thread Mark Wielaard
Hi, On Thu, 2002-12-12 at 17:11, Dalibor Topic wrote: > Fortunately, GNU Classpath provides a pure java > implementation of java.util.zip. I decided to merge it > in and see if that would work better. In short, it > does, and reduces the number of test case failures to > 34. Nothing crashes during

[kaffe] Fixing Cygwin port using Classpath's pure Java java.util.zip

2002-12-12 Thread Dalibor Topic
Hi all, I've investigated the problems kaffe has on Cygwin. Here's what happens with the current sources from CVS: ./configure --enable-debug --with-awt=no runs fine. Sometimes it forgets to run configure in the libltdl directory, so we may need to run it a few times in order to get a proper bui