Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ 15%] Building CXX object third-party/abseil-cpp/absl/synchronization/CMakeFiles/absl_graphcycles_internal.dir/internal/graphcycles.cc.o
- /home/work/projects/crypto/ton/third-party/abseil-cpp/absl/synchronization/internal/graphcycles.cc: In member function ‘void absl::lts_2020_02_25::synchronization_internal::GraphCycles::RemoveNode(void*)’:
- /home/work/projects/crypto/ton/third-party/abseil-cpp/absl/synchronization/internal/graphcycles.cc:451:26: error: ‘numeric_limits’ is not a member of ‘std’
- 451 | if (x->version == std::numeric_limits<uint32_t>::max()) {
- | ^~~~~~~~~~~~~~
- /home/work/projects/crypto/ton/third-party/abseil-cpp/absl/synchronization/internal/graphcycles.cc:451:49: error: expected primary-expression before ‘>’ token
- 451 | if (x->version == std::numeric_limits<uint32_t>::max()) {
- | ^
- /home/work/projects/crypto/ton/third-party/abseil-cpp/absl/synchronization/internal/graphcycles.cc:451:52: error: ‘::max’ has not been declared; did you mean ‘std::max’?
- 451 | if (x->version == std::numeric_limits<uint32_t>::max()) {
- | ^~~
- | std::max
- In file included from /usr/include/c++/11/algorithm:62,
- from /home/work/projects/crypto/ton/third-party/abseil-cpp/absl/synchronization/internal/graphcycles.cc:38:
- /usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
- 3467 | max(initializer_list<_Tp> __l, _Compare __comp)
- | ^~~
- gmake[3]: *** [third-party/abseil-cpp/absl/synchronization/CMakeFiles/absl_graphcycles_internal.dir/build.make:76: third-party/abseil-cpp/absl/synchronization/CMakeFiles/absl_graphcycles_internal.dir/internal/graphcycles.cc.o] Error 1
- gmake[2]: *** [CMakeFiles/Makefile2:4659: third-party/abseil-cpp/absl/synchronization/CMakeFiles/absl_graphcycles_internal.dir/all] Error 2
- gmake[1]: *** [CMakeFiles/Makefile2:7191: crypto/CMakeFiles/func.dir/rule] Error 2
- gmake: *** [Makefile:1908: func] Error 2
Advertisement
Add Comment
Please, Sign In to add comment