Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/iostream:38:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/ios:216:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/__locale:15:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/string:477:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/string_view:176:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/__string:56:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/algorithm:642:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/utility:203:
- /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'?
- using::int8_t;
- ~~^
- /opt/mn/clang/6.0.0/lib/clang/6.0.0/include/stddef.h:132:23: note: 'wint_t' declared here
- typedef __WINT_TYPE__ wint_t;
- ^
- In file included from DVecDVecAdd.cpp:40:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/iostream:38:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/ios:216:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/__locale:15:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/string:477:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/string_view:176:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/__string:56:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/algorithm:642:
- In file included from /opt/mn/clang/6.0.0/include/c++/v1/utility:203:
- /opt/mn/clang/6.0.0/include/c++/v1/cstdint:154:8: error: no member named 'int16_t' in the global namespace
- using::int16_t;
- ~~^
- /opt/mn/clang/6.0.0/include/c++/v1/cstdint:155:8: error: no member named 'int32_t' in the global namespace
- using::int32_t;
- ~~^
- /opt/mn/clang/6.0.0/include/c++/v1/cstdint:156:8: error: no member named 'int64_t' in the global namespace
- using::int64_t;
- ~~^
- /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
- /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'?
- using::uint8_t;
- ~~^
- /opt/mn/clang/6.0.0/lib/clang/6.0.0/include/stddef.h:132:23: note: 'wint_t' declared here
- typedef __WINT_TYPE__ wint_t;
- ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement