[JGloss] Re: Compilation from source fails
Add readings and translations to Japanese text
Brought to you by:
tensberg
From: Rolf L. <no...@no...> - 2004-03-23 20:19:14
|
"Michael Koch" <ten...@gm...> writes: > I've been experimenting with a cygwin install today. Replacing the CLASSPATH > := line in the Makefile with > > CLASSPATH := $(shell cygpath -wp $(shell cygpath -up > "$(CLASSPATH)"):./cls:./src) > > does the trick for me. Yupp, same here. I successfully compiled 1.0.7 and the latest CVS version. Thank you. I got two warnings about things being deprecated but I assume you get these warnings as well and are aware of them. Maybe it is a good idea to use "uname -s" to test for OS version and set CLASSPATH accordingly. Then you have an OS agnostic compilation without ant right there. -- http://home.arcor.de/leggewie/ http://leggewie.biz/hamster.htm |