seeking advice - make check for python bindings not useful

Stuart D. Gathman stuart at gathman.org
Fri Sep 4 15:01:42 EDT 2009


On Fri, 4 Sep 2009, Mark Jenkins wrote:

> The situation is complicated further by the fact that the .py and .so files 
> that are eventually installed together into $(pythondir)/$PACKAGE ($PACKAGE 
> is gnucash) are still in separate places after make, the python files are in 
> src/optional/python-bindings, and the .so files end up wherever the autotools 
> put them, in my case src/optiona/python-bindings/.libs/ .

I handle this case by symlinking the .so files to the directory with the
.py files for testing.

-- 
 	      Stuart D. Gathman <stuart at bmsi.com>
Business Management Systems Inc.  Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flamis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.


More information about the gnucash-devel mailing list