Re: [kaffe] Planning for 1.1.2 release - XAWT obsolete?

2003-09-23 Thread Clemens Eisserer
Hi there! Nope. GNU Classpath AWT integrating should happen for the 1.1.3. Does this mean the current kaffe-xawt implementation will be thrown away? This was the best awt implemenation I´ve every seen, and I dont understand why gnu-classpath isnt based on this awt. The only problem are the

Re: [kaffe] Planning for 1.1.2 release - XAWT obsolete?

2003-09-23 Thread Dalibor Topic
Hallo Clemens, Clemens Eisserer wrote: Nope. GNU Classpath AWT integrating should happen for the 1.1.3. Does this mean the current kaffe-xawt implementation will be thrown away? I hope we'll have some way of interfacing to 'kaffe-style' AWTs from the past as well. We'll be able to see what can

[kaffe] CVS kaffe-extras (guilhem): Nested class loading fix.

2003-09-23 Thread Kaffe CVS
PatchSet 13 Date: 2003/09/23 18:29:52 Author: guilhem Branch: HEAD Tag: (none) Log: Nested class loading fix. When imported classes are specified using import class; KJC was not looking for nested classes in the class. Accessibility of nested classes fixed btw. Members:

Re: [kaffe] unexpected java.lang.IllegalAccessError

2003-09-23 Thread Guilhem Lavaux
Hi ! I have just committed a fix for KJC about loading and accessing nested classes. It doesn't fix the original IllegalAccessError but Helmer's problem. BTW, I have localized the problem which is the cause of the thrown exception in KJC. Now I have to imagine a fix ... ;-) Cheers, Guilhem.

Re: [kaffe] Planning for 1.1.2 release - XAWT obsolete?

2003-09-23 Thread Jim Pick
On Tue, 23 Sep 2003 18:47:28 +0200 Clemens Eisserer [EMAIL PROTECTED] wrote: Hi there! Nope. GNU Classpath AWT integrating should happen for the 1.1.3. Does this mean the current kaffe-xawt implementation will be thrown away? Not at all. We already support multiple AWTs -- this would

Re: [kaffe] build breakage

2003-09-23 Thread James Simmons
Really weird, I'm configuring with --enable-debug --enable-xdebugging and I'm not seing it. Could you 'cvs -qz9 update -APd' and try again, just for sure that you don't have some old sources stuck in your checkout? Or come over to the irc channel, and we can discuss this online. It works

Re: [kaffe] build breakage

2003-09-23 Thread Dalibor Topic
James Simmons wrote: It works now. The only problem is I need very specific build tools to make it work. The laptop I have on my current system is barfed. So only one laptop with kaffe works. I really really hate teh build system :-( At least something ... I'm glad it at least kind of works

[kaffe] CVS kaffe (dalibor): Fixed addrinfo related build breakage on sparc-solaris

2003-09-23 Thread Kaffe CVS
PatchSet 4057 Date: 2003/09/23 21:44:00 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed addrinfo related build breakage on sparc-solaris getaddrinfo.h didn't always redefine addrinfo away if addrinfo was declared so this lead to a compiler error on sparc-solaris 2.9 as addrinfo was