首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >用于在fedora-20中编译nfs-ganesha的cmake

用于在fedora-20中编译nfs-ganesha的cmake
EN

Stack Overflow用户
提问于 2014-02-13 19:12:59
回答 1查看 607关注 0票数 0

当我尝试通过键入以下命令在fedora-20的终端上启动cmake

ccmake ../nfs-ganesha-master/src

然后在ccmake的终端中打开一个窗口,该窗口可在以下链接中找到-(在unix上运行cmake的主题下) http://www.cmake.org/cmake/help/runningcmake.html

当我按c键进行配置时,错误显示为-

错误:

代码语言:javascript
复制
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

最后一次传递过程中发生错误

代码语言:javascript
复制
CMake Version 2.8.10.2
Press [e] to exit help
EN

回答 1

Stack Overflow用户

发布于 2014-05-15 16:08:24

对于错误消息"No CMakeLists.txt found in libntirpc",在我的案例中,在我从https://github.com/nfs-ganesha/ntirpc下载ntirpc并将其放入文件夹nfs-ganesha/src/libntirpc/后,该消息消失了。希望这能有所帮助。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/21752560

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档