Dillo:
Is this "make check" error OK to ignore? It didn't happen before. ------------ TEST 4 (interpreter running an application) rm -f mix.o ../gsi/gsi -f mix.scm > test4.out 6.352035 secs elapsed cpu time heartbeat frequency = 893.414472684738 Hz *** possible problem: expected heartbeat frequency = 1001.0010010010009 Hz diff test4.ok test4.out && rm -f test4.out 8450,8451c8450 < *** ERROR IN ##make-string -- Heap overflow
< ok
(expected error)
make[1]: *** [test4] Error 1 make[1]: Leaving directory `/build/gambc-4.0b22/tests' make: *** [check] Error 2
The error disappear after I take out "--enable-char-size=1".
It's a bug in the test suite. There's another thread on this dated April 6 on the rchives. You can find it by searching on Google with this query:
site:https://webmail.iro.umontreal.ca/pipermail/gambit-list/ enable-char-size=1
Where you can replace "enable-char-size=1" with anything you want to search the archives for.
TJ