mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: painter implementation for picture language in SICP


From: David Liu
Subject: Re: painter implementation for picture language in SICP
Date: Thu, 2 Jan 2020 13:00:15 -0500

On Sun, Dec 29, 2019 at 8:49 PM Taylor R Campbell <address@hidden> wrote:
It might be easier for you to try git master so you can test fixes as
we incorporate them.  If 10.1.10 is installed at (say)
/usr/local/mit-scheme/10.1.10/bin/mit-scheme-x86-64, do:

git clone https://git.savannah.gnu.org/git/mit-scheme.git
cd mit-scheme/src
env PATH="$PATH":/usr/local/mit-scheme/10.1.10/bin ./Setup.sh
env PATH="$PATH":/usr/local/mit-scheme/10.1.10/bin ./configure --enable-cross-compiling
env PATH="$PATH":/usr/local/mit-scheme/10.1.10/bin make -j4 cross-host
make -j4 cross-target

I got up to the step above, then got a bunch of compilation errors [1] in termcap.c, all of which are caused by the Werror flag.

[1] https://pastebin.com/KQYAgSEq

reply via email to

[Prev in Thread] Current Thread [Next in Thread]