Win32 - uploading ftp nightly

hfelton-lists hfelton_lists at hotmail.com
Fri Dec 22 04:11:05 EST 2006


enclosed find a patch - it allows the exe to function.
i have not run or tried the dist.sh yet, since i doubt
that it will work on this first try after the major directory
restructuring that occurred.  nice shiny new structure!  :)

have fun, h.

On 12/22/06, hfelton-lists <hfelton_lists at hotmail.com> wrote:
> On 12/22/06, hfelton-lists <hfelton_lists at hotmail.com> wrote:
> > take a look for the error a little later.
> > ( ./install.sh: pushd: /c/soft/gnucash/inst}/bin: No such file or directory)
> >
>  line 714 missed the begin-brace.  compile is fine, i assume...  :)
>
-------------- next part --------------
Index: install.sh
===================================================================
--- install.sh	(revision 15246)
+++ install.sh	(working copy)
@@ -711,8 +711,8 @@
     qpopd
 
     # Create a startup script that works without the msys shell
-    qpushd $_INSTALL_UDIR}/bin
-        echo "set PATH=${INSTALL_DIR}\\bin;${INSTALL_DIR}\\lib\\bin;${GOFFICE_DIR}\\bin;${LIBGSF_DIR}\\bin;${GNOME_DIR}\\bin;${LIBXML2_DIR}\\bin;${GUILE_DIR}\\bin;${REGEX_DIR}\\bin;${AUTOTOOLS_DIR}\\bin;%PATH%" > gnucash.bat
+    qpushd ${_INSTALL_UDIR}/bin
+        echo "set PATH=${DIST_DIR}\\bin;${INSTALL_DIR}\\bin;${INSTALL_DIR}\\lib\\bin;${GOFFICE_DIR}\\bin;${LIBGSF_DIR}\\bin;${GNOME_DIR}\\bin;${LIBXML2_DIR}\\bin;${GUILE_DIR}\\bin;${REGEX_DIR}\\bin;${AUTOTOOLS_DIR}\\bin;%PATH%" > gnucash.bat
         echo "set GUILE_WARN_DEPRECATED=no" >> gnucash.bat
         echo "set GNC_MODULE_PATH=${INSTALL_DIR}\\lib\\gnucash" >> gnucash.bat
         echo "set GUILE_LOAD_PATH=${INSTALL_DIR}\\share\\gnucash\\guile-modules;${INSTALL_DIR}\\share\\gnucash\\scm;%GUILE_LOAD_PATH%" >> gnucash.bat


More information about the gnucash-devel mailing list