Mark Snelling created QPID-4812:
-----------------------------------
Summary: Linker errors with Boost 1.53
Key: QPID-4812
URL: https://issues.apache.org/jira/browse/QPID-4812
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: 0.20
Environment: Windows 7 x64
MSVC 2010
Boost 1.53 (static linking)
CMake 2.8.10.2
Reporter: Mark Snelling
I'm getting linker errors in the following projects.
request-response_client
request-response_server
tradedemo_topic_publisher
tradedemo_declare_queues
tradedemo_topic_listener
qmf-console_ping
qmf-console_printevents
qmf-console_queuestats
... plus many others
Qpidd.exe compiles and runs fine.
Here are the errors...
3>client.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
class boost::system::error_category const & __cdecl
boost::system::generic_category(void)"
(__imp_?generic_category@system@boost@@YAAEBVerror_category@12@XZ) referenced
in function "void __cdecl boost::system::`dynamic initializer for
'posix_category''(void)" (??__Eposix_category@system@boost@@YAXXZ)
3>client.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
class boost::system::error_category const & __cdecl
boost::system::system_category(void)"
(__imp_?system_category@system@boost@@YAAEBVerror_category@12@XZ) referenced in
function "void __cdecl boost::system::`dynamic initializer for
'native_ecat''(void)" (??__Enative_ecat@system@boost@@YAXXZ)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]