Talk:Building

From GnuCash
Revision as of 16:43, 1 October 2010 by Jdupontmartin (talk | contribs) (slib fix on Ubuntu 10.04.1 LTS)
Jump to: navigation, search

re: fixing slib issues

On Ubuntu 10.04.1 the path for the guile.init file is a bit shorter than mentioned in the article:

         /usr/share/slib/

Thus line 1790 in my slib.scm file reads:

(load-from-path "/usr/share/slib/guile.init")

hope that helps someone