Advertisement
Jousway

cmake -k

Jan 25th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. [ 2%] Built target ffmpeg
  2. [ 2%] Building CXX object extern/CMakeFiles/cppformat.dir/cppformat/format.cc.o
  3. c++: error: unrecognized command line option ‘-std=gnu++14’
  4. make[2]: *** [extern/CMakeFiles/cppformat.dir/cppformat/format.cc.o] Error 1
  5. make[2]: Target `extern/CMakeFiles/cppformat.dir/build' not remade because of errors.
  6. make[1]: *** [extern/CMakeFiles/cppformat.dir/all] Error 2
  7. [ 2%] Built target glew
  8. [ 2%] Building CXX object extern/CMakeFiles/jsoncpp.dir/jsoncpp/src/lib_json/json_reader.cpp.o
  9. c++: error: unrecognized command line option ‘-std=gnu++14’
  10. make[2]: *** [extern/CMakeFiles/jsoncpp.dir/jsoncpp/src/lib_json/json_reader.cpp.o] Error 1
  11. [ 2%] Building CXX object extern/CMakeFiles/jsoncpp.dir/jsoncpp/src/lib_json/json_value.cpp.o
  12. c++: error: unrecognized command line option ‘-std=gnu++14’
  13. make[2]: *** [extern/CMakeFiles/jsoncpp.dir/jsoncpp/src/lib_json/json_value.cpp.o] Error 1
  14. [ 2%] Building CXX object extern/CMakeFiles/jsoncpp.dir/jsoncpp/src/lib_json/json_writer.cpp.o
  15. c++: error: unrecognized command line option ‘-std=gnu++14’
  16. make[2]: *** [extern/CMakeFiles/jsoncpp.dir/jsoncpp/src/lib_json/json_writer.cpp.o] Error 1
  17. make[2]: Target `extern/CMakeFiles/jsoncpp.dir/build' not remade because of errors.
  18. make[1]: *** [extern/CMakeFiles/jsoncpp.dir/all] Error 2
  19. [ 6%] Built target lua-5.1
  20. [ 9%] Built target png
  21. [ 25%] Built target tommath
  22. [ 44%] Built target tomcrypt
  23. make[1]: Target `all' not remade because of errors.
  24. make: *** [all] Error 2
  25. make: Target `default_target' not remade because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement