netbeans c++ mingw - 未找到 shell

netbeans c++ mingw - no shell found

我有 netbeans IDE v8.2。我正在尝试创建一个 C++ 项目。我没有cygwin,但我已经安装了MinGW,在里面,我有msys-make.bin, mingw32-gcc-g++.bin。另外,当我安装 mingw 时,它附带了 nysys 1.0.

这是工具选项table:

但是,它一直在发送消息 "no shell found. Cannot proceed. Please install either cygwin or mysys"。

解决这个问题的方法是什么?

@john 我想我已经解决了。是的,minGW 有 msys 1.0,但我在 c:\ 中安装了 mysys 独立版本,并且 netbeans 使用它。它现在似乎工作。谢谢。

设置为环境变量MinGW (C:\MinGW\bin) and MySYS即可解决(C:\MinGW\msys.0\bin).

这是我当前的设置: