Home > Archive > Scheme > June 2007 > debian_scheme48_slib
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
debian_scheme48_slib
|
|
| Cousin Stanley 2007-06-09, 4:12 am |
|
Greetings scheme-ers ....
I'm a dinosaur-age programmer having a first taste of scheme
using scheme48 under Debian GNU/Linux ....
I've installed the slib package from the Debian repositories
but I'm about getting it configured and loaded under
scheme48 ....
I have read the install sections ( section 8 ) in the local
slib docs which point me to the scheme48.init file ....
> ,load scheme.init .... leads to the following ....
Warning: ill-formed definition
(define (s48-use! struct-name)
(let ((struc (environment-ref # struct-name)))
(ensure-loaded struc)
(package-open! (interaction-environment)
(lambda () struc)))) (&syntax-error)
Error: undefined variable
batch
(package user)
I did try setting corresponding environment varibables
for the following variables mentioned in the docs ....
software-type, scheme-implementation-version,
implementation-vicinity, and library-vicinity
Also tried replacing all of the getenv expressions
with hard-coded strings ....
(let ((vic (getenv "S48_VICINITY")))
....
I did a bit of Google-izing trying to find
related info but didn't have much luck ....
Any clues and/or suggestions to help me
get slib configured and loaded would be
greatly appreciated ....
--
Stanley C. Kitching
Human Being
Phoenix, Arizona
----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
| |
|
|
| Michael Sperber 2007-06-11, 10:09 pm |
|
Cousin Stanley <cousinstanley@hotmail.com> writes:
> I have read the install sections ( section 8 ) in the local
> slib docs which point me to the scheme48.init file ....
The documentation for using SLIB on Scheme 48 have completely different
instructions:
[color=darkred]
> Implementation: Scheme48
> To make a Scheme48 image for an installation under <prefix>,
> cd to the SLIB directory
> type make prefix=<prefix> slib48.
> To install the image, type make prefix=<prefix> install48. This will
> also create a shell script with the name slib48 which will invoke the
> saved image.
(This question would probably be more appropriate on the mailing list
for Scheme 48.)
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
| |
| Cousin Stanley 2007-06-12, 8:08 am |
|
> The documentation for using SLIB on Scheme 48
> have completely different instructions:
>
>
> (This question would probably be more appropriate
> on the mailing list for Scheme 48.)
Mike ....
Thanks for the reply ....
I had noted and tried the Implementation-specific Instructions
that you included above with the following result ....
sk@cpq2 04:47 AM /usr/share/slib
$ make prefix=/home/sk/scheme slib48
make: *** No rule to make target `slib48'. Stop.
I did manage to find an address for the scheme48 mailing list
and will try there for assistance ....
--
Stanley C. Kitching
Human Being
Phoenix, Arizona
----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
|
|
|
|
|