Code: Select all
cmake .Code: Select all
-- gcc 4.8.5 detected
-- Found xgettext: /usr/bin/xgettext
-- Found msgmerge: /usr/bin/msgmerge
-- Using -std=gnu++11
CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1138 (message):
  Unable to find the requested Boost libraries.
  Boost version: 1.64.0
  Boost include path: /home/rnai2/Downloads/springlobby-0.256/boost
  Could not find the following static Boost libraries:
          boost_thread
          boost_system
  No Boost libraries were found.  You may need to 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:34 (FIND_PACKAGE)
-- found wx-config: wxWidgets_CONFIG_EXECUTABLE-NOTFOUND
CMake Error at src/CMakeLists.txt:68 (message):
  couldn't find wx-widgets >= 3.0, found
-- Configuring incomplete, errors occurred!
See also "/home/rnai2/Downloads/springlobby-0.256/CMakeFiles/CMakeOutput.log".
Code: Select all
cmake -DBOOST_ROOT=/home/rnai2/Downloads/springlobby-0.256/boost -DBoost_USE_STATIC_LIBS=ON -DBoost_USE_MULTITHREADED=ONCode: Select all
-- gcc 4.8.5 detected
-- Found xgettext: /usr/bin/xgettext
-- Found msgmerge: /usr/bin/msgmerge
-- Using -std=gnu++11
CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1138 (message):
  Unable to find the requested Boost libraries.
  Boost version: 1.64.0
  Boost include path: /home/rnai2/Downloads/springlobby-0.256/boost
  Could not find the following static Boost libraries:
          boost_thread
          boost_system
  No Boost libraries were found.  You may need to 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:34 (FIND_PACKAGE)
-- found wx-config: wxWidgets_CONFIG_EXECUTABLE-NOTFOUND
CMake Error at src/CMakeLists.txt:68 (message):
  couldn't find wx-widgets >= 3.0, found
-- Configuring incomplete, errors occurred!
See also "/home/rnai2/Downloads/springlobby-0.256/CMakeFiles/CMakeOutput.log".
When I moved the boost .hpps from boost/boost to /boost, I got
Code: Select all
  Unable to find the requested Boost libraries.
  Boost version: 0.0.0
  Boost include path: /home/rnai2/Downloads/springlobby-0.256/boost
  Detected version of Boost is too old.  Requested version was 1.42 (or
  newer).
Call Stack (most recent call first):
  src/CMakeLists.txt:34 (FIND_PACKAGE)
-- found wx-config: wxWidgets_CONFIG_EXECUTABLE-NOTFOUND
CMake Error at src/CMakeLists.txt:68 (message):
  couldn't find wx-widgets >= 3.0, found
-- Configuring incomplete, errors occurred!
See also "/home/rnai2/Downloads/springlobby-0.256/CMakeFiles/CMakeOutput.log".
