Error compiling libtorrent (MSVC10)
Posted: Fri Nov 01, 2013 1:30 pm
Hi!
I am trying to compile qbittorrent in windows following this link :
The only difference is that I am using MSVC10.
But I am getting this error while trying to compile libtorrent
Any idea?
I am trying to compile qbittorrent in windows following this link :
The only difference is that I am using MSVC10.
But I am getting this error while trying to compile libtorrent
Code: Select all
...
compile-c-c++ bin\msvc-10.0\release\boost-source\encryption-openssl\geoip-static\link-static\runtime-link-static\threading-multi\src\disk_buffer_pool.obj
disk_buffer_pool.cpp
include\libtorrent/disk_buffer_pool.hpp(52) : error C2039: 'noncopyable' : is not a member of 'boost'
include\libtorrent/disk_buffer_pool.hpp(52) : error C2504: 'noncopyable' : base class undefined
...