guile-user
[Top][All Lists]
Advanced

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

Guile error when starting gnucash application


From: Kevin McInerney
Subject: Guile error when starting gnucash application
Date: Wed, 20 Sep 2000 18:03:52 -0700 (PDT)

Hello,

I posted this to the gnucash mailing list but never
got a solution.  It may be a guile problem.  I hope
you can help. 

When trying to run gnucash, I receive an error:

address@hidden:~$ gnucash
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "ice-9/boot-9.scm" in load
path

I tried a few things:

address@hidden:~$ su -
Password: 
address@hidden:~# ln -s
/usr/local/share/guile/1.4/ice-9/
/usr/local/share/guile/ice-9
address@hidden:~# exit
logout
address@hidden:~$ gnucash
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "ice-9/boot-9.scm" in load
path
address@hidden:~$ su -
Password: 
address@hidden:~# ln -s /usr/local/share/guile
/usr/share/guile
address@hidden:~# exit
logout
address@hidden:~$ gnucash
ERROR: Unbound variable: simple-format

Setting the GUILE_LOAD_PATH environment variable gives
the same unbound variable error.

Guile seems to work okay:

address@hidden:~$ su -
Password: 
address@hidden:~# rm /usr/local/share/guile/ice-9/
address@hidden:~# rm /usr/share/guile
address@hidden:~# exit
logout
address@hidden:~$ guile
guile> (use-modules (ice-9 slib))
guile> (require 'primes)
guile> (prime? 7)
#t
guile> 
address@hidden:~$ guile -v
Guile 1.4
Copyright (c) 1995, 1996, 1997, 2000 Free Software
Foundation
Guile may be distributed under the terms of the GNU
General Public Licence;
certain other uses are permitted as well.  For
details, see the file
`COPYING', which is included in the Guile
distribution.
There is no warranty, to the extent permitted by law.

What can I do?

Thanks,
Kevin

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/


reply via email to

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