BewareMyPower commented on PR #23: URL: https://github.com/apache/pulsar-client-python/pull/23#issuecomment-1299507312
https://github.com/microsoft/vcpkg/issues/27491#issuecomment-1299490075 can link Boost.Python statically, but it requires other libraries are multi-threaded **dynamically**-linked. Since `pulsarWithAllDeps.lib` is still multi-threaded statically-linked, there will be a conflict. The solution might be a little complicated, which requires some changes to build the Pulsar C++ client. So this PR still links Boost.Python dynamically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
