当我使用Cmake构建hugin项目时,我遇到了一个问题:
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 major 2 minor 9 patch 12错误是:
CMake Error at CMakeLists.txt:274 (MESSAGE):
Boost not found. Bad BOOST_ROOT? On windows, try editing Boost_root_suffix我不能解决这个问题。我能做什么?
发布于 2011-08-15 22:17:24
你安装Boost库了吗?如果您没有,您可以查看here以了解详细信息。
https://stackoverflow.com/questions/7065135
复制相似问题