Re: Classpath 0.20 successfully built with Cygwin

2006-01-22 Thread Enrico Migliore




What prevents the commiters to apply that simple patch to the 
repository?




I am not sure which patch and which repository we are talking about. 
If you are talking about a patch to Kaffe's docs, I'll add a comment 
there in a minute about the second patch being for CVS head of jikes. 
If you are talking about Jikes, then you'll have to talk with jikes 
developers, though.


cheers,
dalibor topic



Hi Dalibor,

I'll join Jikes' the mailing list and ask the committers to apply the 
patch. Afterwards, I'll you know.


ciao,
Enrico



___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-22 Thread Dalibor Topic

Enrico Migliore wrote:


Hi Dalibor,

I'll join Jikes' the mailing list and ask the committers to apply the 
patch. Afterwards, I'll you know.




thanks!

cheers,
dalibor topic


___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-21 Thread Dalibor Topic

Enrico Migliore wrote:

Christian Thalinger wrote:



Ok, got it compiled but only with the first patch Dalibor suggested.
Thanks.

TWISTI

 


Hi Christian,

perfect! That means that the patch is needed.



The first patch is necessary for jikes 1.22, the second one for jikes 
CVS head. I'll make that clearer in kaffe's docs.


cheers,
dalibor topic


___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-21 Thread Enrico Migliore

Dalibor Topic wrote:


Enrico Migliore wrote:


Christian Thalinger wrote:



Ok, got it compiled but only with the first patch Dalibor suggested.
Thanks.

TWISTI

 


Hi Christian,

perfect! That means that the patch is needed.



The first patch is necessary for jikes 1.22, the second one for jikes 
CVS head. I'll make that clearer in kaffe's docs.


cheers,
dalibor topic


Hi Dalibor,

What prevents the commiters to apply that simple patch to the repository?

Enrico



___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-21 Thread Dalibor Topic

Enrico Migliore wrote:

Dalibor Topic wrote:


Enrico Migliore wrote:


Christian Thalinger wrote:



Ok, got it compiled but only with the first patch Dalibor suggested.
Thanks.

TWISTI

 


Hi Christian,

perfect! That means that the patch is needed.



The first patch is necessary for jikes 1.22, the second one for jikes 
CVS head. I'll make that clearer in kaffe's docs.


cheers,
dalibor topic


Hi Dalibor,

What prevents the commiters to apply that simple patch to the repository?



I am not sure which patch and which repository we are talking about. If 
you are talking about a patch to Kaffe's docs, I'll add a comment there 
in a minute about the second patch being for CVS head of jikes. If you 
are talking about Jikes, then you'll have to talk with jikes developers, 
though.


cheers,
dalibor topic


___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-20 Thread Enrico Migliore

Christian Thalinger wrote:


On Fri, 2006-01-20 at 09:40 +0100, Enrico Migliore wrote:
 


download and compile this tarball, with Cygwin:

   http://prdownloads.sourceforge.net/jikes/jikes-1.22.tar.bz2?download

 $./configure
 $ make
 $ make install

I'm not sure that Davanum's patch (See Kaffe's FAQ.win32 in CVS HEAD)
is really needed because I was able to build Classpath in two ways: with 
and without

the patch.

The problem I had was related to a non-ANSI character present in a Java 
source file (CORBA),
which made Jikes hang. After Mark patched the code, I've been able to 
build Classpath 0.19 and 0.20
   



Hi!

Ok, got it compiled but only with the first patch Dalibor suggested.
Thanks.

TWISTI

 


Hi Christian,

perfect! That means that the patch is needed.

ciao,
Enrico


___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-19 Thread Enrico Migliore

Hi Dalibor
,


Hi Mark and Dalibor,

I've successfully built Classpath 0.20 with Cygwin.

I also understood why I wasn't able to build Classpath with
the following option: --enable-gtk-peer
I hadn't installed the following library: gdk-pixbuf

Now I'm able to build Classpath 0.20 with the following options:

 ./configure --with-jikes --enable-gtk-peer

Thanks a lot for your support!

   



Great, thanks for working on it, Enrico. There is a page in the
Classpath wiki which explains how to build Classpath on cygwin, so 
you may want to contribute your experiences  tips on it.


 

In the next few days, I'm going to retry the whole thing from scratch in 
order
to track which Cygwin libraries the configure script requires. And then 
I'll do

a written report.


ciao,
Enrico

P.S.
During the build phase gcc generates some C and some Java
warnings, we might want remove in the future
   



Patches for the C  java warnings would be very welcome, indeed.
If you've got some time to look over the warning for the obvious 
simple fixes, please put them in the bug tracker.

 

I'll redirect the make output on a text file in order for me to look 
over the warnings and

I'll let you know what kind of warning the compiler issues.

ciao,
Enrico


cheers,
dalibor topic

 




___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-19 Thread Dalibor Topic
On Thu, Jan 19, 2006 at 04:55:28PM +0100, Enrico Migliore wrote:
 Hi Dalibor
 ,
 
 Hi Mark and Dalibor,
 
 I've successfully built Classpath 0.20 with Cygwin.
 
 I also understood why I wasn't able to build Classpath with
 the following option: --enable-gtk-peer
 I hadn't installed the following library: gdk-pixbuf
 
 Now I'm able to build Classpath 0.20 with the following options:
 
  ./configure --with-jikes --enable-gtk-peer
 
 Thanks a lot for your support!
 

 
 
 Great, thanks for working on it, Enrico. There is a page in the
 Classpath wiki which explains how to build Classpath on cygwin, so 
 you may want to contribute your experiences  tips on it.
 
  
 
 In the next few days, I'm going to retry the whole thing from scratch in 
 order
 to track which Cygwin libraries the configure script requires. And then 
 I'll do
 a written report.
 

thank you very much, Enrico.

 ciao,
 Enrico
 
 P.S.
 During the build phase gcc generates some C and some Java
 warnings, we might want remove in the future

 
 
 Patches for the C  java warnings would be very welcome, indeed.
 If you've got some time to look over the warning for the obvious 
 simple fixes, please put them in the bug tracker.
 
  
 
 I'll redirect the make output on a text file in order for me to look 
 over the warnings and
 I'll let you know what kind of warning the compiler issues.

cool. I hope that most of them will be easy to fix.

cheers,
dalibor topic

 
 ciao,
 Enrico
 
 cheers,
 dalibor topic
 
  
 


___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-19 Thread Dalibor Topic
On Thu, Jan 19, 2006 at 07:29:50AM +0100, Enrico Migliore wrote:
 Hi Mark and Dalibor,
 
 I've successfully built Classpath 0.20 with Cygwin.
 
 I also understood why I wasn't able to build Classpath with
 the following option: --enable-gtk-peer
 I hadn't installed the following library: gdk-pixbuf
 
 Now I'm able to build Classpath 0.20 with the following options:
 
   ./configure --with-jikes --enable-gtk-peer
 
 Thanks a lot for your support!
 

Great, thanks for working on it, Enrico. There is a page in the
Classpath wiki which explains how to build Classpath on cygwin, so 
you may want to contribute your experiences  tips on it.

 ciao,
 Enrico
 
 P.S.
 During the build phase gcc generates some C and some Java
 warnings, we might want remove in the future

Patches for the C  java warnings would be very welcome, indeed.
If you've got some time to look over the warning for the obvious 
simple fixes, please put them in the bug tracker.

cheers,
dalibor topic

 
 
 


___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-19 Thread Christian Thalinger
On Thu, 2006-01-19 at 07:29 +0100, Enrico Migliore wrote:
 Hi Mark and Dalibor,
 
  I've successfully built Classpath 0.20 with Cygwin.
 
  I also understood why I wasn't able to build Classpath with
  the following option: --enable-gtk-peer
  I hadn't installed the following library: gdk-pixbuf
 
  Now I'm able to build Classpath 0.20 with the following options:
 
./configure --with-jikes --enable-gtk-peer

Cool!  But have problems with jikes:

/home/twisti/bin/jikes +Pno-switchcheck +Pno-shadow +F  -bootclasspath
'' -extdirs '' -sourcepath ''
-classpath ../vm/reference:..:../external/w3c_dom:../external/sax:.:
-d . @classes

Found 1 system error and issued 1 warning:

*** Semantic Warning: The file
../vm/reference:..:../external/w3c_dom:../external/sax:.: is not a
valid directory.


*** Semantic Error: You need to modify your classpath, sourcepath,
bootclasspath, and/or extdirs setup. Jikes could not find package
java.lang in: 
../vm/reference:..:../external/w3c_dom:../external/sax:.:

make: *** [compile-classes] Error 1

Any thoughts?

TWISTI


___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-19 Thread Mark Wielaard
Hi Enrico,

On Thu, 2006-01-19 at 16:55 +0100, Enrico Migliore wrote:
 P.S.
 During the build phase gcc generates some C and some Java
 warnings, we might want remove in the future
 
 Patches for the C  java warnings would be very welcome, indeed.
 If you've got some time to look over the warning for the obvious 
 simple fixes, please put them in the bug tracker.
 
 I'll redirect the make output on a text file in order for me to look 
 over the warnings and
 I'll let you know what kind of warning the compiler issues.

Thanks a lot for doing this. Note that we try to have warning free
compiles (at least the C source on GNU/Linux, unfortunately the java
source cannot be 100% warning free). If you configure with
--enable-Werror the compilation of that native C source will stop on the
first warning message.

If other people could report any issues on non-standard platforms with
--enable-Werror that would be appreciated since a compile warning often
points out some subtle issue.

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part
___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-19 Thread Mark Wielaard
Hi Christian,

On Thu, 2006-01-19 at 18:46 +0100, Christian Thalinger wrote:
 Cool!  But have problems with jikes:
 
 /home/twisti/bin/jikes +Pno-switchcheck +Pno-shadow +F  -bootclasspath
 '' -extdirs '' -sourcepath ''
 -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:.:
 -d . @classes
 
 Found 1 system error and issued 1 warning:
 
 *** Semantic Warning: The file
 ../vm/reference:..:../external/w3c_dom:../external/sax:.: is not a
 valid directory.

Which jikes is this? I assume there are 2 versions of jikes a pure
cygwin version (that would know about using : as path separator) and a
dos version (that thinks ; is the path separator).

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part
___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: Classpath 0.20 successfully built with Cygwin

2006-01-19 Thread Christian Thalinger
On Thu, 2006-01-19 at 19:40 +0100, Mark Wielaard wrote:
 Which jikes is this? I assume there are 2 versions of jikes a pure
 cygwin version (that would know about using : as path separator) and a
 dos version (that thinks ; is the path separator).

I think i compiled it myself, as i couldn't find any.  Ohh, it was
linked to the windows one, ok.  But, now back to my version, this error
occurs:

Found 137 system errors:

*** Semantic Error: The input file
../org/omg/stub/java/rmi/_Remote_Stub.java was not found.


*** Semantic Error: The input file
../javax/swing/text/WrappedPlainView.java was not found.


*** Semantic Error: The input file
../javax/swing/text/ViewFactory.java was not found.


*** Semantic Error: The input file ../javax/swing/text/View.java was
not found.
snip

And the files exist.

TWISTI


___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath