Compiling on debian 12 #7153
Replies: 4 comments 5 replies
-
What revision are you using? Latest master branch? |
Beta Was this translation helpful? Give feedback.
-
Tag v6.0.0-rc.2 which seems to be the current master |
Beta Was this translation helpful? Give feedback.
-
Quick update: The issue seems to be limited to boost 1.74. When compiling with boost 1.81 from Debian bookworm repos, it succeeds (after disabling |
Beta Was this translation helpful? Give feedback.
-
Another data point: clang-16 with boost 1.81 also works fine, no disabling of -werror needed. But there is a newer clang available on debian, and that does not work with current v6 sources. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
Compiling on debian 12 I get the following error:
Seems to be a problem of boost asio on debian.
Workaround:
adding
#include <utility>
before the
#include <boost/asio.hpp>
Specifications
Beta Was this translation helpful? Give feedback.
All reactions