Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.52 KB | None | 0 0
  1. In file included from /opt/mn/clang/6.0.0/include/c++/v1/iostream:38:
  2. In file included from /opt/mn/clang/6.0.0/include/c++/v1/ios:216:
  3. In file included from /opt/mn/clang/6.0.0/include/c++/v1/__locale:15:
  4. In file included from /opt/mn/clang/6.0.0/include/c++/v1/string:477:
  5. In file included from /opt/mn/clang/6.0.0/include/c++/v1/string_view:176:
  6. In file included from /opt/mn/clang/6.0.0/include/c++/v1/__string:56:
  7. In file included from /opt/mn/clang/6.0.0/include/c++/v1/algorithm:642:
  8. In file included from /opt/mn/clang/6.0.0/include/c++/v1/utility:203:
  9. /opt/mn/clang/6.0.0/include/c++/v1/cstdint:153:8: error: no member named 'int8_t' in the global namespace; did you mean 'wint_t'?
  10. using::int8_t;
  11.      ~~^
  12. /opt/mn/clang/6.0.0/lib/clang/6.0.0/include/stddef.h:132:23: note: 'wint_t' declared here
  13. typedef __WINT_TYPE__ wint_t;
  14.                       ^
  15. In file included from DVecDVecAdd.cpp:40:
  16. In file included from /opt/mn/clang/6.0.0/include/c++/v1/iostream:38:
  17. In file included from /opt/mn/clang/6.0.0/include/c++/v1/ios:216:
  18. In file included from /opt/mn/clang/6.0.0/include/c++/v1/__locale:15:
  19. In file included from /opt/mn/clang/6.0.0/include/c++/v1/string:477:
  20. In file included from /opt/mn/clang/6.0.0/include/c++/v1/string_view:176:
  21. In file included from /opt/mn/clang/6.0.0/include/c++/v1/__string:56:
  22. In file included from /opt/mn/clang/6.0.0/include/c++/v1/algorithm:642:
  23. In file included from /opt/mn/clang/6.0.0/include/c++/v1/utility:203:
  24. /opt/mn/clang/6.0.0/include/c++/v1/cstdint:154:8: error: no member named 'int16_t' in the global namespace
  25. using::int16_t;
  26.      ~~^
  27. /opt/mn/clang/6.0.0/include/c++/v1/cstdint:155:8: error: no member named 'int32_t' in the global namespace
  28. using::int32_t;
  29.      ~~^
  30. /opt/mn/clang/6.0.0/include/c++/v1/cstdint:156:8: error: no member named 'int64_t' in the global namespace
  31. using::int64_t;
  32.      ~~^
  33. /home/glaberge/compile/cfe-6.0.0.src/build/bin/clang++ -Wall -Wextra -Werror -Wshadow -Woverloaded-virtual -stdlib=libc++ -O3 -march=native -std=c++14 -I/opt/mn/clang/6.0.0/lib/clang/6.0.0/include -DNDEBUG -fpermissive -fopenmp -I/home/glaberge/opt/master/blazemark -isystem /home/glaberge/opt/master -DINSTALL_PATH='"/home/glaberge/opt/master/blazemark"'   -c -o DVecNorm.o DVecNorm.cpp
  34. /opt/mn/clang/6.0.0/include/c++/v1/cstdint:158:8: error: no member named 'uint8_t' in the global namespace; did you mean 'wint_t'?
  35. using::uint8_t;
  36.      ~~^
  37. /opt/mn/clang/6.0.0/lib/clang/6.0.0/include/stddef.h:132:23: note: 'wint_t' declared here
  38. typedef __WINT_TYPE__ wint_t;
  39.                       ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement