Skip to content

Instantly share code, notes, and snippets.

@eirikb
Created November 2, 2011 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eirikb/1333699 to your computer and use it in GitHub Desktop.
Save eirikb/1333699 to your computer and use it in GitHub Desktop.
[eirikb@eeeirik mineserver2]$ cmake .
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1197 (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):
CMakeLists.txt:59 (FIND_PACKAGE)
-- Target: mineserver
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:
Boost_FILESYSTEM_LIBRARY (ADVANCED)
linked by target "mineserver" in directory /home/eirikb/dev/mineserver2
Boost_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/eirikb/dev/mineserver2
used as include directory in directory /home/eirikb/dev/mineserver2/src
Boost_SIGNALS_LIBRARY (ADVANCED)
linked by target "mineserver" in directory /home/eirikb/dev/mineserver2
Boost_SYSTEM_LIBRARY (ADVANCED)
linked by target "mineserver" in directory /home/eirikb/dev/mineserver2
Boost_THREAD_LIBRARY (ADVANCED)
linked by target "mineserver" in directory /home/eirikb/dev/mineserver2
-- Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment