artyom_h31

Untitled

Feb 11th, 2019
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server$ mkdir build
  2. artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server$ cd build/
  3. artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server/build$ ls
  4. artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server/build$ cmake ../
  5. -- The C compiler identification is GNU 7.3.0
  6. -- The CXX compiler identification is GNU 7.3.0
  7. -- Check for working C compiler: /usr/bin/cc
  8. -- Check for working C compiler: /usr/bin/cc -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Detecting C compile features
  12. -- Detecting C compile features - done
  13. -- Check for working CXX compiler: /usr/bin/c++
  14. -- Check for working CXX compiler: /usr/bin/c++ -- works
  15. -- Detecting CXX compiler ABI info
  16. -- Detecting CXX compiler ABI info - done
  17. -- Detecting CXX compile features
  18. -- Detecting CXX compile features - done
  19. CMake Warning (dev) in CMakeLists.txt:
  20. No cmake_minimum_required command is present. A line of code such as
  21.  
  22. cmake_minimum_required(VERSION 3.10)
  23.  
  24. should be added at the top of the file. The version specified may be lower
  25. if you wish to support older CMake versions for this project. For more
  26. information run "cmake --help-policy CMP0000".
  27. This warning is for project developers. Use -Wno-dev to suppress it.
  28.  
  29. -- Configuring done
  30. -- Generating done
  31. -- Build files have been written to: /tmp/demiurg906/EmailClientServer/server/build
  32. artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server/build$ make
  33. Scanning dependencies of target EmailServer
  34. [ 25%] Building CXX object CMakeFiles/EmailServer.dir/src/main.o
  35. In file included from /tmp/demiurg906/EmailClientServer/server/src/main.cpp:1:0:
  36. /tmp/demiurg906/EmailClientServer/server/include/Server.h:4:10: fatal error: tbb/concurrent_unordered_map.h: Нет такого файла или каталога
  37. #include <tbb/concurrent_unordered_map.h>
  38. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39. compilation terminated.
  40. CMakeFiles/EmailServer.dir/build.make:62: recipe for target 'CMakeFiles/EmailServer.dir/src/main.o' failed
  41. make[2]: *** [CMakeFiles/EmailServer.dir/src/main.o] Error 1
  42. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/EmailServer.dir/all' failed
  43. make[1]: *** [CMakeFiles/EmailServer.dir/all] Error 2
  44. Makefile:83: recipe for target 'all' failed
  45. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment