Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server$ mkdir build
- artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server$ cd build/
- artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server/build$ ls
- artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server/build$ cmake ../
- -- The C compiler identification is GNU 7.3.0
- -- The CXX compiler identification is GNU 7.3.0
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- CMake Warning (dev) in CMakeLists.txt:
- No cmake_minimum_required command is present. A line of code such as
- cmake_minimum_required(VERSION 3.10)
- should be added at the top of the file. The version specified may be lower
- if you wish to support older CMake versions for this project. For more
- information run "cmake --help-policy CMP0000".
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /tmp/demiurg906/EmailClientServer/server/build
- artyom@artyom-MSI:/tmp/demiurg906/EmailClientServer/server/build$ make
- Scanning dependencies of target EmailServer
- [ 25%] Building CXX object CMakeFiles/EmailServer.dir/src/main.o
- In file included from /tmp/demiurg906/EmailClientServer/server/src/main.cpp:1:0:
- /tmp/demiurg906/EmailClientServer/server/include/Server.h:4:10: fatal error: tbb/concurrent_unordered_map.h: Нет такого файла или каталога
- #include <tbb/concurrent_unordered_map.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- CMakeFiles/EmailServer.dir/build.make:62: recipe for target 'CMakeFiles/EmailServer.dir/src/main.o' failed
- make[2]: *** [CMakeFiles/EmailServer.dir/src/main.o] Error 1
- CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/EmailServer.dir/all' failed
- make[1]: *** [CMakeFiles/EmailServer.dir/all] Error 2
- Makefile:83: recipe for target 'all' failed
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment