Compile in Netbeans 7.1

I was unable to compile the project in netbeans 7.1 in Widows 7, error "mkdir.exe stop working" I found mkdir.exe in MinGW> Msys> 1.0> bin and ran it but did not solve this problem. when i run the project the output is:

"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory `/c/Program Files/NetBeans 7.1.1/c++2'
"/usr/bin/make"  -f nbproject/Makefile-Debug.mk dist/Debug/MinGW_1-Windows/c__2.exe
make[2]: Entering directory `/c/Program Files/NetBeans 7.1.1/c++2'
mkdir -p build/Debug/MinGW_1-Windows
      0 [main] mkdir 4516 open_stackdumpfile: Dumping stack trace to mkdir.exe.stackdump
make[2]: Leaving directory `/c/Program Files/NetBeans 7.1.1/c++2'
make[1]: Leaving directory `/c/Program Files/NetBeans 7.1.1/c++2'
make[2]: *** [build/Debug/MinGW_1-Windows/main.o] Error 5
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2

      

BUILD FAILED (output 2 value, total time: 7s)

+3


source to share


1 answer


I had the same problem and after installing msys separately and adding the c: \ msys \ 1.0 \ bin directory to my PATH variable, the problem was resolved. I had to restart NetBeans.



+4


source







All Articles