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

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

Re: [MIT-Scheme-users] Installing 10.1.2 on Ubuntu 18.10


From: Peter Willis
Subject: Re: [MIT-Scheme-users] Installing 10.1.2 on Ubuntu 18.10
Date: Sat, 3 Nov 2018 14:22:28 -0700

Your system may already have scheme installed.

 sudo apt-get install scheme

instead of building. See if it’s already installed. You may be creating a 
version or GCC compiler version conflict during build with some lib on your 
system that is already there.

I’m only guessing since my kubuntu machine is offline right now.

P




> On Nov 3, 2018, at 2:30 AM, Sven Hartrumpf <address@hidden> wrote:
> 
> Hi.
> 
> I am trying to install MIT Scheme 10.1.2 from mit-scheme-10.1.2.tar.gz.
> (The pre-installed mit-scheme binary detected by configure is:
> Release 9.1.1 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/x86-64 
> 4.118 || Edwin 3.116 )
> The make step fails as follows:
> 
> ;  Generating SCode for file: "syntax-parser.scm" => "syntax-parser.bin"...
> ;Premature reference to reserved name: spar
> ;To continue, call RESTART with an option number:
> ; (RESTART 2) => Skip processing file 
> /var/tmp/mit-scheme-10.1.2/src/runtime/syntax-parser.scm
> ; (RESTART 1) => Return to read-eval-print level 1.
> 
> 2 error>
> End of input stream reached.make: *** [Makefile:190: compile-runtime] Error 1
> 
> Greetings
> Sven
> 
> _______________________________________________
> MIT-Scheme-users mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/mit-scheme-users




reply via email to

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