From 50874d89daf42bea3f676bc5fa92e927375f10c0 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 25 Nov 2017 14:54:51 -0800 Subject: [PATCH] Correct GUILE_LOAD_COMPILE_PATH to include Guile's own modules as well as ours. --- gnucash/environment.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnucash/environment.in b/gnucash/environment.in index 86e817bb47..f8e3a1bbfb 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}