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

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

[MIT-Scheme-devel] ephemerons in fasl files


From: Gerald Jay Sussman
Subject: [MIT-Scheme-devel] ephemerons in fasl files
Date: Sun, 5 Sep 2010 19:48:35 -0400
User-agent: IMAIL/1.21; Edwin/3.116; MIT-Scheme/9.0.1

I did a Scheme build on my AMDx86-64 machine.  It works and it
correctly loads and dumps a live scmutils.  I still don't know how to
make the tar that is used in the make-scmutils script.

     Image saved on Sunday September 5, 2010 at 6:07:54 PM
       Release 9.0.1     || Microcode 15.2 || Runtime 15.7                   || 
SF 4.41
       LIAR/x86-64 4.118 || Edwin 3.116    || ScmUtils Mechanics . Fall 2010 || 
SOS 1.8
       IMAIL 1.21

I tried to make an i386 version on an ubuntu laptop, using the same
basic construction method.  It made a working Scheme, but it fails to
know about the X windows.  Edwin does not want to come up in a
display, so it comes up in a terminal.  More evidence -- it fails to
run my init file -- it reports: 

"Evaluation error: The primitive x-window-set-foreground-color is not
implemented in this version of Scheme."

The method of construction was:

     cd /usr/local/scheme-i386-build

     git clone git://git.savannah.gnu.org/mit-scheme.git

     cd mit-scheme/src

     ./Setup.sh

     ./configure --prefix=/usr/local/scheme-i386/usr/local

     make all

     #Save old version
     mv /usr/local/scheme-i386/usr /usr/local/scheme-i386/usr-old
     mkdir /usr/local/scheme-i386/usr
     mkdir /usr/local/scheme-i386/usr/local

     make install



reply via email to

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