Hi Tim,

Le 12/05/2009 14:39:11, Tim Nugent a écrit :
>Strange, I can't repeat that under Ubuntu 9.04. But the Celeste 
> library shouldn't need any of the Boost libraries.
>
>As a workaround you could try installing the libboost-thread package.

I use Debian sid
I *have* libboost-thread.
BTW the libboost packages have been updated past few days…


But they are needed:

On line 180 of CMakeLists.txt, we can find:

##
## Boost
##

SET(Boost_LIB_SUFFIX_DEBUG gd)
FIND_PACKAGE(Boost REQUIRED thread)
IF (NOT Boost_thread_FOUND)
  MESSAGE(FATAL_ERROR "boost thread library not found. If it is 
installed with a\nunrecognized suffix, specify it with -
DBoost_LIB_SUFFIX=<suffix>")
ENDIF (NOT Boost_thread_FOUND)


Regards

Jean-Luc

Attachment: pgpHaTloIgHEb.pgp
Description: PGP signature

Reply via email to