You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by yonexw <zw...@liquidcapital.com> on 2013/08/01 13:24:14 UTC

How to build qpid C++ client API without python

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 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-without-python-tp7596285.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


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

Posted by Steve Huston <sh...@riverace.com>.
Those libraries are not linked to python. 

Steve Huston
(sent from my iPhone - please excuse brevity and typos)

On Aug 1, 2013, at 7:49 AM, "yonexw" <zw...@liquidcapital.com> wrote:

> 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 the Apache Qpid users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


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

Posted by yonexw <zw...@liquidcapital.com>.
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 the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


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

Posted by Andrew Stitcher <as...@redhat.com>.
On Thu, 2013-08-01 at 13:30 +0200, Jakub Scholz wrote:
> Hi,
> 
> I think the Python is needed only at the build time for generating some
> parts of the code. I do not think you need it at runtime.

For obscure reasons the build process actually requires both python and
ruby for code generation at build time.

Actually I think that only ruby is required for building the C++ client
libraries, however the build process may not correctly adapt if no
python is available as python is required as part of the build time
testing.

As others have said there is no run time dependency on either ruby or
python in the C++ API libraries (unless you want the ruby or python
APIs)

Andrew


> 
> Regards
> Jakub
> 
> 
> On Thu, Aug 1, 2013 at 1:24 PM, 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 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-without-python-tp7596285.html
> > Sent from the Apache Qpid users mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> > For additional commands, e-mail: users-help@qpid.apache.org
> >
> >



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


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

Posted by Jakub Scholz <ja...@scholz.cz>.
Hi,

I think the Python is needed only at the build time for generating some
parts of the code. I do not think you need it at runtime.

Regards
Jakub


On Thu, Aug 1, 2013 at 1:24 PM, 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 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-without-python-tp7596285.html
> Sent from the Apache Qpid users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

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

Posted by Steve Huston <sh...@riverace.com>.
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 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-without-p
>ython-tp7596285.html
>Sent from the Apache Qpid users mailing list archive at Nabble.com.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
>For additional commands, e-mail: users-help@qpid.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org