1

Я очень новичок в Linux и пытаюсь установить SymPol в Linux. SymPol требует

Boost in version 1.34.1 or higher
GMP with both C and C++ bindings
CMake in version 2.6 or higher

Я успешно установил эти 3, но когда я хочу установить SymPol, я получаю эту ошибку:

cannot convert ‘boost::shared_ptr<permlib::Permutation>’ to ‘bool’ in return
return repr;

CMakeFiles/sympol.dir/build.make:166: recipe for target   'CMakeFiles/sympol.dir/symmetrycomputation.o' failed
make[2]: *** [CMakeFiles/sympol.dir/symmetrycomputation.o] Error 1
CMakeFiles/Makefile2:109: recipe for target 'CMakeFiles/sympol.dir/all'failed
make[1]: *** [CMakeFiles/sympol.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
 make: *** [all] Error 2

0