-
Notifications
You must be signed in to change notification settings - Fork 69
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
Build error on clang with -Dtest=true #59
Comments
Another one:
|
Can you confirm the version of your compiler and which version of libcamera you are building please? |
Latest libcamera master / clang version 14.0.6 |
Hrm, I definitely build with clang 14 on the integration tests. Can you capture a full clean build log, and the exact version of the compiler please? I'll take a look at the build failures anyway, but it would help to be able to replicate it. |
I'm building within AOSP, clang --version output is:
|
Google may have enabled more experimental checks, which isn't enabled on classic clang14 release. You may try clang15. |
Since every new compiler version brings more checks, build will likely to fail with them. |
When you configure, I believe you can disable this flag yourself (as you are the distribution). meson configure -Dwerror=false |
I'll try that, thanks |
Honestly, we /want/ to know about this as early as possible. That's why we keep -Werror enabled. But I certainly understand you don't want to fix them all. |
The text was updated successfully, but these errors were encountered: