Re: kaffe and java-gnome (Was: [kaffe] System.loadLibrary() shouldlook in /lib and /usr/lib)

2003-07-04 Thread Mark Wielaard
Hi, On Sat, 2003-07-05 at 00:48, Mark Wielaard wrote: > But there is still some problem when the glib timer fires so it might be > a bit bogus even though it seems to call the correct function when the > library is loaded. java-gnome uses more JNI 1.2 stuff like ExceptionCheck(). When changing th

Re: kaffe and java-gnome (Was: [kaffe] System.loadLibrary() shouldlook in /lib and /usr/lib)

2003-07-04 Thread Mark Wielaard
Hi Helmer, On Fri, 2003-07-04 at 23:25, Helmer Krämer wrote: > seems like you're using the unix-jthreads threading system, > right? Have you already tried what happens when you're using > unix-pthreads instead? Thanks. When configure is given --with-threads=unix-pthreads it works a bit better. No

Re: kaffe and java-gnome (Was: [kaffe] System.loadLibrary() should look in /lib and /usr/lib)

2003-07-04 Thread Helmer Krämer
On 04 Jul 2003 14:33:57 +0200 Mark Wielaard <[EMAIL PROTECTED]> wrote: Hey Mark, > But even if I work around this I don't get that far when enabling the > glib timer. Often kaffe will say that all threads are deadlocked. This > seems to come from the fact that native method GtkMain() never return

Re: Problems with CygWin (was: Re: [kaffe] undefined references in kaffeh)

2003-07-04 Thread Andrea Scian
here I am... back again... so... I update kaffe with the lastest CVS but it still ask me about _inet_pton funcion (and the others) while trying to link kaffe-bin... Here it is the output of the make command as an attachment... there is also an undefined reference to _machine_debug_filename... eve

Re: Problems with CygWind (was: Re: [kaffe] undefined references in kaffeh)

2003-07-04 Thread Dalibor Topic
Ciao Andrea, --- Andrea Scian <[EMAIL PROTECTED]> wrote: > are you asking for more error with CygWin? yeah, I'm a glutton for punishment ;) > 1) I see that I need for inet_ntop function. In your mail (the one talking > about cygwin patch) you say to download it from > http://ftp.sergei.cc/pub/ir

Problems with CygWind (was: Re: [kaffe] undefined references in kaffeh)

2003-07-04 Thread Andrea Scian
are you asking for more error with CygWin? here they are! ;-) 1) I see that I need for inet_ntop function. In your mail (the one talking about cygwin patch) you say to download it from http://ftp.sergei.cc/pub/ircII/ircii-current/ircii/source/inet_ntop.c but adding it to kaffe (I edit manually

Re: [kaffe] JIT3 on M68k Platform (Amiga/Linux)

2003-07-04 Thread Dalibor Topic
hi Kiyo, --- Kiyo Inaba <[EMAIL PROTECTED]> wrote: > But, sorry, I don't set higher priority to fix this (because there is > one adhoc solution) but try to setup m68k/netbsd and KJC issue. Without > having kjc working, I can not conclude whether jit3 is slower than > jit or not. (Usual regression

[kaffe] Kaffe on YOPY, arm-linux PDA

2003-07-04 Thread Sebastian Mancke
Hello. I have successfully cross compiled Kaffe 1.1.0 for my arm-linux based PDA: YOPY, from GMate. (Thanks for the FAQ.cross-compiling) It seems to work fine. For correct fonts, i had to update the libX11.so.6 on the YOPY. (http://familiar.handhelds.org/familiar/releases/v0.5.2/packages/armv4l

kaffe and java-gnome (Was: [kaffe] System.loadLibrary() shouldlook in /lib and /usr/lib)

2003-07-04 Thread Mark Wielaard
Hi, On Sun, 2003-06-22 at 15:49, Mark Wielaard wrote: > On Sun, 2003-06-22 at 14:13, Mark Wielaard wrote: > > And indeed adding /usr/lib (where the library is installed) to > > LD_LIBRARY_PATH seems to work, but it would be more convenient if kaffe > > would automatically load standard libraries (

Re: [kaffe] Does Kaffe support Datagram Sockets?

2003-07-04 Thread Dalibor Topic
--- Deepti Nayak <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to know if Kaffe supports, opening and closing of datagram > sockets. yes. > Whenever I try to run my application on a pocketPC it gives an exception > "javax.microedition.io.ConnectionNotFoundException The requested protocol >

Re: [kaffe] Help: jthread error

2003-07-04 Thread Dalibor Topic
--- Tony Marl <[EMAIL PROTECTED]> wrote: > Hi, > > I checked the kaffe around 5/30 and complied it with > unix-jthread. But when I used it to run some of my > java programs, there was an error: "kaffe-bin: > jthread.c:1191: jthread_disable_stop: Assertion > `currentJThread->stopCounter > 0' faile

Re: [kaffe] undefined references in kaffeh

2003-07-04 Thread Dalibor Topic
--- Andrea Scian <[EMAIL PROTECTED]> wrote: > The patch still works with kaffe 1.1.0... in fact now I can build kaffeh but > I still get some problem with the rest of the build... thanks for testing the patch. how does it fail now? cheers, dalibor topic __ Do you

Re: [kaffe] undefined references in kaffeh

2003-07-04 Thread Andrea Scian
The patch still works with kaffe 1.1.0... in fact now I can build kaffeh but I still get some problem with the rest of the build... Thank you so much for you help! >Hi Andrea, > >--- Andrea Scian <[EMAIL PROTECTED]> wrote: >> Hi all, >> I began working with kaffe 1.0.6 a few months ago but now I

[kaffe] Help: jthread error

2003-07-04 Thread Tony Marl
Hi, I checked the kaffe around 5/30 and complied it with unix-jthread. But when I used it to run some of my java programs, there was an error: "kaffe-bin: jthread.c:1191: jthread_disable_stop: Assertion `currentJThread->stopCounter > 0' failed." I found the error came from kaffe/kaffevm/system/un

Re: [kaffe] undefined references in kaffeh

2003-07-04 Thread Dalibor Topic
Hi Andrea, --- Andrea Scian <[EMAIL PROTECTED]> wrote: > Hi all, > I began working with kaffe 1.0.6 a few months ago but now I got a problem > with the new release I cannot solve... while building Kaffe 1.1.0 on my > x86-CygWin system I get this message: I've posted a patch to fix that specific p

Re: [kaffe] autoreconf troubles [solved]

2003-07-04 Thread Dalibor Topic
Hi Mark, hi Jim, --- Mark Wielaard <[EMAIL PROTECTED]> wrote: > Hi, > > [While writing this email I resolved all problems. Just posting to get > it into the archive so someone else doesn't fall into this trap. > > Summary: Make developers/autogen.sh executable and run it in the top > level direc

[kaffe] undefined references in kaffeh

2003-07-04 Thread Andrea Scian
Hi all, I began working with kaffe 1.0.6 a few months ago but now I got a problem with the new release I cannot solve... while building Kaffe 1.1.0 on my x86-CygWin system I get this message: . . . make[3]: Entering directory `/Progetti/Java/kaffe-1.1.0/kaffe/kaffeh' /bin/bash ../../libtool --mo

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-04 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/04 00:45:32 Modified files: . : ChangeLog FAQ: FAQ.automake Log message: 2003-07-04 Dalibor Topic <[EMAIL PROTECTED]> * FAQ/FAQ.automake: Added information how to regenerat

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-04 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/04 00:39:36 Modified files: . : ChangeLog Makefile.am Log message: 2003-07-04 Mark Wielaard <[EMAIL PROTECTED]> * Makefile.am: (SUBDIRS) fixed automake warning. __

Re: [kaffe] Kaffe on ucLinux

2003-07-04 Thread Dalibor Topic
--- Dalibor Topic <[EMAIL PROTECTED]> wrote: > Hi Anish, > > --- Anish Acharya <[EMAIL PROTECTED]> wrote: > > > However, I read on a news group that someone had seen the Kaffee VM > > running on ucLinux. If anyone knows anything about this (where such a > > version of Kaffe is available or how

Re: [kaffe] Kaffe on ucLinux

2003-07-04 Thread Dalibor Topic
Hi Anish, --- Anish Acharya <[EMAIL PROTECTED]> wrote: > However, I read on a news group that someone had seen the Kaffee VM > running on ucLinux. If anyone knows anything about this (where such a > version of Kaffe is available or how to port it) I would greatly > appreciate any information you

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-04 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/04 00:18:03 Modified files: . : ChangeLog libraries/clib/native: String.c Log message: 2003-07-04 Helmer Kraemer <[EMAIL PROTECTED]> * libraries/clib/native/String.c: (java_lang_Strin

Re: [kaffe] String problem / NullPointerException in KJC

2003-07-04 Thread Dalibor Topic
Salut Guilhem, hallo Helmer, --- Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > On Thursday 03 July 2003 19:22, Dalibor Topic wrote: > > hi Helmer, > > > > --- Helmer Krämer <[EMAIL PROTECTED]> wrote: > > > i think even i > > and m is the length of the pattern, so the largest possible start > > > ind