Re: Compile Error: Failed to link pygranoo.so

Posted by tstucky on
URL: http://granoo.326.s1.nabble.com/solved-Compile-Error-Failed-to-link-pygranoo-so-tp207p209.html

That was indeed the problem. I changed PYTHON_EXECUTABLE, PYTHON_INCLUDE_DIR, PYTHON_LIBRARY to the proper 2.7 version in the CMakeCache.txt file, reran cmake, then make && make install, and the error was gone. Thank you!