Dear Thomas, CMake configuration is broken, because Bruno deleted the file FindBoost.cmake from trunk in SVN 4084, which was likely asked by Tiziano Müller. I commited a small fix in CMakeLists.txt to find the static libraries in the SDK. Furthermore maybe it is needed to set the windows environment variable BOOST_ROOT to the path of the boost library in the SDK, e.g. set this in your windows settings. I don't know how do you start CMake. You can even pass this as a parameter at call of CMake "-D BOOST_ROOT=D:/usr/src/SDK/boost_1_39_0" For instance I do a build based in batch files which call CMake and all other tools. Here it is possible to set the environment variable right before the call of CMake or to pass the path as a parameter.
Guido T. Modes schrieb: > Since svn4084 the boost library is not found (using Windows with > current SDK, CMake 2.6.4) > > CMake 2.6.4/FindBoost has only the version up to 1.38, the windows SDK > contains Boost 1.39. Adding the version 1.39 to findboost did not > help. > Can somebody have a look on it? > > Thomas > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
