We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
Found a problem while trying to compile with this toolchain:
/home/user/devel/haiku/cross-tools-x86_64/bin/x86_64-unknown-haiku-g++ -g -O2 -DNDEBUG -funroll-loops -finline-functions -fdata-sections -ffunction-sections -fPIC -DHAVE_STDINT_H -funsigned-char -fno-strict-aliasing -fvisibility=hidden -W -Wall -Wextra -pipe <includes> -std=c++17 -fvisibility-inlines-hidden -c <input> -o <output> -MMD In file included from /home/user/devel/haiku/cross-tools-x86_64/x86_64-unknown-haiku/include/c++/11.3.0/bits/postypes.h:40, from /home/user/devel/haiku/cross-tools-x86_64/x86_64-unknown-haiku/include/c++/11.3.0/bits/char_traits.h:40, from /home/user/devel/haiku/cross-tools-x86_64/x86_64-unknown-haiku/include/c++/11.3.0/string:40, ... /home/user/devel/haiku/cross-tools-x86_64/x86_64-unknown-haiku/include/c++/11.3.0/cwchar:44:10: fatal error: wchar.h: No such file or directory 44 | #include <wchar.h> | ^~~~~~~~~ compilation terminated.
while
$ find ~/devel/haiku/ -name 'wchar.h' /home/user/devel/haiku/cross-tools-x86_64/x86_64-unknown-haiku/include/c++/11.3.0/tr1/wchar.h
How to force compiler to use supplied include?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Found a problem while trying to compile with this toolchain:
while
How to force compiler to use supplied include?
The text was updated successfully, but these errors were encountered: