Op vrijdag 30 december 2011 16:40:11 schreef John Ralls:
> Author: jralls
> Date: 2011-12-30 16:40:11 -0500 (Fri, 30 Dec 2011)
> New Revision: 21803
> Trac: http://svn.gnucash.org/trac/changeset/21803
> 
> Modified:
>    gnucash/branches/2.4/packaging/win32/gnucash.iss.in
> Log:
> Fix guile load path for guile-1.8.8
> 
> 
> Otherwise Gnucash crashes on launch.
> 
> Modified: gnucash/branches/2.4/packaging/win32/gnucash.iss.in
> ===================================================================
> --- gnucash/branches/2.4/packaging/win32/gnucash.iss.in       2011-12-30 
> 17:27:12
> UTC (rev 21802) +++
> gnucash/branches/2.4/packaging/win32/gnucash.iss.in   2011-12-30 21:40:11 UTC
> (rev 21803) @@ -164,7 +164,7 @@
>  [UninstallDelete]
>  Type: files; Name: "{app}\bin\guile.cmd"
>  Type: files; Name: "{app}\etc\gnucash\environment"
> -Type: files; Name: "{app}\share\guile\1.6\slibcat"
> +Type: files; Name: "{app}\share\guile\1.8\slibcat"
>  Type: filesandordirs; Name: "{app}\share\guile"
>  Type: filesandordirs; Name: "{app}\etc\gconf"
>  Type: dirifempty; Name: "{app}\etc\gnucash"
> 
> _______________________________________________
> gnucash-changes mailing list
> gnucash-chan...@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-changes
I have fixed a couple more in the same file that are more subtle. Without 
these the Windows installation would effectively use guile 1.6 modules if 
still available on the system (and otherwise error out).

While I was at it, I have also backported Derek's feature table 
implementation.

I have restarted the 2.4 nightly to pick up these changes, so you can still 
check today if everything works.

Geert
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to