我正在尝试使用 Cmake 设置 Openscenegraph 3.0.1。我阅读了不同的博客文章,但它不起作用。
我设置路径,单击编译并选择 VS11(因为我有 VS 2012)并使用本机编译器。
然后我直接得到这个错误:
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules CMakeCInformation.cmake:37 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:3 (PROJECT)
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Looking for include file pthread.h - not found
此外,还会出现更多具有相同堆栈跟踪的错误。如果您愿意,也可以将它们粘贴在这里。
之后,CMake 告诉我“配置过程出错,项目文件可能无效”