Guest User

Untitled

a guest
Mar 30th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. [ 15%] Building CXX object third-party/abseil-cpp/absl/synchronization/CMakeFiles/absl_graphcycles_internal.dir/internal/graphcycles.cc.o
  2. /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*)’:
  3. /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’
  4. 451 | if (x->version == std::numeric_limits<uint32_t>::max()) {
  5. | ^~~~~~~~~~~~~~
  6. /home/work/projects/crypto/ton/third-party/abseil-cpp/absl/synchronization/internal/graphcycles.cc:451:49: error: expected primary-expression before ‘>’ token
  7. 451 | if (x->version == std::numeric_limits<uint32_t>::max()) {
  8. | ^
  9. /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’?
  10. 451 | if (x->version == std::numeric_limits<uint32_t>::max()) {
  11. | ^~~
  12. | std::max
  13. In file included from /usr/include/c++/11/algorithm:62,
  14. from /home/work/projects/crypto/ton/third-party/abseil-cpp/absl/synchronization/internal/graphcycles.cc:38:
  15. /usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
  16. 3467 | max(initializer_list<_Tp> __l, _Compare __comp)
  17. | ^~~
  18. 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
  19. gmake[2]: *** [CMakeFiles/Makefile2:4659: third-party/abseil-cpp/absl/synchronization/CMakeFiles/absl_graphcycles_internal.dir/all] Error 2
  20. gmake[1]: *** [CMakeFiles/Makefile2:7191: crypto/CMakeFiles/func.dir/rule] Error 2
  21. gmake: *** [Makefile:1908: func] Error 2
Advertisement
Add Comment
Please, Sign In to add comment