[ZOO-Discuss] [ZOO Project Trac] #17: Python Makefile generated by configure is false
ZOO Project Trac
zoo-dev at cartography.st
Thu Jan 20 03:53:31 PST 2011
#17: Python Makefile generated by configure is false
-------------------+--------------------------------------------------------
Reporter: reluc | Owner: djay
Type: defect | Status: new
Priority: major | Component: zoo-kernel
Version: 1.0 | Keywords: makefile configure
-------------------+--------------------------------------------------------
After doing :
* ./configure --with-python
It's necessary to update the Makefile with doing :
* g++ ${XML2CFLAGS} ${PYTHONCFLAGS} ${CFLAGS} -c service_internal_python.c
--> g++ ${XML2CFLAGS} ${PYTHONCFLAGS} ${CFLAGS} ${PYTHON_ENABLED} -c
service_internal_python.c
--
Ticket URL: <http://svn.zoo-project.org/trac/ticket/17>
ZOO Project Trac <http://www.zoo-project.org/>
Open WPS Platform
More information about the Zoo-discuss
mailing list