Has anyone out there attempted/completed this compile and can verify it works?
Presently, error message are telling me it cant find python llibs.
I guess this is a system_path/configuration issue; I not familiar enough with linux/ubuntu and compiling thereon.
Code: Select all
-- C++ compiler version: 5.2.1 [/usr/bin/c++]
CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.2/Modules/FindPythonLibs.cmake:206 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:32 (find_package)