microsoft / distributed_skipgram_mixture

Distributed skipgram mixture model for multisense word embedding
MIT License
116 stars 50 forks source link

CMake Error #7

Open shaoxiaoyu opened 6 years ago

shaoxiaoyu commented 6 years ago

cmake .. && make && sudo make install OpenMP found /usr/lib/openmpi/lib/libmpi_cxx.so/usr/lib/openmpi/lib/libmpi.so /usr/lib/openmpi/lib/libmpi_cxx.so/usr/lib/openmpi/lib/libmpi.so CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message): Imported targets not available for Boost version Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES) Test/unittests/CMakeLists.txt:3 (find_package)

CMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1677 (message): Unable to find the requested Boost libraries.

Unable to find the Boost header files. Please set BOOST_ROOT to the root directory containing Boost or BOOST_INCLUDEDIR to the directory containing Boost's headers. Call Stack (most recent call first): Test/unittests/CMakeLists.txt:3 (find_package)

CMake Error at Test/unittests/CMakeLists.txt:9 (MESSAGE): message called with incorrect number of arguments

Boost_INCLUDE_DIR-NOTFOUND CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: /clouddisk/shaolin/DMTK/multiverso/Test/unittests/Boost_INCLUDE_DIR used as include directory in directory /clouddisk/shaolin/DMTK/multiverso/Test/unittests

-- Configuring incomplete, errors occurred! See also "/clouddisk/shaolin/DMTK/multiverso/build/CMakeFiles/CMakeOutput.log".

rhowardstone commented 4 years ago

I get this error as well! Can anyone offer any insight?