Hello NuPIC, We are having trouble getting the cmake to run correctly. We're building as root and unable to follow the directions in the README.md up till that point but we get the following error when trying to run 'cmake ../..'
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE): Could NOT find PythonLibs (missing: PYTHON_LIBRARIES) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPythonLibs.cmake:102 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:378 (find_package) Any idea why we're unable to find PYTHON_LIBRARIES? We can get around this with : cmake -DPYTHON_LIBRARY=/usr/bin/python ../.. This allows cmake and make to complete but then we get a segmentation fault when running the c++ tests. After a bit of digging we were able to find this happens when attempting to load the following shared object, which exists and the path is correct: /root/nta/eng/lib/libcpp_region.so What might be causing this segfault? Thanks, David & Ritchie
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
