-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
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
clang-native uses host include dirs #743
Labels
Comments
@Lorac do you still see this with clang16 in master ? |
Different errors, but same problem.
|
I have updated the pyside6 recipe to 6.5.1.1 and used mickeldore branch from meta-clang, and now the build passes. |
Closed it too fast. It only passes because I have GCC 12.2 on my host environment, but our CI runs with GCC 10 on the host and still fails with the same error previously stated :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm trying to integrate https://codereview.qt-project.org/c/yocto/meta-qt6/+/412562 (pyside6) into our layer before qt eventually does it. During the compilation of pyside6 it invokes shiboken to generate python bindings. Shiboken is linked with libclang and pyside6 fails to compile because the invocation of shiboken with libClang includes host include dir
/usr/include
.To Reproduce
Steps to reproduce the behavior:
Copy and paste these to your layers: https://codereview.qt-project.org/c/yocto/meta-qt6/+/412562
Use meta-clang master
bitbake python3-pyside6
Expected behavior
Should build and not fail on host includes
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: