Closed woodser closed 1 month ago
The issue specifically is Boost 1.85+ changing the uuid
type internals. I'll probably update the static_assert
to relax things like monerod
did.
Actually I can't compile against monerod
latest at all due to different static_assert
statements for span.
This should now be fixed (see CI/actions now cycling towards green). If this is still an issue, re-open the issue.
I've pulled the latest changes from the release-v0.3_0.18 branch, and I'm trying to build against the latest monero-project release-v0.18 branch with these steps:
But I'm encountering build errors like these:
Here's the full build log: build.log
monero-project builds successfully standalone against the latest release-v0.18 branch with fixes for macOS.
But perhaps monero-project and/or monero-lws needs more fixes in order to build on macOS?