Nocs ...
2017-05-09 23:54:05 UTC
I recreate this mailpost cause the previous it returned me errors while replying so in case it didnt come here again the problem i have.
I build from the latest master and i just copied the cpp and needed files of client test in my app to test it but now that i searched it better
the files are not builded with the static lib and placed inside the builded include dir but they do exist in the master include directory.
I think my options when i build the libtorrent static lib has something to do with it or not ?
Does any of the options while building libtorrent affects this hpp files ?
My static libtorrent lib is builded like this and i included boost lib also in case it has something to do with it.
I used the latest version in both of them
//boost
b2 -q --toolset=msvc-12.0 variant=release link=static runtime-link=static debug-symbols=off warnings=off warnings-as-errors=off
//libtorrent
..\boost\b2 -q --prefix="stage" --without-python --toolset=msvc-12.0 variant=release link=static runtime-link=static dht=on debug-symbols=off deprecated-functions=off iconv=auto invariant-checks=off encryption=on logging=off crypto=openssl i2p=on character-set=unicode boost-link=static -sBOOST_ROOT="E:\MyProj\Libtorrent\TorrentLib\boost" include="E:\MyProj\Libtorrent\TorrentLib\install\include" library-path="E:\MyProj\Libtorrent\TorrentLib\install\lib" install
I build from the latest master and i just copied the cpp and needed files of client test in my app to test it but now that i searched it better
the files are not builded with the static lib and placed inside the builded include dir but they do exist in the master include directory.
I think my options when i build the libtorrent static lib has something to do with it or not ?
Does any of the options while building libtorrent affects this hpp files ?
My static libtorrent lib is builded like this and i included boost lib also in case it has something to do with it.
I used the latest version in both of them
//boost
b2 -q --toolset=msvc-12.0 variant=release link=static runtime-link=static debug-symbols=off warnings=off warnings-as-errors=off
//libtorrent
..\boost\b2 -q --prefix="stage" --without-python --toolset=msvc-12.0 variant=release link=static runtime-link=static dht=on debug-symbols=off deprecated-functions=off iconv=auto invariant-checks=off encryption=on logging=off crypto=openssl i2p=on character-set=unicode boost-link=static -sBOOST_ROOT="E:\MyProj\Libtorrent\TorrentLib\boost" include="E:\MyProj\Libtorrent\TorrentLib\install\include" library-path="E:\MyProj\Libtorrent\TorrentLib\install\lib" install