using netbeans 8.1 with MinGW for c/c++ on windows 7 32 bit -


i trying 24 hours compile c++ program facing same issue "build failed" have used mingw , set path variables c:\mingw\msys\1.0\bin; , c:\mingw\bin; faced same issue before running program, have build project , run program situation same same. error message receiving


cd 'c:\users\dell\documents\netbeansprojects\cppapplication_1' c:\mingw\msys\1.0\bin\make.exe -f makefile conf=debug "/c/mingw/msys/1.0/bin/make.exe" -f nbproject/makefile-debug.mk qmake= subprojects= .build-conf make.exe[1]: entering directory `/c/users/dell/documents/netbeansprojects/cppapplication_1' "/c/mingw/msys/1.0/bin/make.exe"  -f nbproject/makefile-debug.mk dist/debug/mingw-windows/cppapplication_1.exe make.exe[2]: entering directory `/c/users/dell/documents/netbeansprojects/cppapplication_1' mkdir -p build/debug/mingw-windows rm -f "build/debug/mingw-windows/main.o.d" g++    -c -g -mmd -mp -mf "build/debug/mingw-windows/main.o.d" -o build/debug/mingw-windows/main.o main.cpp g++.exe: error: createprocess: no such file or directory make.exe[2]: *** [build/debug/mingw-windows/main.o] error 1 make.exe[2]: leaving directory `/c/users/dell/documents/netbeansprojects/cppapplication_1' make.exe[1]: *** [.build-conf] error 2 make.exe[1]: leaving directory `/c/users/dell/documents/netbeansprojects/cppapplication_1' make.exe": *** [.build-impl] error 2 build failed (exit value 2, total time: 2s) 

please me


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -