From: Geoffrey S. K. <ge...@kn...> - 2007-09-13 08:48:01
|
Frank, I tried a fresh checkout and build on my Mac OS X 10.4.10 system and got exactly the same result as you, but there were two additional lines of error message at the very top: Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. That may be inconsequential. I'm going to retry compilation using "sh -x bin/make" instead of "sh bin/make" to get more detail. Geoffrey On Sep 11, 2007, at 23:47, Frank Hu wrote: > Hi, > > I'm trying to build version 7.2 on a Mac OS X 10.4.10 system. Got > the following error message when doing "sh bin/make" > > -all > -clean > -javac > (call-with-output-file > (src '"jsint/version.txt") > (lambda (s) > (display > (let ((d (.format > (DateFormat.getDateTimeInstance > DateFormat.SHORT$ > DateFormat.SHORT$) > (Date.)))) > (!{} '"JScheme 7.2 (" > d > '") http://jscheme.sourceforge.net > ")) > s))) > > > ==================================== > SchemeException: java.io.FileNotFoundException: path_to_jscheme-7.2/ > src:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/ > Classes/.compatibility/src/jsint/version.txt (No such file or > directory) > > It seems that version.txt is missing. A quick look at the java > source code doesn't indicate that this file is generated. > > Frank |