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

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

Re: MIT-Scheme (SVM1 version) on NetBSD/arm64


From: Alexander Shendi (Web.DE)
Subject: Re: MIT-Scheme (SVM1 version) on NetBSD/arm64
Date: Sat, 04 Jan 2020 00:08:31 +0100
User-agent: K-9 Mail for Android

Hi Matt,

Thanks for the quick reply. I had to additionally load x11-screen. So what worked for me was:

(load-option 'x11-screen)
(load-option 'edwin)
(disk-save "./world.com")
(exit)






Am 3. Januar 2020 23:35:22 MEZ schrieb Matt Birkholz <address@hidden>:
Edwin is no longer included in all.com, the default band, but you could use your own.

cd ~/
mit-scheme
(load-option 'edwin)
(disk-save "./myworld.com")
(exit)
export MITSCHEME_BAND=~/myworld.com
mit-scheme --edit

On Fri, 2020-01-03 at 20:59 +0100, Alexander Shendi (Web.DE) wrote:
Dear MIT-Scheme users,

I have managed to build a version of MIT-Scheme (V 10.1.10, SVM1) under NetBSD/aarch64 (aka arm64).

The resulting binary seems to run w/o problems, but when I try to start Edwin (either via "scheme --edit" or via the "(edwin)" procedure it takes a long time to initialize and show the X11 editor window. The Edwin editor then runs as expected.

Can somebody explain the delay and how to possibly avoid it?

Many thanks in advance,

Alexander
--
You have zero privacy anyway. Get over it.

Scott McNealy 1999

--
You have zero privacy anyway. Get over it.

Scott McNealy 1999

reply via email to

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