我已经在这里查看了其他一些主题,但是我们还没有能够理解建议的解决方案。这是一个简单的Hello World程序,它给出了这个错误,虽然我已经尝试插入我认为合理的代码并且仍然得到相同的结果。
"/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make.exe[1]: Entering directory `/c/Users/Caleb/Documents/NetBeansProjects/helloworld2'
"/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW-Windows/helloworld2.exe
make.exe[2]: Entering directory `/c/Users/Caleb/Documents/NetBeansProjects/helloworld2'
mkdir -p build/Debug/MinGW-Windows
make.exe[2]: mkdir: Command not found
make.exe[2]: *** [build/Debug/MinGW-Windows/main.o] Error 127
make.exe[2]: Leaving directory `/c/Users/Caleb/Documents/NetBeansProjects/helloworld2'
make.exe[1]: *** [.build-conf] Error 2
make.exe[1]: Leaving directory `/c/Users/Caleb/Documents/NetBeansProjects/helloworld2'
make.exe": *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 1s)