Re: Compile Error: Failed to link pygranoo.so

Posted by Cédric Hubert on
URL: http://granoo.326.s1.nabble.com/solved-Compile-Error-Failed-to-link-pygranoo-so-tp207p208.html

I’m not sure, but could you make sure you are actually linking against Python 2, and not Python 3 ?

You may have to force CMake to find version 2 instead of 3.
You can review the paths found by CMake by issuing ccmake instead of just cmake, then hit the T key to show advanced parameters.