Re: [kaffe] xpg fails to build: java.util.jar.JarException: Attributes cannot be called 'Name'

2005-10-12 Thread Wolfgang Baer
Hi Joshua,

Joshua Nichols wrote:
 I'm trying to build the Gentoo package for xpg (
 http://www.kazak.ws/xpg/) with kaffe-1.1.6. When doing so, I get the
 following error:

I cannot help you in this specific case. But it might interest you
that debian has switched to fastjar for the jar tool in kaffe.

This was done by request of Dalibor :-)

Dalibor, a comment about the future of the kaffe's internal jar tool ?
Do you intent to abandon kaffes internal jar tools for 1.1.7 or only
providing a fastjar as alternative ?

Regards,
Wolfgang



___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Kaffe and Tiny-X

2005-10-12 Thread Gianluca Moro
I all,

I'm evaluating the possibility to compile Tiny-X
(Kdriver - the XFree86 stripped down X version
for embedded systems) to run Kaffe with it.

Does anyone have idea if the standard compilation 
of X awt interface of kaffe works correctly with
Tiny-X as X server? 

Anyone has tested this configuration?
Any link to documentation?

Thanks
giammy


--
Gianluca Moro  http://groups.yahoo.com/group/embeddeditalia/
ISCRIVITI alla Mailing List Italiana su LINUX EMBEDDED
[EMAIL PROTECTED]   Visit http://ilpinguino.altervista.org/






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] nano-X and kaffe: any experience?

2005-10-12 Thread Dalibor Topic
Gianluca Moro wrote:
 Hi all,
 
 I'm trying to use kaffe with AWT nano-X interface:
 I found various problems, with button management,
 arc drawing, window refresh and now with image drawing.
 
 Are there any other experiences about using kaffe
 with nano-X? Both positive or negative?
 

I can't really find much on the lists here. You may want to check out
(or post) to the nano-X mailing list to see if someone over there had
some different experiences.

 I hoped to use this combination, especially nano-X
 for its low resources usage, but it seems to be
 a problematic solutions :-(

Yeah. Sorry to hear that :(

cheers,
dalibor topic


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Kaffe for OpenWRT

2005-10-12 Thread Dalibor Topic
Richard Brady wrote:
 Does anyone have a copy of 1.1.6 compliled for openwrt that I can get
 hold of?

There is a debian package of 1.1.6,  which maybe useful if Debian runs
on OpenWRT.

Otoh, I've heard on IRC that Michael Koch (CC:ed) has built an older
version of kaffe for his Linksys box, so he may be able to help.

What sort of problems do you face building it, more generally speaking?

cheers,
dalibor topic

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] problem with guis

2005-10-12 Thread Marcus Wu

I seem to be having a problem launching applications with guis in them.
I am attempting to use middlegen, but keep getting an assertion failing 
in lookupClassMethod:


-Cut---
middlegen-2.1/samples# ant hsqldb-gui
Buildfile: build.xml

hsqldb-gui:
   [java] kaffe-bin: 
/build/buildd/kaffe-1.1.6/build-tree/kaffe-1.1.6/kaffe/kaffevm/support.c:351: 
lookupClassMethod: Assertion `cls != ((void *)0)' failed.


BUILD FAILED
middlegen-2.1/samples/build.xml:800: Java returned: -6

Total time: 12 seconds
-Cut---

If I build/run other targets without guis they work.  In a thread in 
Sept 
2005(http://www.kaffe.org/pipermail/kaffe/2005-September/103343.html), 
someone asked about a simliar issue.  It was labeled as a bug in 1.1.6.  
Is there any  known workaround/patch/fix for this?


- Marcus Wu
[EMAIL PROTECTED]

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] kaffe on Mac OS 10.4 dual G5 tower and G4 PowerBook

2005-10-12 Thread Joshua Moody
FYI, I have been able to build and run kaffe-1.1.5 and kaffe-1.1.6 on  
a dual G5 tower and a G4 PowerBook running Mac OS 10.4 with the most  
recent version of Xcode tools installed.


I used the following command sequence. (* indicates the version of  
kaffe)


% sudo ./configure -q --prefix=/usr/local/kaffe-1.1.*/ --with- 
engine=intrp --disable-native-awt --enable-pure-java-math --without- 
classpath-gtk-awt --disable-alsatest --disable-esdtest --without-alsa  
--without-esd --disable-debug

% sudo make clean
% sudo make -s
% sudo make install

jjm

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Kaffe for OpenWRT

2005-10-12 Thread Richard Brady
I grabbed 1.1.4 from www.controlap.combut it is giving me wrong name errors regarding the LocaleInformation classes of the type'_EN' not '_en'. I'm not at home now so I don't have the exact message to hand. Also I'll need the xml classes which aren't in the ControlAP build.


My main problem with building the source is that... cover your eyes..I don't have a Linux box. ;) I've played with Debian in the past so I might setup that again but I'm extreemly lazy so that's my last resort. If Michaels got a build, even one earlier than 
1.1.4 I'd be interested to give it a try.

Thanks

Rich.
On 10/13/05, Dalibor Topic [EMAIL PROTECTED] wrote:
Richard Brady wrote: Does anyone have a copy of 1.1.6 compliled for openwrt that I can get hold of?
There is a debian package of 1.1.6,which maybe useful if Debian runson OpenWRT.Otoh, I've heard on IRC that Michael Koch (CC:ed) has built an olderversion of kaffe for his Linksys box, so he may be able to help.
What sort of problems do you face building it, more generally speaking?cheers,dalibor topic
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe