Frank Hu
2007-09-12 03:47:51 UTC
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
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