Ken Giusti created PROTON-922:
---------------------------------
Summary: [python] setup.py fails to build bindings if
qpid-proton-c-devel installed
Key: PROTON-922
URL: https://issues.apache.org/jira/browse/PROTON-922
Project: Qpid Proton
Issue Type: Bug
Components: python-binding
Affects Versions: 0.9.1
Reporter: Ken Giusti
Assignee: Ken Giusti
Priority: Blocker
Fix For: 0.10
When pip attempts to install the python-qpid-proton sdist, and the proton devel
package has been installed, the installation fails.
setup.py finds that the necessary proton headers and library have been
installed, so setup.py attempts to swig the installed headers. swig fails to
find the headers and the install fails.
The failure is due to the setup.py not passing the correct -I search path to
swig. It should pass the search path found by pkg-config
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)