简体   繁体   English

在MinGW中找不到品牌

[英]Can't Find make in MinGW

I'm using this version of MinGW. 我正在使用版本的MinGW。 I just installed this and Netbeans 7.4. 我刚刚安装了该软件和Netbeans 7.4。 I've added the bin folder to the Path variable, and when setting up the tool collection in Netbeans, it detected everything automatically except for "make". 我已经将bin文件夹添加到Path变量中,并且在Netbeans中设置工具集合时,它会自动检测除“ make”以外的所有内容。 I've tried to find "make", but to no avail. 我试图找到“ make”,但无济于事。 Where is it located? 它在哪里?

Thanks, Nic 谢谢,Nic

Here are some screenshots: 以下是一些屏幕截图:

Trying to add mingw32-make: 尝试添加mingw32-make:

Running using make.exe: 使用make.exe运行:

Using NetBeans' suggestion: 使用NetBeans的建议:

Netbean does not support Ming32-make, you need to use msys make. Netbean不支持Ming32-make,需要使用msys make。

please see https://netbeans.org/community/releases/72/cpp-setup-instructions.html for instruction on how to install msys 请参阅https://netbeans.org/community/releases/72/cpp-setup-instructions.html以获取有关如何安装msys的说明

Go to Control Panel > System and security > System > Advanced system settings > Environment variables . 转到Control Panel > System and security > System > Advanced system settings > Environment variables Edit the PATH variable and append ;X:\\PATH\\OF\\MINGW\\bin and you should have mingw32-make in your path. 编辑PATH变量,并附加;X:\\PATH\\OF\\MINGW\\bin ,您的路径中应该包含mingw32-make

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM