所以我试图在ogre上使用cmake来安装它,但是每次我在目录build中使用命令时都会这样:
cmake ..
我出现了这个错误:
CMake Error: The source directory "/home/.../TPs/ogre" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
之后:
cmake .. -DCMAKE_MODULE_PATH=/usr/share/OGRE/cmake/modules/
错误转换为:
CMake Error: The source directory "/home/.../TPs/ogre" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
虽然它有一个CMakeLists.txt。
我有cmake 2.8.XXX版本和python 2.7.XXX,我试过使用cmake-gui但是它也给了我一个关于CMakeCache的错误...
你有什么建议吗?
编辑:好的,这个故事的道德,即使你强烈要求它,也不要把它放在一起。在文件夹名称!
答案 0 :(得分:0)
确保您已激活虚拟环境。如果不是,请删除previus build文件夹。激活您想要的虚拟环境。在opencv中创建新的构建文件夹。然后执行cmake。