Other parts of Hugin need boost-thread but Celeste shouldn't, there's no requirement in src/celeste/CMakeLists.txt and none of the celeste source files include boost headers. I'll take a closer look.
Tim Jean-Luc Coulon (f5ibh) wrote: > 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
