简体   繁体   English

安装Cgal绑定Python时出错

[英]Error installing Cgal-bindings Python

No matter what method i try, the installation of Cgal-bindigs stops and gives me the next problem: 无论我尝试什么方法,Cgal-bindigs的安装都会停止并给我下一个问题:

make[2]: ***  No rule to make target «/usr/lib/libboost_thread.so», needed for «/usr/lib/libCGAL_Kernel_cpp.so».  Stop.
make[1]: *** [SWIG_CGAL/Kernel/CMakeFiles/CGAL_Kernel_cpp.dir/all] Error 2
make: *** [all] Error 2

Im sure i installed all the prerequisites.I dont understand the error :S. 我确定我安装了所有先决条件。我不明白错误:S。 If its usefull I'll paste "make VERBOSE=1" output: http://pastebin.com/V1e9knAh Please help i need to use it for a Biomedical investigation and the tetrahedralization its fundamental for finite-element-analysis. 如果有用,我将粘贴“make VERBOSE = 1”输出: http//pastebin.com/V1e9knAh请帮助我将其用于生物医学研究和四面体化,这是有限元分析的基础。

It was a CGAL out-of-date problem. 这是一个CGAL过时的问题。 MODIFICATION: "set(CGAL_3RD_PARTY_LIBRARIES "/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost‌​_system.so;/usr/lib/x86_64-linux-gnu/libpthread.so" )" in CGALConfig.cmake file 修改:“set(CGAL_3RD_PARTY_LIBRARIES”/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost _system.so; / usr / lib / x86_64-linux-gnu / CGALConfig.cmake文件中的libpthread.so“)”

The Bug: https://bugs.launchpad.net/ubuntu/+source/cgal/+bug/1242111 错误: https//bugs.launchpad.net/ubuntu/+source/cgal/+bug/1242111

The correct solution is to rerun the configuration and compilation of CGAL libraries. 正确的解决方案是重新运行CGAL库的配置和编译。 Modifying the generated CGALConfig.cmake file is just a hack. 修改生成的CGALConfig.cmake文件只是一个黑客攻击。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM