[ prog / sol / mona ]

prog


How can I run my own instance of this

129 2020-03-05 05:15 *

>>45
I thought the Unbound variable: nmv-header? bug might be fixed in the git version but it does not build.

(echo '(with-working-directory-pathname "cref"' && \
 echo '  (lambda () (load "cref.cbf")))') \
| 'mit-scheme-x86-64' --batch-mode   --no-init-file --load runtime/host-adapter.scm  --eval '(begin   )'
;Loading "cref.cbf"... done
(echo '(with-working-directory-pathname "runtime"' && \
 echo '  (lambda () (load "runtime.cbf")))') \
| 'mit-scheme-x86-64' --batch-mode   --no-init-file --load runtime/host-adapter.scm  --eval '(begin   )'
;Loading "runtime.cbf"... done
(. etc/functions.sh && get_fasl_file && cd runtime \
  && (echo '(disk-save "../lib/runtime.com")' \
       | ../run-build --batch-mode --fasl "${FASL}"))

Bad compiled-code version in FASL File: make.com
File has: compiled-code interface 3; architecture 14.
Expected: compiled-code interface 4; architecture 14.

Microcode Error: No error handlers.
Error code 0x3a (fasload-compiled-mismatch).

**** Stack Trace ****

{0x80ff88}
    Return code: [return-code pop-return-error]
    Expression: #F
{0x80ff98}
    Return code: [return-code internal-apply]
    Expression: #F
{0x80ffa8}  ...: [false 0x2]
{0x80ffb0}  ...: [primitive BINARY-FASLOAD]
{0x80ffb8}  ...: "make.com"
{0x80ffc0}
    Return code: [return-code combination-save-value]
    Expression: [combination [primitive SCODE-EVAL] ... (2 args) 0x857b20]
{0x80ffd0}  ...: #F
{0x80ffd8}  ...: [manifest-nm-vector 0x1] (skipping)
{0x80ffe8}  ...: #F
{0x80fff0}
    Return code: [return-code non-existent-continuation]
    Expression: #F

No error handler.
make[1]: *** [Makefile:821: lib/runtime.com] Error 1
make[1]: Leaving directory '/home/ben/mit-scheme/mit-scheme-10.1-git/src'
make: *** [Makefile:699: all] Error 2
301


VIP:

do not edit these