This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Guile error when starting gnucash application


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:

kwmc@bluecat:~$ 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:

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

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

Guile seems to work okay:

kwmc@bluecat:~$ su -
Password: 
root@bluecat:~# rm /usr/local/share/guile/ice-9/
root@bluecat:~# rm /usr/share/guile
root@bluecat:~# exit
logout
kwmc@bluecat:~$ guile
guile> (use-modules (ice-9 slib))
guile> (require 'primes)
guile> (prime? 7)
#t
guile> 
kwmc@bluecat:~$ 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/
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]