rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
885 stars 209 forks source link

rtorrent / libtorrent build error #177

Closed rezso closed 6 years ago

rezso commented 6 years ago

If I try to compile rtorrent 0.9.6 with libtorrent 0.13.7, the build fails: https://gist.github.com/rezso/6e9419d0249a04296be63c28fb95b9e9

I think, these errors comes from libtorrent.

rakshasa commented 6 years ago

See if lt_tr1_functional is defined in config.h.

chros73 commented 6 years ago

@rezso: don't mix different versions, especially not these 2! Use:

rezso commented 6 years ago

@chros73: thank you, I can compile 0.9.7 with 0.13.7.