python - Issue with Dionysus Build/make on Mac OS X 10.10 yosemite -
i followed instructions make/build dionysus http://www.mrzv.org/software/dionysus/get-build-install.html
from brand new computer nothing, used port install python27 , cmake, boost, mercurial , few other packages. in terminal did
hg clone http://hg.mrzv.org/dionysus/ cd dionysus hg tip mkdir build cd build cmake .. make
when terminal running through make has following error:
[ 1%] built target bottleneck-distance [ 3%] building cxx object examples/alphashapes/cmakefiles/alphashapes2d.dir/alphashapes2d.o in file included /users/pavan/desktop/dionysus/examples/alphashapes/alphashapes2d.cpp:3: in file included /users/pavan/desktop/dionysus/examples/alphashapes/alphashapes2d.h:12: in file included /users/pavan/desktop/dionysus/include/topology/simplex.h:221: in file included /users/pavan/desktop/dionysus/include/topology/simplex.hpp:2: in file included /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
so far i've tried can think of, reinstalled boost , python dependencies (started brand new factory reset computer). i'm complete noob when comes c related pointers extremely appreciated.
also, tried same exact install on ubuntu loaded pc , worked, i'm wondering if port install feature creating issues?
just stumbled across same problem. using osx 10.10. few days switching , manipulating libraries between macports , brew no success...
today compiled dionysus boost way:
brew unlink boost brew tap homebrew/versions brew install boost155 brew link boost155
yet have see if whole library tree (boost, cgal, swig, cgal-swig-bindings, dionysus) builds well..
Comments
Post a Comment