On Tue 12-May-2009 at 13:57 +0200, Jean-Luc Coulon (f5ibh) wrote: > >[ 37%] Building CXX object src/celeste/CMakeFiles/celeste.dir/ >Utilities.o >make[2]: *** No rule to make target `/usr/lib/libboost_thread.so', >needed by `src/celeste/libceleste.so.0.0'. Stop.
Although celeste doesn't use libboost_thread, other parts of hugin do, so you still need this file to exist for hugin to link to it. /usr/lib/libboost_thread.so is usually a symlink that points to the actual library file, it should be provided by a boost -dev package and if it isn't then that package is probably broken. -- Bruno --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
