-
I checked out v2.0.4 and recursively updated all the submodules. But when I try to build the tag using the following libtorrent command, it fails at peer_connection. Does any one give me any idea what I am doing wrong? I can build the project using the latest branch. I am using ubuntu 20.04. Let me know if I need to provide any other information. kj@KJ:~/libtorrent$ b2 link=static
[1] gcc-9
...failed gcc.compile.c++ bin/gcc-9/debug/cxxstd-14-iso/link-static/threading-multi/src/peer_connection.o... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
you are using boost 1.78, and this is a reason of that failure |
Beta Was this translation helpful? Give feedback.
you are using boost 1.78, and this is a reason of that failure
changes are required for boost 1.78 support 71d608f
these changes was NOT included even into 2.0.5
so, use development version from RC_2_0 branch or patch 2.0.4 by yourself, or just don't use boost 1.78