classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling Classpath on cigwin/win


From: Enrico Migliore
Subject: Re: compiling Classpath on cigwin/win
Date: Thu, 05 Jan 2006 08:56:51 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113

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 me.

I haven't checked the rest of the build or tested the resulting class
library yet but this seems to fix the jikes issue.

Cheers,

Paul

Hi Paul,

thanks for the patch. Now Classpath compiles using Jikes. There are still some compilation warnings
which I would like to try to remove (next week).


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 `/home/Enrico/projects/classpath/classpath-0.19/examples'
mkdir -p classes/gnu/classpath/examples/icons
cp ./gnu/classpath/examples/icons/*.png classes/gnu/classpath/examples/icons
/usr/local/bin/jikes -bootclasspath '' -extdirs '' -sourcepath '' --classpath ../lib:. -d classes ./gnu/classpath/examples/*/*.java cd classes; -r ../examples.zip .; cd ..
/bin/sh: -r: command not found


Problem 2
----------
Found when issuing: $make install

$ make install
Making install in lib
make[1]: Entering directory `/home/Enrico/projects/classpath/classpath-0.19/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
if test "" != ""; then -r -D glibj.zip gnu java javax org META-INF > /dev/null;
fi
make[2]: Entering directory `/home/Enrico/projects/classpath/classpath-0.19/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
make[2]: Nothing to be done for `install-exec-am'.
if test "" != ""; then -r -D glibj.zip gnu java javax org META-INF > /dev/null;
fi
test -z "/usr/local/classpath/share/classpath" || mkdir -p -- "/usr/local/classp
ath/share/classpath"
/usr/bin/install -c -m 644 './glibj.zip' '/usr/local/classpath/share/classpath/
glibj.zip'
/usr/bin/install: cannot stat `./glibj.zip': No such file or directory
make[2]: *** [install-glibjDATA] Error 1
make[2]: Leaving directory `/home/Enrico/projects/classpath/classpath-0.19/lib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/Enrico/projects/classpath/classpath-0.19/lib'
make: *** [install-recursive] Error 1


Can anybody help?

Enrico




reply via email to

[Prev in Thread] Current Thread [Next in Thread]