r18660 - gnucash/trunk/packaging/win32 - Revert r18654.

Geert Janssens gjanssens at code.gnucash.org
Tue Feb 16 09:39:40 EST 2010


Author: gjanssens
Date: 2010-02-16 09:39:40 -0500 (Tue, 16 Feb 2010)
New Revision: 18660
Trac: http://svn.gnucash.org/trac/changeset/18660

Modified:
   gnucash/trunk/packaging/win32/defaults.sh
   gnucash/trunk/packaging/win32/dist.sh
   gnucash/trunk/packaging/win32/install.sh
Log:
Revert r18654.

Current GtkHtml implementation crashes the windows build whenever a report is opened.

Modified: gnucash/trunk/packaging/win32/defaults.sh
===================================================================
--- gnucash/trunk/packaging/win32/defaults.sh	2010-02-16 10:18:03 UTC (rev 18659)
+++ gnucash/trunk/packaging/win32/defaults.sh	2010-02-16 14:39:40 UTC (rev 18660)
@@ -355,7 +355,7 @@
 add_step inst_ktoblzcheck
 add_step inst_aqbanking
 add_step inst_libdbi
-#add_step inst_webkit
+add_step inst_webkit
 ##
 if [ "$UPDATE_SOURCES" = "yes" ]; then
  add_step svn_up

Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2010-02-16 10:18:03 UTC (rev 18659)
+++ gnucash/trunk/packaging/win32/dist.sh	2010-02-16 14:39:40 UTC (rev 18660)
@@ -300,7 +300,7 @@
 dist_ktoblzcheck
 dist_aqbanking
 dist_libdbi
-#dist_webkit
+dist_webkit
 dist_gnucash
 finish
 qpopd

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2010-02-16 10:18:03 UTC (rev 18659)
+++ gnucash/trunk/packaging/win32/install.sh	2010-02-16 14:39:40 UTC (rev 18660)
@@ -1236,7 +1236,7 @@
             ${AQBANKING_OPTIONS} \
             --enable-binreloc \
             --enable-locale-specific-tax \
-            --with-html-engine=gtkhtml \
+            --with-html-engine=webkit \
             CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} ${GNOME_CPPFLAGS} ${GUILE_CPPFLAGS} ${LIBDBI_CPPFLAGS} ${KTOBLZCHECK_CPPFLAGS} ${HH_CPPFLAGS} -D_WIN32" \
             LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS} ${GNOME_LDFLAGS} ${GUILE_LDFLAGS} ${LIBDBI_LDFLAGS} ${KTOBLZCHECK_LDFLAGS} ${HH_LDFLAGS}" \
             PKG_CONFIG_PATH="${PKG_CONFIG_PATH}"



More information about the gnucash-changes mailing list