desura / Desurium

Free online games platform (juegos gratis), with an open source client. LGPL repo for Desura client. Potentially out of date. See https://github.com/desura/desura-app for newest (LGPL) client.
https://www.desura.com/es
GNU General Public License v3.0
270 stars 42 forks source link

boost_test_exec_monitor library not found #546

Closed cocreature closed 11 years ago

cocreature commented 11 years ago

cmake outpust the following error:

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

  Boost version: 1.53.0

  Boost include path: /usr/include

  The following Boost libraries could not be found:

          boost_test_exec_monitor

  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):
  cmake/modules/macros.cmake:91 (find_package)
  src/tests/CMakeLists.txt:2 (add_desura_test)

I'm using archlinux 64bit. The lib seems to be at /usr/include/boost/test/test_exec_monitor.hpp I'm using the following cmake flags:

CMAKE_ARGS="
    -DCMAKE_INSTALL_PREFIX=/usr
    -DBINDIR=/usr/bin
    -DDATADIR=/usr/share/
    -DRUNTIME_LIBDIR=/usr/lib/
    -DBUILD_CEF=OFF"
karolherbst commented 11 years ago

This is an arch bug, there is a bug for this already: https://bugs.archlinux.org/task/34891?string=boost&project=1&type%5B0%5D=&sev%5B0%5D=&pri%5B0%5D=&due%5B0%5D=&reported%5B0%5D=&cat%5B0%5D=&status%5B0%5D=open&percent%5B0%5D=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=