You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just checked this, and it looks like the issue is with the boost version. boost version 1.84.0 uses:
typedefunsignedint(digest_type)[5];
However, starting from version 1.86.0, boost has changed this definition to:
typedefunsignedchar digest_type[20];
This change is causing the error you're seeing. Please downgrade your boost library to version 1.84.0, as that's the version we're currently linking against.
Thank you for looking into this!
Interesting that they changed their public data type - do you know the reason why?
Could be both supported (like evaluating the boost version)? Specifying an "old" version is not really a long term solution I think. Or happy to apply a patch only on Yocto master as older LTS versions have probably older boost versions and it will work with it without that patch.
Describe the bug
Compile issue
To Reproduce
Yocto master - remove 002 patch.
Expected behavior
Compiles
Logs
and
The text was updated successfully, but these errors were encountered: