Re: compiling Classpath on cigwin/win

2006-01-09 Thread Enrico Migliore
Hi Mark Make sure you have zip also, not just gzip. Mark you're right! After installing the zip utility, I was finally able to build Classpath on Cygwin. There are still a couple of things I would like to do before using Classpath: 1. Compiling classpath with the Eclipse Java compiler ECJ

Re: compiling Classpath on cigwin/win

2006-01-05 Thread Enrico Migliore
Paul Jenner wrote: Hi Mark. On Tue, 2006-01-03 at 23:12 +0100, Mark Wielaard wrote: O, interesting. The class comment in that file contains some strange characters. Does removing them help? Just noticed that myself. Yep - remove the odd characters and build is merrily completing for

Re: compiling Classpath on cigwin/win

2006-01-05 Thread Mark Wielaard
On Thu, 2006-01-05 at 08:56 +0100, Enrico Migliore wrote: I still got 2 problems on my Cygwin which prevent Classpath from generating glibj.zip Problem 1 -- Found when issuing: $make make all-am make[2]: Entering directory

Re: compiling Classpath on cigwin/win

2006-01-05 Thread Enrico Migliore
Mark Wielaard wrote: On Thu, 2006-01-05 at 08:56 +0100, Enrico Migliore wrote: I still got 2 problems on my Cygwin which prevent Classpath from generating glibj.zip Problem 1 -- Found when issuing: $make make all-am make[2]: Entering directory

Re: compiling Classpath on cigwin/win

2006-01-05 Thread Michael Koch
On Thu, Jan 05, 2006 at 02:10:19PM +0100, Enrico Migliore wrote: Mark Wielaard wrote: On Thu, 2006-01-05 at 08:56 +0100, Enrico Migliore wrote: I still got 2 problems on my Cygwin which prevent Classpath from generating glibj.zip Problem 1 -- Found when

[cp-patches] Re: compiling Classpath on cigwin/win

2006-01-03 Thread Mark Wielaard
Hi Paul, On Tue, 2006-01-03 at 22:20 +, Paul Jenner wrote: On Tue, 2006-01-03 at 23:12 +0100, Mark Wielaard wrote: O, interesting. The class comment in that file contains some strange characters. Does removing them help? Just noticed that myself. Yep - remove the odd characters and

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Enrico Migliore
Hi Tom, Enrico (I had to disable gtk-peer because for some reason the Enrico configure utility says X is not installed... even though X Enrico is installed through Cygwin... I'm sure X is running because Enrico I got the excellent DDD debugger which is a Windows based Enrico program,

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Mark Wielaard
Hi Enrico, If you can figure out why jikes hangs, either by adding -verbose to the Makefile or by stracing or running it under gdb (if available under cygwin) that would be interesting. On Tue, 2006-01-03 at 09:41 +0100, Enrico Migliore wrote: The only one left is the Eclipse compiler. When I

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Enrico Migliore
Hi Mark, Hi Enrico, If you can figure out why jikes hangs, either by adding -verbose to the Makefile or by stracing or running it under gdb (if available under cygwin) that would be interesting. In order to understand why jikes hangs I did the following things: 1. added -verbose to the

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Paul Jenner
Hi Mark, Enrico. On Tue, 2006-01-03 at 11:30 +0100, Mark Wielaard wrote: If you can figure out why jikes hangs, either by adding -verbose to the Makefile or by stracing or running it under gdb (if available under cygwin) that would be interesting. Haven't figured out why (yet :-) but I can

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Mark Wielaard
Hi Paul, On Tue, 2006-01-03 at 22:05 +, Paul Jenner wrote: Haven't figured out why (yet :-) but I can say where for anyone else playing with this. jikes looks to hang compiling org/omg/CORBA/INVALID_ACTIVITY.java under Cygwin. Take that file out of the classes list manually and jikes

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Paul Jenner
Hi Mark. On Tue, 2006-01-03 at 23:12 +0100, Mark Wielaard wrote: O, interesting. The class comment in that file contains some strange characters. Does removing them help? Just noticed that myself. Yep - remove the odd characters and build is merrily completing for me. I haven't checked the

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Dalibor Topic
On Tue, Jan 03, 2006 at 10:05:55PM +, Paul Jenner wrote: Hi Mark, Enrico. On Tue, 2006-01-03 at 11:30 +0100, Mark Wielaard wrote: If you can figure out why jikes hangs, either by adding -verbose to the Makefile or by stracing or running it under gdb (if available under cygwin) that

Re: compiling Classpath on cigwin/win

2006-01-03 Thread Mark Wielaard
Hi Paul, On Tue, 2006-01-03 at 22:20 +, Paul Jenner wrote: On Tue, 2006-01-03 at 23:12 +0100, Mark Wielaard wrote: O, interesting. The class comment in that file contains some strange characters. Does removing them help? Just noticed that myself. Yep - remove the odd characters and

compiling Classpath on cigwin/win

2006-01-02 Thread Enrico Migliore
Hi, I'm trying to compile Classpath on Cygwin and I took the following steps: 1. Downloaded and installed Cygwin 1.5.18 on Win2k 2. Installed from Cygwin the following binaries: GCC(the full suite: gcc-core, gcc-g++,...) make autoconf automake

Re: compiling Classpath on cigwin/win

2006-01-02 Thread Dalibor Topic
On Mon, Jan 02, 2006 at 05:44:29PM +0100, Enrico Migliore wrote: Hi, I'm trying to compile Classpath on Cygwin and I took the following steps: 1. Downloaded and installed Cygwin 1.5.18 on Win2k 2. Installed from Cygwin the following binaries: GCC(the full suite: gcc-core,

Re: compiling Classpath on cigwin/win

2006-01-02 Thread Enrico Migliore
Hi Dalibor, thanks for your prompt answer. (I had to disable gtk-peer because for some reason the configure utility says X is not installed... even though X is installed through Cygwin... I'm sure X is running because I got the excellent DDD debugger which is a Windows based program, working

Re: compiling Classpath on cigwin/win

2006-01-02 Thread Tom Tromey
Enrico == Enrico Migliore [EMAIL PROTECTED] writes: Enrico (I had to disable gtk-peer because for some reason the Enrico configure utility says X is not installed... even though X Enrico is installed through Cygwin... I'm sure X is running because Enrico I got the excellent DDD debugger

Re: compiling Classpath on cigwin/win

2006-01-02 Thread Mark Wielaard
Hi, On Mon, 2006-01-02 at 19:10 +0100, Enrico Migliore wrote: The problem is that the Classpath compilation process started this morning at 8:00 and, at 5 p.m., hasn't finished it. The machine I'm using is a: CPU: Intel @ 3GHz RAM: 192 MBytes OS: WinXP case: Laptop Is it reasonable

Re: compiling Classpath on cigwin/win

2006-01-02 Thread Dalibor Topic
On Mon, Jan 02, 2006 at 07:10:57PM +0100, Enrico Migliore wrote: yes. it is probably swapping itself to death. Do you mean anything is going wrong? I've looked at it again, and was able to reproduce the hang with GNU Classpath's build only, there either jikes 1.22 + patches or jikes