Am Thursday 15 July 2010 schrieb Geert Janssens: > On Wednesday 14 July 2010, Christian Stimming wrote: > > Author: cstim > > Date: 2010-07-14 15:39:19 -0400 (Wed, 14 Jul 2010) > > New Revision: 19364 > > Trac: http://svn.gnucash.org/trac/changeset/19364 > > > > Log: > > Merge the sql parsers of the business objects into the main sql module. > > This commit breaks the build if you have python bindings enabled on a clean > checkout. > > I think this is due to a reference to the no longer existing > ${top_builddir}/src/business/business-core/sql/libgncmod-business-backend- > sql.la > in gnucash/trunk/src/optional/python-bindings/Makefile.am. > > Removing that reference fixes the build, but I don't know of that is > sufficient for the python bindings, so I'll leave the proper fix up to you.
This fix is sufficient. The python bindings itself have already been modified in this commit. > Also, I believe there are now a couple of empty directories in > business-core (sql, sql/test and xml). Do you think these can be removed ? Sure, they can be removed. Regards, Christian _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
