Closed adriaandegroot closed 3 years ago
.. which is already there in b452a984 . A new release would be welcome.
We fixed it already for the master branch, but we wanted to make a new Nheko release a lot sooner than it will probably happen, so we didn't release a compilation fix. Next Nheko release should be in a few weeks, which includes an mtxclient release, so we'll probably focus on that.
The build of 0.5.1 release fails against Olm 3.2.6 on FreeBSD with clang 11.0.1, as follows:
This is, I think, because the newer Olm release introduces Olm error codes (I spotted a new header
olm_error.h
for instance). The fix is to addmtx::crypto::
to disambiguate the type-name lookup in client.cpp.