jacal-discuss
[Top][All Lists]
Advanced

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

[Jacal-discuss] Problem to run Jacal


From: A. Arias
Subject: [Jacal-discuss] Problem to run Jacal
Date: Sun, 16 Dec 2012 12:49:05 -0600

Hi, I trying to run jacal but I have some problems. First with GNU
MIT/Scheme I get the error:

address@hidden:~$ jacal
scheme -load /usr/local/lib/slib/mitscheme.init
-load /usr/local/lib/jacal/go
MIT/GNU Scheme running under GNU/Linux
Type `^C' (control-C) followed by `H' to obtain information about
interrupts.

Copyright (C) 2011 Massachusetts Institute of Technology
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

Image saved on Tuesday November 8, 2011 at 10:40:30 PM
  Release 9.1.1 || Microcode 15.3 || Runtime 15.7 || SF 4.41 ||
LIAR/i386 4.118
  Edwin 3.116
;Loading "/usr/local/lib/slib/mitscheme.init"...
;  Loading "/usr/local/lib/slib/require.scm"... done
;... done
;Loading "/sr/local/lib/jacal/go.scm"...
;  Loading "/usr/local/lib/jacal/math.scm"...
;    Loading "/usr/local/lib/jacal/toploads.scm"...
;      Loading "/usr/local/lib/slib/mklibcat.scm"...
;Unable to open file "/usr/local/lib/mit-scheme-i386/slibcat" because:
Permission denied.
;To continue, call RESTART with an option number:
; (RESTART 3) => Try to open the same file again.
; (RESTART 2) => Try to open a different file.
; (RESTART 1) => Return to read-eval-print level 1.

2 error>

The file "/usr/local/lib/mit-scheme-i386/slibcat" isn't present on
MIT/Scheme 9.1.1.

With guile 2.0.7 I get the error:

address@hidden:~$ jacal guile
guile -l /usr/local/lib/slib/guile.init -l /usr/local/lib/slib/guile.use
-l /usr/local/lib/jacal/go.scm
;;; ERROR: In procedure stat: No such file or directory:
"/usr/local/lib/slib/require"
;;; ERROR: In procedure stat: No such file or directory:
"/usr/local/lib/jacal/math"
;;; ERROR: In procedure stat: No such file or directory:
"/usr/local/lib/jacal/toploads"
;;; ERROR: In procedure stat: No such file or directory:
"/usr/local/lib/slib/mklibcat"
Backtrace:
In ice-9/boot-9.scm:
 157: 9 [catch #t #<catch-closure 9ecdb00> ...]
In unknown file:
   ?: 8 [apply-smob/1 #<catch-closure 9ecdb00>]
In ice-9/boot-9.scm:
  63: 7 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 421: 6 [eval # #]
In ice-9/boot-9.scm:
2131: 5 [save-module-excursion #<procedure a041680 at
ice-9/boot-9.scm:3711:3 ()>]
3716: 4 [#<procedure a041680 at ice-9/boot-9.scm:3711:3 ()>]
In unknown file:
   ?: 3 [load-compiled/vm
"/home/german/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/lib/jacal/go.scm.go"]
In /usr/local/lib/jacal/go.scm:
   1: 2 [#<procedure a09a990 ()>]
In /usr/local/lib/slib/guile.init:
 307: 1 [#<procedure a04cc50 at /usr/local/lib/slib/guile.init:304:4
(path thunk)> "/usr/local/lib/jacal/math" ...]
In ice-9/boot-9.scm:
2131: 0 [save-module-excursion #<procedure a09c378
at /usr/local/lib/slib/guile.init:555:5 ()>]

ice-9/boot-9.scm:2131:4: In procedure save-module-excursion:
ice-9/boot-9.scm:2131:4: In procedure open-file: No such file or
directory: "/usr/local/lib/jacal/math"

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
address@hidden:~$

All those files (require, math, toploads, ...) are present, but for some
reason can't be loaded. I don't have too much experience with scheme. So
maybe I'm doing something wrong.

I didn't compile those files. As far as I understand, guile compile
these files on the fly. Or maybe I need do these first?

Any advice?. Thanks.




reply via email to

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