GNOME Bugzilla – Bug 86263
GnuCash does not work with Guile 1.4.1
Last modified: 2018-06-29 20:13:18 UTC
ERROR: In procedure scm-error in expression (scm-error (quote misc-error) #f ...): ERROR: Loaded gnucash srfi-8.scm in unknown Guile version:1.4.1. If you're running a Guile newer than 1.4, then this file should not have been installed. Please report the bug. The workaround appears to be editing srfi-8.scm, and adding the line: (string=? "1.4.1" (version))) after the line containing (string=? "1.4"..., and removing the extra close-bracket from the 1.4 line. It worked for me... but I'm no expert at programming!
Created attachment 9407 [details] [review] Patch 1/2 to make GnuCash work with Guile 1.4.1
Created attachment 9408 [details] [review] Patch 2/2 to make GnuCash work with Guile 1.4.1
Attached are two rather dodgy patches from me to make GnuCash work with Guile 1.4.1 - they work for me, but need checking.
*** This bug has been marked as a duplicate of 85732 ***
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=86263. Please update any external references or bookmarks.