encryptogroup / MOTION

An efficient, user-friendly, modular, and extensible framework for mixed-protocol secure multi-party computation with two or more parties
MIT License
85 stars 40 forks source link

Compilation with the intel version of the Macbook pro failed with the following message:No rule to make target `extern/boost/lib/libboost_fiber.a', needed by `bin/crosstabs'. Stop. #17

Closed Cryptographer63 closed 2 years ago

Cryptographer63 commented 2 years ago

Compilation with the intel version of the Macbook pro failed with the following message

[ 92%] Linking CXX static library ../../lib/libmotion.a [ 92%] Built target motion [ 92%] Building CXX object src/examples/tutorial/crosstabs/CMakeFiles/crosstabs.dir/crosstabs_main.cpp.o [ 93%] Building CXX object src/examples/tutorial/crosstabs/CMakeFiles/crosstabs.dir/common/crosstabs.cpp.o make[2]: No rule to make target extern/boost/lib/libboost_fiber.a', needed bybin/crosstabs'. Stop. make[1]: [src/examples/tutorial/crosstabs/CMakeFiles/crosstabs.dir/all] Error 2 make: *** [all] Error 2

Oleksandr-Tkachenko commented 2 years ago

Can you tell us more about your setup: compiler version, Boost already installed in the system? Please also give us the full build log.