[kaffe] sound related configure bug

2003-01-23 Thread Timothy Stack
hi, I'm having problems building from the current CVS repository. The configure script is detecting libesd in /usr/local/lib, but /usr/local/include isn't in the include directory list when compiling. So, it goes boom. Looking at configure.in, it defaults to adding /usr/local/lib if

[kaffe] --enable-pure-java-math not working yet

2003-01-23 Thread Timothy Stack
hi, The --enable-pure-java-math option doesn't seem to work quite right yet. When trying to link the main executable it can't find libmath since it was edited out of the build process. I think you just need to change configure.in to leave libmath out of the JAVA_LIBS variable if pure java

Re: [kaffe] verifier and threads

2003-01-23 Thread Helmer Krämer
On Tue, 21 Jan 2003 11:13:57 -0700 Patrick Tullmann [EMAIL PROTECTED] wrote: Helmer wrote: seems like I tracked this one down. The problem was that Class.forName () catched the VerifyError and threw a ClassNotFoundException instead. I've attached a pretty simple patch that should fix

[kaffe] Kaffe CVS: kaffe dalibor

2003-01-23 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/01/23 16:07:32 Modified files: . : ChangeLog Makefile.in configure configure.in config : Makefile.in include: Makefile.in kaffe : Makefile.in

Re: [kaffe] kaffeh buserror

2003-01-23 Thread Dalibor Topic
Hallo Helmer, --- Helmer Krämer [EMAIL PROTECTED] wrote: You could try whether the attached patch solves the problem or if I've managed to mess up something else ;) I don't have access to a powerpc platform, but the patch looks good to me, as it simplifies the code, and makes it more

Re: [kaffe] verifier and threads

2003-01-23 Thread Dalibor Topic
Hallo Helmer, --- Helmer Krämer [EMAIL PROTECTED] wrote: On Tue, 21 Jan 2003 11:13:57 -0700 Patrick Tullmann [EMAIL PROTECTED] wrote: Helmer wrote: seems like I tracked this one down. The problem was that Class.forName () catched the VerifyError and threw a ClassNotFoundException