Build Hugin Project - boost not found
When I build hugin project with Cmake, I meet a problem:
Boost is not found. Bad BOOST_ROOT? On windows, try editing Boost_root_suffix
-- Current HG revision is
Found wxWidgets: TRUE
Found TIFF: D:/wendang/Hugin/huginbase/tiff-3.8.2/libtiff
Found JPEG: D:/wendang/Hugin/huginbase/wxWidgets-2.8.10/src/jpeg
Found PNG: D:/wendang/Hugin/huginbase/wxWidgets-2.8.10/src/png
Found EXIV2: D:/wendang/Hugin/huginbase/exiv2-0.18.1/msvc/include
GLUT Found
libpano13 version: 2.9.12 majo开发者_JAVA技巧r 2 minor 9 patch 12
The error is:
CMake Error at CMakeLists.txt:274 (MESSAGE):
Boost not found. Bad BOOST_ROOT? On windows, try editing Boost_root_suffix
I can't solve the problem. What can I do?
Have you installed Boost library? If you not, you can check here for details.
精彩评论