matthieu-db
matthieu-db
On my app, I seem to have worked around it by adding a 2 second wait before allowing the System object to be accessed
No longer an issue on newer versions
I'm doing the steps in the bottom of the README, actually I just noticed I skipped the `tools/generate_mavlink_headers.sh` step because that file was not found. Do I need to checkout...
I found out that this generate headers script was no longer a thing, and that the cmake configuration handles that now. I will include the output of cmake . (from...
It doesn't seem there's much I can be doing wrong, considering all the big stuff is happening inside the container
main branch I switched to v2.14.1 tag and it seems to be doing better now (still building stuff)
Nope ``` CMake Error at /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) Call Stack...
[out.txt](https://github.com/user-attachments/files/19130776/out.txt)
I used a dockcross version from before that PR and it has been building for like 15 minutes now so that seems good :)
It worked! I got a .so! Thanks for the pointer