Netbeans error for MSYS for MINGW

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 08:52:05

问题


I have installed Netbeans as well as MinGW along with the MSYS, still I am having the below error when build and run

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

What could be the reason.


回答1:


I had the same problem, I installed the MSYS in the root of C:/ and add the path to path environment in Windows also correct it in the Netbeans.

  1. Download the MSYS from: http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe
  2. Install it in C:/, and add the address in the o path: C:\msys\1.0\bin
  3. Edit make.exe address in NetBeans: Tools > Options > C/C++ in Make Command


来源:https://stackoverflow.com/questions/48972091/netbeans-error-for-msys-for-mingw

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!