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

2018-11-03 Thread Peter Willis
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  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
> MIT-Scheme-users@gnu.org
> https://lists.gnu.org/mailman/listinfo/mit-scheme-users


___
MIT-Scheme-users mailing list
MIT-Scheme-users@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-users


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

2018-11-03 Thread Sven Hartrumpf
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
MIT-Scheme-users@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-users