r18175 - gnucash/trunk/packaging/win32 - pgsql-win32.tar.gz which provides client access to a postgresql library has been updated to add

Phil Longstaff plongstaff at code.gnucash.org
Sat Jul 4 15:12:56 EDT 2009


Author: plongstaff
Date: 2009-07-04 15:12:56 -0400 (Sat, 04 Jul 2009)
New Revision: 18175
Trac: http://svn.gnucash.org/trac/changeset/18175

Modified:
   gnucash/trunk/packaging/win32/dist.sh
Log:
pgsql-win32.tar.gz which provides client access to a postgresql library has been updated to add
some needed DLLs.  Unfortunately, unlike mysql, postgresql does not provide a pre-built win32
package containing the client side include files and libraries.  pgsql-win32.tar.gz is a set of
files taken from a full windows installation.

With the new pgsql-win32.tar.gz, to compile on win32, you will need to delete your
pgsql directory and downloads/pgsql-win32.tar.gz file i.e.:

    cd /c/soft
	rm downloads/pgsql-win32.tar.gz
	rm -rf pgsql



Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2009-07-04 16:45:53 UTC (rev 18174)
+++ gnucash/trunk/packaging/win32/dist.sh	2009-07-04 19:12:56 UTC (rev 18175)
@@ -198,6 +198,7 @@
     cp -a ${_SQLITE3_UDIR}/lib/* ${DIST_UDIR}/lib
     cp -a ${_MYSQL_LIB_UDIR}/bin/* ${DIST_UDIR}/bin
     cp -a ${_MYSQL_LIB_UDIR}/lib/* ${DIST_UDIR}/lib
+    cp -a ${_PGSQL_UDIR}/bin/* ${DIST_UDIR}/bin
     cp -a ${_PGSQL_UDIR}/lib/* ${DIST_UDIR}/lib
     cp -a ${_LIBDBI_UDIR}/bin/* ${DIST_UDIR}/bin
     cp -a ${_LIBDBI_UDIR}/lib/* ${DIST_UDIR}/lib



More information about the gnucash-changes mailing list