Skip to content

Instantly share code, notes, and snippets.

@loremIpsum1771
Last active July 6, 2016 20:33
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 loremIpsum1771/fc1d912bbe5a741325cdd259f7a53837 to your computer and use it in GitHub Desktop.
Save loremIpsum1771/fc1d912bbe5a741325cdd259f7a53837 to your computer and use it in GitHub Desktop.
C:\Builds\qpid>cmake -G "Visual Studio 12 2013" C:\<Home>\Downloads\qpid-cpp-0.34
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find Ruby (missing: RUBY_LIBRARY) (found version "1.9.1")
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Could NOT find VALGRIND (missing: VALGRIND_EXECUTABLE)
-- Could NOT find SASL (missing: FOUND_SASL_LIB FOUND_SASL_H)
-- No need to generate AMQP protocol sources
-- No need to generate Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
CMake Error at C:/<Home>/Downloads/cmake-3.6.0-rc4-win64-x64/share/cmake-3.6/Modules/FindBoost.cmake:1753 (message):
Unable to find the requested Boost libraries.
Boost version: 1.61.0
Boost include path: C:/<Home>/Downloads/boost_1_61_0
Could not find the following Boost libraries:
boost_program_options
boost_date_time
boost_thread
boost_system
boost_chrono
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
src/CMakeLists.txt:200 (find_package)
CMake Error at src/CMakeLists.txt:202 (message):
Required Boost C++ libraries not found. Please install or try setting
BOOST_ROOT
-- Configuring incomplete, errors occurred!
See also "C:/Builds/qpid/CMakeFiles/CMakeOutput.log".
See also "C:/Builds/qpid/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment