Ticket #17 (closed defect: wontfix)
Python Makefile generated by configure is false
Reported by: | reluc | Owned by: | djay |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | zoo-kernel | Version: | 1.0 |
Keywords: | makefile configure | Cc: | reluc |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.