[kaffe] loginfo script

2003-07-26 Thread Jim Pick
Hi, I think I made an error in the loginfo script, which is why some of the recent commits didn't send an email to the list. I think I've fixed it. And a reminder - the feature freeze for 1.1.1 is tomorrow... Cheers, - Jim ___ kaffe mailing list

[kaffe] Mauve script help

2003-07-26 Thread Babar
Thanks for the help and I fixed the previous problem . By the way little help on running mauve-html-gen.pl script . I used it as follows   $ make check > ./mauve-html-gen.pl > Result.html   I got the test results in Result.html but script did not participate in it.    How can I used script with thi

Re: [kaffe] Bug in Kaffe 1.0.7

2003-07-26 Thread Ito Kazumitsu
> "*" == Ito Kazumitsu <[EMAIL PROTECTED]> writes: *> This is my test program and results. *> With kaffe (ChangeLog head: 2003-07-20 Fabio.di.Fabio <[EMAIL PROTECTED]>): *> MONTH=6 *> WEEK_OF_YEAR=31 *> WEEK_OF_MONTH=5 *> DAY_OF_YEAR=207 *> DAY_OF_MONTH=26 *> DAY_OF_WEEK_IN_MONTH=3 *> DAY_OF_

Re: [kaffe] jvmpi

2003-07-26 Thread Timothy Stack
On Saturday, July 26, 2003, at 11:46 AM, Guilhem Lavaux wrote: Great ! Apparently "config.rpath" is missing in the repository. Maybe you can check it in. As soon as I can compile it I'll try it. I don't seem to have a config.rpath in my tree. Also, I did a fresh checkout after I checked it in

[kaffe] Kaffe CVS: kaffe dalibor

2003-07-26 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/07/26 12:03:09 Modified files: . : ChangeLog Log message: removed remains of failed changelog merge ___ kaffe mailing list [EMAIL PROTECTED] http://kaff

Re: [kaffe] jvmpi

2003-07-26 Thread Guilhem Lavaux
Timothy Stack wrote: hi, I've checked in some JVMPI stuff. Its not completely done yet, but its a pretty good start. I'll try and get it finish RSN. Hopefully, i didn't break anything... thanks, tim Great ! Apparently "config.rpath" is missing in the repository. Maybe you can check it in

[kaffe] Shutdown & new syscalls

2003-07-26 Thread Guilhem Lavaux
Hi everyone, I have just committed two small sets of patches: * the first one is to fix a misbehaviour in the shutdown sequence, the previous one was causing an assertion failed in jthread_exit in some cases when two threads exit at the same time. * the second is a prepatch for the NIO stuff. We

[kaffe] jvmpi

2003-07-26 Thread Timothy Stack
hi, I've checked in some JVMPI stuff. Its not completely done yet, but its a pretty good start. I'll try and get it finish RSN. Hopefully, i didn't break anything... thanks, tim ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/ma

[kaffe] Re: Mauve Configuration Error

2003-07-26 Thread Tom Tromey
> "Babar" == Babar <[EMAIL PROTECTED]> writes: Babar> $ ./configure JAVA=/usr/local/kaffe/bin Babar> JAVAC=/root/j2sdk1.4.1_04/bin New-style command line... Babar> configure: warning: JAVA=/usr/local/kaffe/bin: invalid Babar> host type Run against an older configure. The VAR=VALUE syntax

Re: [kaffe] Mauve Configuration Error

2003-07-26 Thread Dalibor Topic
Babar wrote: Hi I am trying to run mauve for kaffe on linux, but when I use this to configure . $ ./configure JAVA=/usr/local/kaffe/bin JAVAC=/root/j2sdk1.4.1_04/bin Error: configure: warning: JAVA=/usr/local/kaffe/bin: invalid host type configure: warning: JAVAC=/root/j2sdk1.4.1_04/bin: invalid