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
Hi. I followed BUILD.md to build it on my OpenSUSE laptop but there an error after I run ninja.
BUILD.md
ninja
clang++: error: no such include directory: '/home/y/projects/proton/build/src/Core/include' [-Werror,-Wmissing-include-dirs]
What might be the issue? I'm using clang19.
The text was updated successfully, but these errors were encountered:
Could you try clang-18, we are currently working on 19 support
Sorry, something went wrong.
thanks i can reproduce it, i will try fix
g/proton/src/Parsers/ASTAlterQuery.cpp clang++-19: error: no such include directory: '/proton/build_clang19/src/Core/include' [-Werror,-Wmissing-include-dirs] [1350/12069] Building CXX object contrib/capnproto-cmake/CMakeFiles/_capnpc.dir/__/capnproto/c++/src/capnp/compiler/parser.c++.o ninja: build stopped: subcommand failed. (base) ➜ build_clang19 git:(develop)
hi @zyxdenny
Thank you for reporting this issue. I have not encountered the exact same error, but there is a similar error log here: 76b2ed2
I have verified this with LLVM 19 under both Linux-x86 (Ubuntu 24) and macOS-ARM.
yokofly
Successfully merging a pull request may close this issue.
Hi. I followed
BUILD.md
to build it on my OpenSUSE laptop but there an error after I runninja
.What might be the issue? I'm using clang19.
The text was updated successfully, but these errors were encountered: