Re: Fwd: Fwd: [kaffe] kaffe compilation under cygwin

2007-10-19 Thread Dalibor Topic
Yavor Georgiev wrote: > Hi Dalibor, > > Sorry to bother you again but do you have any idea why the bellow > problem might happen ? > Or probably the right questoin is, is it a problem? My apologies, Yavor, I've been travelling the past week, so I didn't get to look into this one yet. I will try

Re: Fwd: Fwd: [kaffe] kaffe compilation under cygwin

2007-10-09 Thread Yavor Georgiev
Hi Dalibor, I think I catched where the problem is, or at least where the error appears. As you advised I set a break point in the external.c file, I assumed that loadNativeLibrary is the best place to do it. I tracked as the VM did some guesses on javanio library's location and when it tried the

Re: Fwd: Fwd: [kaffe] kaffe compilation under cygwin

2007-10-08 Thread Dalibor Topic
Yavor Georgiev wrote: Hi :) AT least my 'ls' command and hexdump shows that I have some stuff in it :) $ ls -al /usr/local/classpath/lib/classpath/ total 2784 drwxr-xr-x 2 Administrator None 0 Oct 2 12:28 . drwxr-xr-x 4 Administrator None 0 Oct 2 12:28 .. -rw-r--r-- 1 Administrato

Re: Fwd: Fwd: [kaffe] kaffe compilation under cygwin

2007-10-08 Thread Yavor Georgiev
Hi :) AT least my 'ls' command and hexdump shows that I have some stuff in it :) $ ls -al /usr/local/classpath/lib/classpath/ total 2784 drwxr-xr-x 2 Administrator None 0 Oct 2 12:28 . drwxr-xr-x 4 Administrator None 0 Oct 2 12:28 .. -rw-r--r-- 1 Administrator None 299960 Oct 2 12

Re: Fwd: Fwd: [kaffe] kaffe compilation under cygwin

2007-10-08 Thread Yavor Georgiev
a.l ibrary.path `[/usr/local/kaffe/jre/lib/i386/, /usr/local/kaffe/lib/, /usr/local/ classpath/lib/classpath/]' at java.lang.ClassLoader.getSystemClassLoader (ClassLoader.java:799) Aborted (core dumped) 2007/10/8, Dalibor Topic <[EMAIL PROTECTED]>: > Yavor Georgiev wrote: > > -

Re: Fwd: Fwd: [kaffe] kaffe compilation under cygwin

2007-10-08 Thread Dalibor Topic
t.library.path and java.l ibrary.path `[/usr/local/kaffe/jre/lib/i386/, /usr/local/kaffe/lib/, /usr/local/ classpath/lib/classpath/]' at java.lang.ClassLoader.getSystemClassLoader (ClassLoader.java:799) Aborted (core dumped) Hm, it seems to be trying to load Error loading /usr/local/class

Re: Fwd: Fwd: [kaffe] kaffe compilation under cygwin

2007-10-08 Thread Dalibor Topic
Yavor Georgiev wrote: -- Forwarded message -- From: Yavor Georgiev <[EMAIL PROTECTED]> Date: 08.10.2007 15:01 Subject: Re: Fwd: [kaffe] kaffe compilation under cygwin To: Dalibor Topic <[EMAIL PROTECTED]> Hi Dalibor, Thanks again for the support. Here is the

Fwd: Fwd: [kaffe] kaffe compilation under cygwin

2007-10-08 Thread Yavor Georgiev
-- Forwarded message -- From: Yavor Georgiev <[EMAIL PROTECTED]> Date: 08.10.2007 15:01 Subject: Re: Fwd: [kaffe] kaffe compilation under cygwin To: Dalibor Topic <[EMAIL PROTECTED]> Hi Dalibor, Thanks again for the support. Here is the

Re: Fwd: [kaffe] kaffe compilation under cygwin

2007-10-08 Thread Dalibor Topic
Yavor Georgiev wrote: Sorry, it seems that yesterday I forgot to add CC to the mailing -list -- Forwarded message -- From: Yavor Georgiev <[EMAIL PROTECTED]> Date: 02.10.2007 16:00 Subject: Re: [kaffe] kaffe compilation under cygwin To: Dalibor Topic <[EMAIL PROTECT

Fwd: [kaffe] kaffe compilation under cygwin

2007-10-03 Thread Yavor Georgiev
Sorry, it seems that yesterday I forgot to add CC to the mailing -list -- Forwarded message -- From: Yavor Georgiev <[EMAIL PROTECTED]> Date: 02.10.2007 16:00 Subject: Re: [kaffe] kaffe compilation under cygwin To: Dalibor Topic <[EMAIL PROTECTED]> Hi Dalibor, Thank

Re: [kaffe] kaffe compilation under cygwin

2007-10-01 Thread Dalibor Topic
Yavor Georgiev wrote: > > Probably there is something wrong with the new version classpath ? Is > > it possible they conflict with my config options. To be honest I want > > to stay with these options and later on try to compile it for vxworks, > > so it is important for me to work even with these

Re: [kaffe] kaffe compilation under cygwin

2007-10-01 Thread Yavor Georgiev
Hi Dalibor, Sory for the late reply. Today I did cvs checkout (several times ;) last about 20 minutes ago) of whole kaffe module. I am using my config options $ ../kaffe/configure --without-alsa --without-x --without-esd --disable-sound --disable-xawt-xi18n --disable-gtk-peer --disable-native-awt

Re: [kaffe] kaffe compilation under cygwin

2007-09-28 Thread Dalibor Topic
Yavor Georgiev wrote: > Hi Dalibor, > > Thanks a lot for the help. Adding flags for building static libraries > did the job. > Btw I am compiling GNU Classpath library using latest version of > jikes, or at least this what the configure script chose to use :). > There were no compilation problems

Re: [kaffe] kaffe compilation under cygwin

2007-09-25 Thread Yavor Georgiev
Hi Dalibor, Thanks a lot for the help. Adding flags for building static libraries did the job. Btw I am compiling GNU Classpath library using latest version of jikes, or at least this what the configure script chose to use :). There were no compilation problems, but after I ran "make check", I go

Re: [kaffe] kaffe compilation under cygwin

2007-09-24 Thread Dalibor Topic
Yavor Georgiev wrote: Hi all, I am new to kaffe, so excuse me if my question is too simple or already had been answered. I tried to search a similar problem in the mail-archives, but found nothing. Hi Yavor, I want a very basic support with no gui or sound support for sure, so I tried to r

[kaffe] Kaffe compilation

2007-03-10 Thread [EMAIL PROTECTED]
Hello to everybody. I'm a student in Computer Engineering and I'm working on Kaffe to implement a new type of garbage collector (I have to implement a copy collector). Every time I make a change in any of the files (even if only one file) and I want to test if it is ok, I do every time 'make' a

[kaffe] kaffe compilation on arm

2006-09-08 Thread Hemanth Kumar
Hi all, I have compiled and installed jikes(/usr/local/bin/jikes) , i created a sample hello.java and compiled with jikes hello.class Next i tried to compile the kaffe with this configaration ./configure --disable-debug --disable-xprofiling --disable-feedback --disable-gtk-peer

Re: [kaffe] Kaffe compilation with Nano-X awt interface

2005-09-29 Thread Dalibor Topic
Gianluca Moro wrote: > --- Dalibor Topic <[EMAIL PROTECTED]> wrote: > > Hi Dalibor, I think the problem is in the thread library: > kaffe was compiled with standard thread library (pthread); > I tried to compile with the jthread library (--with-unix-jthreads) > and the initialization always comple

Re: [kaffe] Kaffe compilation with Nano-X awt interface

2005-09-29 Thread Gianluca Moro
--- Dalibor Topic <[EMAIL PROTECTED]> wrote: > > I'm getting a very weird behaviour: if I start a demo > > (just open a window and set a green background) it starts > > with no errors, and stay there: 1 time in (about) 30 > > the windows appear on the LCD: the other times I do > > not see nothing!

Re: [kaffe] Kaffe compilation with Nano-X awt interface

2005-09-28 Thread Dalibor Topic
Gianluca Moro wrote: > hi all, > > I'm testing kaffe 1.1.5 with the AWT backend for Nano-X > on a MIPS machine. > > (I'm updating the situation from my last email with > the results of the ongoing test...) > > I'm getting a very weird behaviour: if I start a demo > (just open a window and set a

[kaffe] Kaffe compilation with Nano-X awt interface

2005-09-27 Thread Gianluca Moro
hi all, I'm testing kaffe 1.1.5 with the AWT backend for Nano-X on a MIPS machine. (I'm updating the situation from my last email with the results of the ongoing test...) I'm getting a very weird behaviour: if I start a demo (just open a window and set a green background) it starts with no error

[kaffe] Kaffe compilation with Nano-X awt interface (bug?)

2005-09-27 Thread Gianluca Moro
Hi all, first of all my thanks to Dalibor for his help in compiling kaffe on a MIPS platfor with Nano-X. I could compile and run kaffe-1.1.6 using the Nano-X awt interface with Dalibor help. The problem I found was a java.lang.ExceptionInInitializerError caused by: java.lang.NullPointerExcepti

Re: [kaffe] kaffe compilation problem

2004-01-02 Thread Dalibor Topic
Hi Phoebus, 林君翰 wrote: > Hi > > I tried to compile kaffe 1.1.3, but there is something wrong about that. > > export CC=arm-linux-gcc > export AR=arm-linux-ar > export NM=arm-linux-nm > export KAFFEH=/aaa/bin/kaffeh > > ./configure --prefix=/bbb --build=i386-linux --host=arm-linux --without-x >

Re: [kaffe] kaffe compilation errors

2004-01-02 Thread Dalibor Topic
Hi Balaji, Balaji Rs Iyengar wrote: Hi, I am trying to compile the cuurent version of kaffe (1.0.7). My platform is sparc with sunos 5.8. I have been able to cofigure and make kaffe however make check fails and this is the error message i get: Could you give kaffe 1.1.3 a try? I think it should

[kaffe] kaffe compilation errors

2003-12-31 Thread Balaji Rs Iyengar
Hi, I am trying to compile the cuurent version of kaffe (1.0.7). My platform is sparc with sunos 5.8. I have been able to cofigure and make kaffe however make check fails and this is the error message i get: PASS: HelloWorldApp.class.save PASS: HelloWorldApp.java PASS: TestIntLong.java PASS: Tes

Re: [kaffe] kaffe compilation problem

2003-12-30 Thread Gérard Basler
The following works for me: cp /usr/local/kaffe/jre/lib/rt.jar /tmp/ mkdir kaffe-bld; cd kaffe-bld KAFFEH=/usr/local/kaffe/bin/kaffeh CC=arm-linux-gcc NM=arm-linux-nm AR=arm-linux-ar ../kaffe/configure --host=arm-linux --build=i686-linux --with-rt-jar=/tmp/rt.jar --enable-pure-java-math --with-thr

[kaffe] kaffe compilation problem

2003-12-29 Thread 林君翰
Hi   I tried to compile kaffe 1.1.3, but there is something wrong about that.   export CC=arm-linux-gcc export AR=arm-linux-ar export NM=arm-linux-nm export KAFFEH=/aaa/bin/kaffeh   ./configure --prefix=/bbb --build=i386-linux --host=arm-linux --without-x --enable-pure-java-math --with-includ