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
there is no guarding of 3 header files that had double included in some situation.
changes are made to add #ifndef to some header files 99degree@cf46eeb
also there is a hack to workaround a compile problem 99degree@32e84b2
The text was updated successfully, but these errors were encountered:
That's what #pragma once is for. As for the second change, pl_cache is exactly 8 characters. Both of these sound like compiler issues.
#pragma once
pl_cache
Sorry, something went wrong.
idk what exactly haappened so i put my test-bed fyi.
compiler: https://github.com/chase535/aarch64-linux-musl-gcc/tree/main
project: https://github.com/99degree/libcamera
i compiled libcamera by below procedure under wsl2
https://www.marcusfolkesson.se/blog/compile-libcamera-for-rpi/
No branches or pull requests
there is no guarding of 3 header files that had double included in some situation.
changes are made to add #ifndef to some header files
99degree@cf46eeb
also there is a hack to workaround a compile problem
99degree@32e84b2
The text was updated successfully, but these errors were encountered: