Hi,
I'm trying to build classpath_0.90 sources using
configure/make/makeinstall, over Cygwin.
The configuration step succeeds with the following options:
--enable-xmlj --with-jikes, as I want to get xmlj librairies and compile
with jikes.
Now, I have some troubles with make, as it seems that jikes or someone
else does not find some java source files...
Am I doing something wrong? or is there a bug somehow?
If you have any idea, please tell me.
Thanks & Regards
Here is the log.
/classpath-0.90
$ make
Making all in lib
make[1]: Entering directory
`/cygdrive/c/Developpement/demonstrateur-CIFWS/libxmlj/classpath-0.90/classpath-0.90/lib'
true
top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '..'.
Adding java source files from VM directory ../vm/reference
/usr/bin/jikes +Pno-switchcheck +Pno-shadow +F -encoding UTF-8
-bootclasspath '' -extdirs '' -sourcepath '' --classpath
../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.:
-d . @classes
Found 147 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.
[and so on]