我也跟着爲使指令/從http://www.mrzv.org/software/dionysus/get-build-install.html問題與酒神構建/使Mac OS X上10.10約塞米蒂
建立酒神從一個全新的電腦什麼也沒有, 我所使用的端口安裝python27,cmake的,升壓,mercurial和其他一些軟件包。 在終端我然後做
hg clone http://hg.mrzv.org/Dionysus/
cd Dionysus
hg up tip
mkdir build
cd build
cmake ..
make
當終端通過它有以下錯誤的化妝運行:
[ 1%] Built target bottleneck-distance
[ 3%] Building CXX object
examples/alphashapes/CMakeFiles/alphashapes2d.dir/alphashapes2d.o
In file included from
/Users/pavan/Desktop/Dionysus/examples/alphashapes/alphashapes2d.cpp:3:
In file included from
/Users/pavan/Desktop/Dionysus/examples/alphashapes/alphashapes2d.h:12:
In file included from
/Users/pavan/Desktop/Dionysus/include/topology/simplex.h:221:
In file included from
/Users/pavan/Desktop/Dionysus/include/topology/simplex.hpp:2:
In file included from /opt/local/include/boost/serialization/set.hpp:26:
/opt/local/include/boost/serialization/detail/stack_constructor.hpp:54:31: error:
no member named 'load_construct_data_adl' in namespace
'boost::serialization'
boost::serialization::load_construct_data_adl(
~~~~~~~~~~~~~~~~~~~~~~^
1 error generated.
make[2]: *** [examples/alphashapes/CMakeFiles/alphashapes2d.dir/alphashapes2d.o]
Error 1
make[1]: *** [examples/alphashapes/CMakeFiles/alphashapes2d.dir/all]
Error 2
make: *** [all] Error 2
到目前爲止,我已經試過所有我能想到的,重新安裝所有升壓和python依賴關係(從一個全新的工廠重置計算機開始)。當涉及到任何與C有關的任何指針時,我都是一個完全noob。
此外,我嘗試了同樣的確切安裝在我的Ubuntu下載電腦,它的工作,所以我想知道如果端口安裝功能創建一些問題?
您正在使用哪個版本的'boost'? – konus
我遇到了同樣的問題,試圖爲Mac構建[rtabmap](https://github.com/introlab/rtabmap/wiki/Installation)。 @ Deviacium的答案爲我工作。 – Jacksonkr