You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /usr/ports/net-p2p/libtorrent-rasterbar/work/libtorrent-rasterbar-1.2.20/src/bt_peer_connection.cpp:44:
In file included from /usr/ports/net-p2p/libtorrent-rasterbar/work/libtorrent-rasterbar-1.2.20/include/libtorrent/bt_peer_connection.hpp:51:
In file included from /usr/ports/net-p2p/libtorrent-rasterbar/work/libtorrent-rasterbar-1.2.20/include/libtorrent/torrent.hpp:51:
In file included from /usr/ports/net-p2p/libtorrent-rasterbar/work/libtorrent-rasterbar-1.2.20/include/libtorrent/peer_list.hpp:47:
In file included from /usr/ports/net-p2p/libtorrent-rasterbar/work/libtorrent-rasterbar-1.2.20/include/libtorrent/ip_voter.hpp:40:
In file included from /usr/ports/net-p2p/libtorrent-rasterbar/work/libtorrent-rasterbar-1.2.20/include/libtorrent/aux_/session_interface.hpp:39:
/usr/ports/net-p2p/libtorrent-rasterbar/work/libtorrent-rasterbar-1.2.20/include/libtorrent/io_service.hpp:40:10: fatal error: 'boost/asio/io_service.hpp' file not found
40 | #include <boost/asio/io_service.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
Version: 1.2.20
clang-19
The text was updated successfully, but these errors were encountered:
As a temporary workaround you can downgrade boost and boost-libs packages to 1.86, compile Libtorrent, upgrade boost and boost-libs back to 1.87 and then ln -s /usr/lib/libboost_system.so.1.87.0 /usr/lib/libboost_system.so.1.86.0 (or whatever the paths are on your system).
Version: 1.2.20
clang-19
The text was updated successfully, but these errors were encountered: