Re: [kaffe] Query regarding installing Kaffe

2008-01-15 Thread Arun Prasad Mohan
Hi Dalibor, I would like to work in kaffe 1.1.7, is there is any tutorial of how to work on it. Also how to know that kaffe 1.1.7 has been successfully installed in ubuntu??? Thanks ___ kaffe mailing list kaffe@kaffe.org

[kaffe] problem installing kaffe during make check ...

2008-01-15 Thread sreejith k s
After make install is done ..then to check it i ran make check ..it showed the following Method Constant Pool: soft_fixup_trampoline(): return 0x817a120 Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/Throwable /bin/bash: line 4: 1498

[kaffe] Error during make check

2008-01-15 Thread sreejith k s
hi, while i was running make check command ,showed the following error... bc: popl esi bc: popl edi bc: movl ebp,esp bc: popl ebp bd: ret Method Constant Pool: Translating Exceptions.int_exception1(I)I (static) 0x815d660 Success 0002 field: test_0__int_exception2 =

[kaffe] Problem installing kaffe

2008-01-15 Thread sreejith k s
hi, while i am executing make install command ,i am getting the following error .please help me to find a solution for it . make[1]: Entering directory `/home/sreejith/Desktop/kaffe-1.1.7/replace' make install-am make[2]: Entering directory `/home/sreejith/Desktop/kaffe-1.1.7/replace' make[3]:

Re: [kaffe] Query regarding installing Kaffe

2008-01-15 Thread Dalibor Topic
Arun Prasad Mohan wrote: Hi Dalibor, I would like to work in kaffe 1.1.7, is there is any tutorial of how to work on it. Also how to know that kaffe 1.1.7 has been successfully installed in ubuntu??? If you want to develop functionality in kaffe, you should take a look at the

Re: [kaffe] Problem installing kaffe

2008-01-15 Thread Dalibor Topic
sreejith k s wrote: test -z /usr/local/kaffe/bin || mkdir -p -- /usr/local/kaffe/bin mkdir: cannot create directory `/usr/local/kaffe': Permission denied You need to become super user to install to /usr/local on your system, so you need to call make install as super user. cheers, dalibor

Re: [kaffe] Error during make check

2008-01-15 Thread sreejith k s
hi, test/regression/SoTimeout.fail showed the following: Success 1. java.net.SocketTimeoutException: Accept timed out at gnu.java.net.PlainSocketImpl.socketAccept (PlainSocketImpl.java:native ) at gnu.java.net.PlainSocketImpl.accept (PlainSocketImpl.java:87) at

Re: [kaffe] Error during make check

2008-01-15 Thread Dalibor Topic
sreejith k s wrote: hi, test/regression/SoTimeout.fail showed the following: Success 1. java.net.SocketTimeoutException: Accept timed out at gnu.java.net.PlainSocketImpl .socketAccept ( PlainSocketImpl.java:native) at gnu.java.net.PlainSocketImpl.accept (PlainSocketImpl.java:87) at

Re: [kaffe] Error during make check

2008-01-15 Thread Dalibor Topic
sreejith k s wrote: hi, I am working on Ubuntu 7.1 on AMD turion 64x2 proceessor. I didnt use any flags. First i used the command sudo apt-get install build-essential I installed kaffe 1.1.7 using ./configure. I got error on jikes .so installed jikes . Then i ran the command make and finally

Native libs AWT (Was: Re: Further cleanups (Was: Re: [kaffe] dealing with gjdoc))

2008-01-15 Thread Dalibor Topic
Dalibor Topic wrote: I'll look into removing unnecessary function and header tests from configure next, Done. * Native libs and then look into rewriting the remaining KNI code to use JNI, so that we can remove kaffeh, and just use javah from GNU Classpath instead. The strategy that I'd

Re: [kaffe] Error during make check

2008-01-15 Thread sreejith k s
Also, I would like to bring to your notice that i am using kaffe 1.1.7version and gcc 3.4.6. On Jan 15, 2008 5:17 PM, Dalibor Topic [EMAIL PROTECTED] wrote: sreejith k s wrote: hi, I am working on Ubuntu 7.1 on AMD turion 64x2 proceessor. I didnt use any flags. First i used the

Re: [kaffe] Error during make check

2008-01-15 Thread sreejith k s
hi, I am working on Ubuntu 7.1 on AMD turion 64x2 proceessor. I didnt use any flags. First i used the command sudo apt-get install build-essential I installed kaffe 1.1.7 using ./configure. I got error on jikes .so installed jikes . Then i ran the command make and finally the command make

[kaffe] CVS kaffe (robilad): fixed xlib peer build

2008-01-15 Thread Kaffe CVS
PatchSet 7676 Date: 2008/01/15 19:25:10 Author: robilad Branch: HEAD Tag: (none) Log: fixed xlib peer build 2008-01-15 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/awt/X/Makefile.am (libxawt_la_SOURCES): Added the headers. (noinst_HEADERS) Removed. (libxawt_la_LIBADD) Removed the

[kaffe] CVS kaffe (robilad): removed duplicate awt files from gnu classpath and old appletviewer

2008-01-15 Thread Kaffe CVS
PatchSet 7677 Date: 2008/01/15 22:27:46 Author: robilad Branch: HEAD Tag: (none) Log: removed duplicate awt files from gnu classpath and old appletviewer 2008-01-15 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/awt-implementations/kaffe/Makefile.am (dist_kaffeawt_JAVA):

[kaffe] Unused 'libgc' is always loaded.

2008-01-15 Thread Kiyo Inaba
Hi, I noticed if I install 'libgc.so' in /usr/local/lib, the wrapper script 'kaffe-bin' always trys to load this library (even for 'kaffe-gc') and if I did not set LD_LIBRARY_PATH to include /usr/local/lib, 'kaffe-bin' generates error message saying kaffe/kaffe/.libs/lt-kaffe-bin: error

[kaffe] CVS kaffe (robilad): removed merged in classpath AWT files

2008-01-15 Thread Kaffe CVS
PatchSet 7678 Date: 2008/01/16 03:53:03 Author: robilad Branch: HEAD Tag: (none) Log: removed merged in classpath AWT files 2008-01-16 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/awt-implementations/kaffe/Makefile.am (dist_kaffeawt_JAVA): Removed duplicate files from

[kaffe] CVS kaffe (robilad): removed left over javadoc from classpath

2008-01-15 Thread Kaffe CVS
PatchSet 7679 Date: 2008/01/16 03:59:31 Author: robilad Branch: HEAD Tag: (none) Log: removed left over javadoc from classpath 008-01-16 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/awt-implementations/kaffe/java/awt/image/package.html,