snowyu / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
1 stars 0 forks source link

Build failure with debug and trunk r9521 #562

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. bjam -j4 -q --toolset=msvc --prefix=%INST_DIR% boost=system 
boost-link=shared link=shared runtime-link=shared variant=debug 
debug-symbols=on asserts=off invariant-checks=off resolve-countries=on 
full-stats=on export-extra=off ipv6=on character-set=unicode geoip=static 
encryption=openssl windows-version=vista threading=multi address-model=64 
host-os=windows target-os=windows embed-manifest=on architecture=x86 
warnings=off warnings-as-errors=off "cflags=/Zi /favor:blend" 
"linkflags=/NOLOGO /DEBUG /INCREMENTAL:NO" 
"include=%BUILDROOT%\OpenSSL\OpenSSL64d\include" 
"include=%BUILDROOT%\Boost\Boost64d\include" 
"library-path=%BUILDROOT%\OpenSSL\OpenSSL64d\lib" 
"library-path=%BUILDROOT%\Boost\Boost64d\lib" "define=BOOST_ALL_NO_LIB"

What is the expected output? What do you see instead?
udp_socket.cpp
src\udp_socket.cpp(637) : error C3861: 'print_backtrace': identifier not found
src\udp_socket.cpp(844) : error C3861: 'print_backtrace': identifier not found
src\udp_socket.cpp(888) : error C3861: 'print_backtrace': identifier not found
src\udp_socket.cpp(955) : error C3861: 'print_backtrace': identifier not found

What version of the product are you using? On what operating system?
trunk r9521

Please provide any additional information below.
Using "define=TORRENT_ASIO_DEBUGGING" in bjam line seems to be a viable 
workaround.

Original issue reported on code.google.com by Daymansm...@gmail.com on 7 Jan 2014 at 7:07

GoogleCodeExporter commented 9 years ago
thanks. fixed. please let me know if it still doesn't work for you.

Original comment by arvid.no...@gmail.com on 8 Jan 2014 at 5:45