当我尝试通过键入以下命令在fedora-20的终端上启动cmake时
ccmake ../nfs-ganesha-master/src
然后在ccmake的终端中打开一个窗口,该窗口可在以下链接中找到-(在unix上运行cmake的主题下) http://www.cmake.org/cmake/help/runningcmake.html
当我按c键进行配置时,错误显示为-
错误:
CMake Error at cmake/maintainer_mode.cmake:48 (message):
Maintainer-DDEBUG_SYMS=ON is not a valid build type.
Call Stack (most recent call first):
CMakeLists.txt:77 (include)
CMake Warning at CMakeLists.txt:364 (message):
Cannot find GLUSTER GFAPI runtime. Disabling GLUSTER fsal build
CMake Warning at CMakeLists.txt:382 (message):
Cannot find CEPH runtime. Disabling CEPH fsal build
CMake Warning at CMakeLists.txt:400 (message):
Cannot find LUSTRE runtime. Disabling LUSTRE fsal build
CMake Warning at CMakeLists.txt:437 (message):
Cannot find XFS runtime. Disabling XFS build
CMake Warning at CMakeLists.txt:455 (message):
Cannot find ZFS runtime. Disabling ZFS build
CMake Warning at CMakeLists.txt:467 (message):
jemalloc not found, falling back to libc
CMake Warning at CMakeLists.txt:503 (message):
libnfsidmap not found, disabling USE_NFSIDMAP
CMake Warning at CMakeLists.txt:523 (message):
Samba 4 wbclient not found. Disabling MSPAC_SUPPORT
CMake Error at CMakeLists.txt:640 (message):
No CMakeLists.txt found in libntirpc最后一次传递过程中发生错误
CMake Version 2.8.10.2
Press [e] to exit help发布于 2014-05-15 16:08:24
对于错误消息"No CMakeLists.txt found in libntirpc",在我的案例中,在我从https://github.com/nfs-ganesha/ntirpc下载ntirpc并将其放入文件夹nfs-ganesha/src/libntirpc/后,该消息消失了。希望这能有所帮助。
https://stackoverflow.com/questions/21752560
复制相似问题