Difference between revisions of "Talk:Building"

From GnuCash
Jump to: navigation, search
(question about build error already discussed on gnucash-devel)
m (slib fix on Ubuntu 10.04.1 LTS)
Line 1: Line 1:
 +
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

Revision as of 16:43, 1 October 2010

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