Advertisement
Melon_Bread

nptools

Apr 5th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.24 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.8.2
  2. -- The CXX compiler identification is GNU 4.8.2
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Boost version: 1.55.0
  12. -- Found the following Boost libraries:
  13. --   system
  14. --   filesystem
  15. --   locale
  16. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
  17. -- Found FLEX: /usr/bin/flex (found version "2.5.39")
  18. -- Found BISON: /usr/bin/bison (found version "3.0.2")
  19. -- Configuring done
  20. -- Generating done
  21. -- Build files have been written to: /home/melon/Documents/git/nptools
  22. [melon@bit-manjaro nptools]$ make
  23. Scanning dependencies of target nipa
  24. [  8%] Building CXX object CMakeFiles/nipa.dir/src/nipa.cpp.o
  25. Linking CXX executable nipa
  26. [  8%] Built target nipa
  27. Scanning dependencies of target npaextract
  28. [ 16%] Building CXX object CMakeFiles/npaextract.dir/src/npaextract.cpp.o
  29. Linking CXX executable npaextract
  30. [ 16%] Built target npaextract
  31. Scanning dependencies of target npapack
  32. [ 25%] Building CXX object CMakeFiles/npapack.dir/src/npapack.cpp.o
  33. Linking CXX executable npapack
  34. [ 25%] Built target npapack
  35. Scanning dependencies of target npinstall
  36. [ 33%] Building CXX object CMakeFiles/npinstall.dir/src/npinstall.cpp.o
  37. Linking CXX executable npinstall
  38. [ 33%] Built target npinstall
  39. Scanning dependencies of target nsbcompile
  40. [ 41%] Building CXX object CMakeFiles/nsbcompile.dir/src/nsbcompile.cpp.o
  41. Linking CXX executable nsbcompile
  42. CMakeFiles/nsbcompile.dir/src/nsbcompile.cpp.o: In function `main':
  43. /home/melon/Documents/git/nptools/src/nsbcompile.cpp:61: undefined reference to `Nsb::MagicifyString(char const*)'
  44. collect2: error: ld returned 1 exit status
  45. CMakeFiles/nsbcompile.dir/build.make:91: recipe for target 'nsbcompile' failed
  46. make[2]: *** [nsbcompile] Error 1
  47. CMakeFiles/Makefile2:203: recipe for target 'CMakeFiles/nsbcompile.dir/all' failed
  48. make[1]: *** [CMakeFiles/nsbcompile.dir/all] Error 2
  49. Makefile:75: recipe for target 'all' failed
  50. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement