Re: How to build qpid C++ client API without python

2013-08-05 Thread Andrew Stitcher
won't use python in my program. Why python is need in client C++ API, and how can I disable it when build qpid C++ client api? Thanks a lot! -- View this message in context: http://qpid.2158936.n2.nabble.com/How-to-build-qpid-C-client-API-without-python-tp7596285.html Sent

Re: How to build qpid C++ client API without python

2013-08-01 Thread Steve Huston
Python is used for some of the code generation involved in the build, so it is required to build the C++ client API. -Steve On 8/1/13 7:24 AM, yonexw zw...@liquidcapital.com wrote: Hi All, I am trying to build qpid C++ client apid, when I configure it I found it will use python. And I am sure

Re: How to build qpid C++ client API without python

2013-08-01 Thread Jakub Scholz
found it will use python. And I am sure I won't use python in my program. Why python is need in client C++ API, and how can I disable it when build qpid C++ client api? Thanks a lot! -- View this message in context: http://qpid.2158936.n2.nabble.com/How-to-build-qpid-C-client-API

Re: How to build qpid C++ client API without python

2013-08-01 Thread yonexw
Thanks guys for your quick answer. I found libqpidclient.so libqpidmessaging.so will link to python. I will try to unlink it when build it. -- View this message in context: http://qpid.2158936.n2.nabble.com/How-to-build-qpid-C-client-API-without-python-tp7596285p7596291.html Sent from

Re: How to build qpid C++ client API without python

2013-08-01 Thread Steve Huston
to unlink it when build it. -- View this message in context: http://qpid.2158936.n2.nabble.com/How-to-build-qpid-C-client-API-without-python-tp7596285p7596291.html Sent from the Apache Qpid users mailing list archive at Nabble.com