|
From: | Chris Hanson |
Subject: | Re: [MIT-Scheme-devel] Problem with building 10.1.4 from tarball |
Date: | Sun, 24 Mar 2019 18:23:03 -0700 |
Hello Chris,I'm trying to build mit-scheme-10.1.tar.gz from a 9.2 build on my Mac and it's failing (before trying 10.1, it also failed similarly for 10.1.5).I'm following the instructions for "Building an incompatible compiler".When I run (load "compiler.sf"), it fails here:; Generating SCode for file: "rtlgen/fndblk.scm" => "rtlgen/fndblk.bin"... done
; Generating SCode for file: "rtlgen/fndvar.scm" => "rtlgen/fndvar.bin"... done
; Generating SCode for file: "rtlgen/opncod.scm" => "rtlgen/opncod.bin"...
;MICROCODE-TYPE: Unknown name tagged-object
;To continue, call RESTART with an option number:
; (RESTART 2) => Skip processing file /Users/duncan/Downloads/mit-scheme-10.1/src/compiler/rtlgen/opncod.scm
; (RESTART 1) => Return to read-eval-print level 1.
2 error> ^D
End of input stream reached.
Moriturus te saluto.
yomigana:compiler$ scheme --version
MIT/GNU Scheme microcode 15.3
Copyright (C) 2014 Massachusetts Institute of Technology
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Image saved on Friday September 28, 2018 at 5:08:35 PM
Release 9.2 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/C 4.118 || Edwin 3.116
--I got my existing installation of MIT Scheme from Homebrew.Duncan.
[Prev in Thread] | Current Thread | [Next in Thread] |