简体   繁体   English

建立C ++专案时发生错误

[英]Error when building C++ project

I tried to build a C++ project using Cygwin. 我试图使用Cygwin构建C ++项目。 I got the following error: 我收到以下错误:

make all 
Cannot run program "make": Launching failed

Error: Program "make" not found in PATH

I have C:\\cygwin64\\bin in the PATH, which contains the file makeg . 我在PATH中有C:\\cygwin64\\bin ,其中包含文件makeg Is there meant to be some other make file, and where can I find it? 是否有其他make文件,在哪里可以找到?

You need to install make. 您需要安装make。

If you want to know how to do that see the answers to install python and make in cygwin . 如果您想知道该怎么做,请参阅安装python并在cygwin中进行制作的答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 opencv,使用cmake构建C ++项目时出现链接错误 - opencv, link error when building a c++ project using cmake 生成可视C ++ 2008项目时的链接器错误 - Linker error when building visual C++ 2008 project 使用ppconsul构建C ++项目时出错(Consul Client for C ++) - Error building c++ project with ppconsul(Consul client for c++) 在Windows VS2010上构建NaoQI C ++ SDK示例项目helloworld时发生错误 - Error occurred when building NaoQI C++ SDK example project helloworld on Windows VS2010 添加一个 nuget package 到 C++ 项目在构建时出现 LNK2001 错误 - Adding a nuget package to C++ project gives LNK2001 error when building 在Eclipse中构建C / C ++项目时出错:未定义的引用函数 - Error building C/C++ project in Eclipse: undefined referenced functions C ++编译错误构建arduino项目:未在此范围内声明变量 - c++ compile error building arduino project: variable not declared in this scope MBCS使用Visual Studio构建MFC C ++项目时出错 - MBCS Error building MFC C++ project with Visual Studio 使用SFML构建C ++项目时未定义的参考 - undefined reference when building C++ project using SFML 使用C / C ++ DLL标头构建C应用程序时的语法错误C2059 - Syntax error C2059 when building building C application using C/C++ DLL header
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM