Advertisement
Guest User

Untitled

a guest
Sep 4th, 2013
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. cc1plus.exe: error: unrecognized command line option '-std=c++11'
  2.  
  3. "/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .clean-conf
  4. make.exe[1]: Entering directory `/c/Users/Nikola/Documents/NetBeansProjects/heap'
  5. rm -f -r build/Debug
  6. rm -f dist/Debug/MinGW_11-Windows/heap.exe
  7. make.exe[1]: Leaving directory `/c/Users/Nikola/Documents/NetBeansProjects/heap'
  8.  
  9.  
  10. CLEAN SUCCESSFUL (total time: 654ms)
  11.  
  12. "/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  13. make.exe[1]: Entering directory `/c/Users/Nikola/Documents/NetBeansProjects/heap'
  14. "/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW_11-Windows/heap.exe
  15. make.exe[2]: Entering directory `/c/Users/Nikola/Documents/NetBeansProjects/heap'
  16. mkdir -p build/Debug/MinGW_11-Windows
  17. rm -f build/Debug/MinGW_11-Windows/main.o.d
  18. g++ -c -g -std=c++11 -MMD -MP -MF build/Debug/MinGW_11-Windows/main.o.d -o build/Debug/MinGW_11-Windows/main.o main.cpp
  19. cc1plus.exe: error: unrecognized command line option '-std=c++11'
  20. make.exe[2]: *** [build/Debug/MinGW_11-Windows/main.o] Error 1
  21. make.exe[2]: Leaving directory `/c/Users/Nikola/Documents/NetBeansProjects/heap'
  22. make.exe[1]: *** [.build-conf] Error 2
  23. make.exe[1]: Leaving directory `/c/Users/Nikola/Documents/NetBeansProjects/heap'
  24. make.exe": *** [.build-impl] Error 2
  25.  
  26.  
  27. BUILD FAILED (exit value 2, total time: 1s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement