From: Geoffrey S. K. <ge...@kn...> - 2007-09-13 08:47:15
|
Just thinking out loud here... It seems to me that "src/version.txt" is generated. It exists on my system, it is just one line, and it looks like this: JScheme 7.2 (4/27/05 4:57 AM) http://jscheme.sourceforge.net What puzzles me is what's in the SchemeException output you provided, everything from "path_to_jscheme-7.2/" to and including "Classes/.compatibility/". I'll try a fresh checkout and build on my Mac OS X system and see what happens. My hunch is something's in your environment that the build process isn't expecting. Geoffrey -- Geoffrey S. Knauth | http://knauth.org/gsk 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 > |