From: Ken A. <kan...@bb...> - 2004-05-26 22:05:47
|
Tim, i m getting these errors when i compile: Compiling the compiler.... ** WARNING: Error during load (lineno 511): jsint.BacktraceException[ ("0" ) ==================================== java.lang.NumberFormatException: floating point starting with 0 is either an octal or 0.ddd ] ("0" ) ==================================== java.lang.NumberFormatException: floating point starting with 0 is either an octal or 0.ddd ** WARNING: Extra ) ignored -- line number 511 ** WARNING: Extra ) ignored -- line number 511 ** WARNING: Error during load (lineno 512): jsint.BacktraceException[ ("0" ) ==================================== java.lang.NumberFormatException: floating point starting with 0 is either an octal or 0.ddd ] ("0" ) ==================================== java.lang.NumberFormatException: floating point starting with 0 is either an octal or 0.ddd ** WARNING: Extra ) ignored -- line number 512 ** WARNING: Extra ) ignored -- line number 512 ** WARNING: Error during load (lineno 517): jsint.BacktraceException[ ("0" ) ==================================== java.lang.NumberFormatException: floating point starting with 0 is either an octal or 0.ddd ] ("0" ) ==================================== java.lang.NumberFormatException: floating point starting with 0 is either an octal or 0.ddd ** WARNING: Extra ) ignored -- line number 517 ** WARNING: Extra ) ignored -- line number 517 ** WARNING: Extra ) ignored -- line number 637 **************** Running jscheme/ScemeTests.scm ****************** several warnings should appear below as certain error conditions are tested this is to be expected and does not signal a problem with the tests Tests: 0 Failures: 0 All tests have completed with any errors as shown above Try (run-tests #t) to see both failing and successful tests and their results ********************* jscheme/SchemeTests.scm has completed *********************** |