Closed mouse07410 closed 5 years ago
This seems to be an issue with boost.asio
What are the options? Can I build Botan with Boost but disable boost::asio
? Do I have to build without Boost at all? Or...?
Can I build Botan with Boost but disable boost::asio?
No, Boost is all or nothing.
Do I have to build without Boost at all?
Probably so. However, asio
support is the main reason to enable Boost in the first place. The only other thing we use from Boost is filesystem library, and for Unix and Windows systems there are implementations using the native APIs when Boost is not available.
It looks like this was fixed a few weeks ago in asio https://github.com/chriskohlhoff/asio/commit/68df16d560c68944809bb2947360fe8035e9ae0a
Thank you! I submitted the issue to Macports: https://trac.macports.org/ticket/57645#ticket
Closing as nothing actionable from our side here.
Rebuilding/reinstalling Boost fixed this issue.
MacOS 10.14.1 Mojave, Xcode-10.1, Boost and other dependencies installed via Macports 2.5.4.
Will update this issue, trying different compilers.