Advertisement
bugaevc

Archivator3000 build errors

May 13th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. sergey@sergey-VirtualBox:~/Archivator3000$ mkdir tmp
  2. sergey@sergey-VirtualBox:~/Archivator3000$ cd tmp
  3. sergey@sergey-VirtualBox:~/Archivator3000/tmp$ cmake ../library/
  4. -- The C compiler identification is GNU 5.1.1
  5. -- The CXX compiler identification is GNU 5.1.1
  6. -- Check for working C compiler: /usr/bin/cc
  7. -- Check for working C compiler: /usr/bin/cc -- works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Check for working CXX compiler: /usr/bin/c++
  13. -- Check for working CXX compiler: /usr/bin/c++ -- works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- Configuring done
  19. -- Generating done
  20. -- Build files have been written to: /home/sergey/Archivator3000/tmp
  21. sergey@sergey-VirtualBox:~/Archivator3000/tmp$ make
  22. Scanning dependencies of target libarchive
  23. [100%] Building CXX object CMakeFiles/libarchive.dir/lib.cpp.o
  24. In file included from /home/sergey/Archivator3000/library/Node.cpp:1:0,
  25. from /home/sergey/Archivator3000/library/Huffman.hpp:2,
  26. from /home/sergey/Archivator3000/library/Huffman.cpp:1,
  27. from /home/sergey/Archivator3000/library/lib.cpp:1:
  28. /home/sergey/Archivator3000/library/Node.hpp:5:36: fatal error: boost/dynamic_bitset.hpp: No such file or directory
  29. compilation terminated.
  30. CMakeFiles/libarchive.dir/build.make:54: recipe for target 'CMakeFiles/libarchive.dir/lib.cpp.o' failed
  31. make[2]: *** [CMakeFiles/libarchive.dir/lib.cpp.o] Error 1
  32. CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/libarchive.dir/all' failed
  33. make[1]: *** [CMakeFiles/libarchive.dir/all] Error 2
  34. Makefile:76: recipe for target 'all' failed
  35. make: *** [all] Error 2
  36. sergey@sergey-VirtualBox:~/Archivator3000/tmp$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement