c – 无法使用cygwin运行cmake

c – 无法使用cygwin运行cmake,第1张

概述我在cygwin下有一个cmake的问题.我安装了cygwin的CMake软件包和正常的CMake软件包(在 Windows中),每次运行CMake配置项目时,它显示以下内容: $CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM i 我在cygwin下有一个cmake的问题.我安装了cygwin的CMake软件包和正常的CMake软件包(在 Windows中),每次运行CMake配置项目时,它显示以下内容:
$CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.Missing variable is:CMAKE_C_COMPILER_ENV_VARCMake Error: Error required internal CMake variable not set,cmake may be not be built correctly.Missing variable is:CMAKE_C_COMPILERCMake Error: Could not find cmake module file:/home/LordEvil/build/CMakefiles/CMakeCCompiler.cmakeCMake Error: Error required internal CMake variable not set,cmake may be not be built correctly.Missing variable is:CMAKE_CXX_COMPILER_ENV_VARCMake Error: Error required internal CMake variable not set,cmake may be not be built correctly.Missing variable is:CMAKE_CXX_COMPILERCMake Error: Could not find cmake module file:/home/LordEvil/build/CMakefiles/CMakeCXXCompiler.cmakeCMake Error: CMAKE_C_COMPILER not set,after EnableLanguageCMake Error: CMAKE_CXX_COMPILER not set,after EnableLanguage-- Configuring incomplete,errors occurred!CMake Error: The source directory "/home/LordEvil/build/tool." does not exist.Specify --help for usage,or press the help button on the CMake GUI.

这是什么问题?任何人都可以帮忙解决这个问题吗?

解决方法 发现问题.我需要安装来自cygwin的setup.exe附带的make,gcc和gcc-g软件包. 总结

以上是内存溢出为你收集整理的c – 无法使用cygwin运行cmake全部内容,希望文章能够帮你解决c – 无法使用cygwin运行cmake所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1235164.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-06
下一篇 2022-06-06

发表评论

登录后才能评论

评论列表(0条)

保存