I am attempting to build QPID Proton 12 and seeing the following errors:


Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
ImportError: No module named site
make[2]: *** [proton-c/src/protocol.h] Error 1
ImportError: No module named site
make[2]: *** [proton-c/src/encodings.h] Error 1
make[2]: Target `proton-c/CMakeFiles/qpid-proton.dir/depend' not remade because 
of errors.
make[1]: *** [proton-c/CMakeFiles/qpid-proton.dir/all] Error 2
make[1]: Target `all' not remade because of errors.
make: *** [all] Error 2
make: Target `default_target' not remade because of errors.





Environm1nt: RHEL 7

GCC: 4.8.5

Python: 2.7

cmake: 2.8.11



(WHY

 -- Found PythonInterp: /usr/bin/python (found version "1.4")
....
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) 
(Required is exact version "1.4")

)

Reply via email to