我已经安装了Netbeans和MinGW以及MSYS,但是我在构建和运行时仍然有以下错误
C:\MinGW\msys\1.0\bin\make.exe -f Makefile CONF=Debug
make.exe": /bin/sh: Command not found
make.exe": /bin/sh: Command not found
make.exe": *** [.validate-impl] Error 127可能是什么原因。
发布于 2018-03-13 23:24:48
我也遇到了同样的问题,我将MSYS安装在C:/的根目录中,并在Windows中将路径添加到path环境中,并在Netbeans中对其进行更正。
C:/中,并在o路径中添加地址:C:\msys\1.0\binMake Command中的Tools > Options > C/C++https://stackoverflow.com/questions/48972091
复制相似问题