gnucash unstable: Correct GUILE_LOAD_COMPILE_PATH to include Guile's own modules as well as ours.

John Ralls jralls at code.gnucash.org
Sat Nov 25 17:55:31 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/50874d89 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d8c2f524 (commit)



commit 50874d89daf42bea3f676bc5fa92e927375f10c0
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Nov 25 14:54:51 2017 -0800

    Correct GUILE_LOAD_COMPILE_PATH to include Guile's own modules as well as ours.

diff --git a/gnucash/environment.in b/gnucash/environment.in
index 86e817b..f8e3a1b 100644
--- a/gnucash/environment.in
+++ b/gnucash/environment.in
@@ -63,9 +63,8 @@ GUILE_WARN_DEPRECATED=no
 # GUILE_LIBS=
 # GUILE_COMPILED_LIBS=
 GUILE_LOAD_PATH={GNC_DATA}/scm;{GUILE_LIBS};{GUILE_LOAD_PATH}
-# Note the use of {SYS_LIB}/lib here instead of {GNC_LIB}. The latter points to
-# the wrong directory on Windows for this particular purpose.
-GUILE_LOAD_COMPILED_PATH={SYS_LIB}/gnucash/scm/ccache/@-GUILE_EFFECTIVE_VERSION-@;{GUILE_COMPILED_LIBS};{GUILE_LOAD_COMPILED_PATH}
+
+GUILE_LOAD_COMPILED_PATH={SYS_LIB}/guile/2.0/ccache;{GNC_LIB}ccache/@-GUILE_EFFECTIVE_VERSION-@;{GUILE_COMPILED_LIBS};{GUILE_LOAD_COMPILED_PATH}
 
 # Tell Guile where to find GnuCash specific shared libraries
 GNC_LIBRARY_PATH={SYS_LIB};{GNC_LIB}



Summary of changes:
 gnucash/environment.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list