r14752 - gnucash/trunk/packaging/win32 - Set g-wrap's module dir to Windows syntax. Make sure goffice exports the libgoffice_init symbol.

Christian Stimming cstim at cvs.gnucash.org
Mon Aug 28 15:28:48 EDT 2006


Author: cstim
Date: 2006-08-28 15:28:47 -0400 (Mon, 28 Aug 2006)
New Revision: 14752
Trac: http://svn.gnucash.org/trac/changeset/14752

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Set g-wrap's module dir to Windows syntax. Make sure goffice exports the libgoffice_init symbol.

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-08-28 16:31:35 UTC (rev 14751)
+++ gnucash/trunk/packaging/win32/install.sh	2006-08-28 19:28:47 UTC (rev 14752)
@@ -363,6 +363,7 @@
             cat configure.bak | sed 's,"glib","glib-2.0",g' > configure
             ./configure \
 	        --prefix=$_GWRAP_WFSDIR \
+		--module-dir=`echo $GWRAP_DIR | sed 's#\\\\#\\\\\\\\#g'`
 	        LDFLAGS="-no-undefined"
             qpushd guile/g-wrap/gw
                 cp Makefile Makefile.bak
@@ -554,6 +555,8 @@
 	    [ -f $mydir/intltool-merge ] && \
 		( mv intltool-merge intltool-merge.bak ; \
 		  cp -p $mydir/intltool-merge . )
+	    echo libgoffice_init >> goffice/local.def
+	    echo libgoffice_shutdown >> goffice/local.def
 	    make
 	    make install
 	qpopd



More information about the gnucash-changes mailing list