-
Notifications
You must be signed in to change notification settings - Fork 16
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
Incompatibility with libfmt10
? error: 'fmt::v10::detail::type_is_unformattable_for<cppoptlib::Status, char> _' has incomplete type
#64
Comments
@zfergus Thank you very much for addressing this! I will test this soon, need to rebase the patches to use external |
You should not need to use an external fmt as it is bundled with spdlog (downloaded and compiled through cmake). |
As long as it is not strictly required, we would rather use existing ports than build multiple duplicates (and Macports supports several versions of |
@zfergus Tried to build it from d65d1b1 – I get almost the same error, just without cppoptlib now:
Should I switch to an earlier |
Is something wrong on my side or
libfmt10
is unsupported?May be related to using outdated
cppoptlib
: #63The text was updated successfully, but these errors were encountered: