[kaffe] CVS kaffe (robilad): fixed small discrepancy between boehm-gc and kaffe-gc

2008-01-17 Thread Kaffe CVS
PatchSet 7687 Date: 2008/01/18 03:34:11 Author: robilad Branch: HEAD Tag: (none) Log: fixed small discrepancy between boehm-gc and kaffe-gc 2008-01-18 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/boehm-gc/Makefile.am: Make libkaffegc.la a convenience library. Members:

[kaffe] CVS kaffe (robilad): cleaned up x86 jit code

2008-01-17 Thread Kaffe CVS
PatchSet 7686 Date: 2008/01/18 03:17:13 Author: robilad Branch: HEAD Tag: (none) Log: cleaned up x86 jit code 2008-01-18 Dalibor Topic <[EMAIL PROTECTED]> * config/i386/jit-i386.def: Removed unused nop and unimplemented instructions. Removed ifdef-ed out code. Members: ChangeLog:1.

[kaffe] CVS kaffe (robilad): updated TODO

2008-01-17 Thread Kaffe CVS
PatchSet 7685 Date: 2008/01/18 03:13:03 Author: robilad Branch: HEAD Tag: (none) Log: updated TODO Members: ChangeLog:1.5187->1.5188 TODO:1.36->1.37 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5187 kaffe/ChangeLog:1.5188 --- kaffe/ChangeLog:1.5187 Fri Jan 18 03:11:1

[kaffe] CVS kaffe (robilad): down to one warning with jit3

2008-01-17 Thread Kaffe CVS
PatchSet 7684 Date: 2008/01/18 03:11:16 Author: robilad Branch: HEAD Tag: (none) Log: down to one warning with jit3 2008-01-18 Dalibor Topic <[EMAIL PROTECTED]> * config/i386/jit3-i386.def: Removed unused nop and unimplemented instructions. Removed ifdef-ed out code. Members: Change

Re: [kaffe] Re: How to set environement path variable

2008-01-17 Thread Dalibor Topic
Arun Prasad Mohan wrote: Hi, From the install file i found for setting environment variable * Or on systems that have the `env' program, you can do it like this: "env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure" Yeah, that's a way to set environment variables. You can also

Re: [kaffe] How to set environement path variable

2008-01-17 Thread Dalibor Topic
Arun Prasad Mohan wrote: Hi, I installed kaffe and first i gave the command *./configure --without-x --disable-gtk-peer --with-engine=intrp --enable-debug *Please reply me how to proceed That depends on what you want to do. If you want to fix the regression test failure in

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

2008-01-17 Thread Dalibor Topic
Dalibor Topic wrote: * GNU MP big math I'd like to remove the feature and let GNU Classpath handle it for the next release. I've made the pure java java.math implementation from GNU Classpath the default now. I'll remove the GNU MP implementation in Kaffe in a week, unless something odd hap

[kaffe] CVS kaffe (robilad): disable zlib-zip by default

2008-01-17 Thread Kaffe CVS
PatchSet 7683 Date: 2008/01/17 21:10:15 Author: robilad Branch: HEAD Tag: (none) Log: disable zlib-zip by default 2008-01-17 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: Disabled zlib-zip by default. Members: ChangeLog:1.5185->1.5186 configure:1.629->1.630 con

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

2008-01-17 Thread Dalibor Topic
Andrew John Hughes wrote: Yeah, I was thinking more if there was any code worth porting to the GNU Classpath peer framework. I don't know. I'd suggest simply removing it and pointing the authors of the next (rewritten) AWT peers to GNU Classpath or OpenJDK instead. Having AWT peers sit in GN

[kaffe] CVS kaffe (robilad): enabled pur java java.math per default

2008-01-17 Thread Kaffe CVS
PatchSet 7682 Date: 2008/01/17 20:29:25 Author: robilad Branch: HEAD Tag: (none) Log: enabled pur java java.math per default 2008-01-17 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: Rewritten checking for pure java math to make the native GNU MP implementation disabled by

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

2008-01-17 Thread Dalibor Topic
Andrew John Hughes schrieb: I take it the Qt peers mentioned are ones that ship with Kaffe as opposed to the Classpath ones (which are also dormant)? If there's anything worth salvaging, it might be best to throw it over the wall to Classpath. Yes, they are. I think the interesting part is

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

2008-01-17 Thread Andrew John Hughes
On 17/01/2008, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Andrew John Hughes schrieb: > >> I take it the Qt peers mentioned are ones that ship with Kaffe as > >> opposed to the Classpath ones (which are also dormant)? If there's > >> anything worth salvaging, it might be best to throw it over the

Re: [kaffe] make error while reconfiguring kaffe

2008-01-17 Thread Dalibor Topic
sreejith k s schrieb: hi, Since last week i am trying install kaffe and not yet done successfully. I'm sorry to hear that. I am new to this software and trying to work with it . Could you tell me the best way to install it .As i have toldyou before ,I am using ubuntu 7.1 and wanted to install

Re: [kaffe] make error while reconfiguring kaffe

2008-01-17 Thread sreejith k s
hi, Since last week i am trying install kaffe and not yet done successfully. I am new to this software and trying to work with it . Could you tell me the best way to install it .As i have toldyou before ,I am using ubuntu 7.1 and wanted to install kaffe 1.1.7 version . I came to know that it has s

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

2008-01-17 Thread Andrew John Hughes
On 15/01/2008, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Dalibor Topic wrote: snip... > * old kaffe AWT > > I'm currently cleaning up the old kaffe AWT to make it build again. I'll > remove the classes > copied over from GNU Classpath as far as possible, but I won't put work > into making the > Xl

[kaffe] Re: How to set environement path variable

2008-01-17 Thread Arun Prasad Mohan
Hi, From the install file i found for setting environment variable * Or on systems that have the `env' program, you can do it like this: "env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure" *When i run the above command i got the following error: *make[3]: Leaving directory `/hom

[kaffe] How to set environement path variable

2008-01-17 Thread Arun Prasad Mohan
Hi, I installed kaffe and first i gave the command *./configure --without-x --disable-gtk-peer --with-engine=intrp --enable-debug * it configured success fully and then i gave the command *sudo make and sudo make install* and finally i gave *make install check *it showed: [EMAI