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?