On 07/18/2011 03:28 PM, Nithesh Shetty wrote:
there are two source code folders
1. actual qpid0.10 from where i built the broker
2. http://anonsvn.jboss.org/repos/rhmessaging/store/tags/qpid-0.10-release/
now i have called configure from qpid0.10/cpp and set
wiht-qpid-checkout=2
since there is no configure file in folder 2.
Read
http://anonsvn.jboss.org/repos/rhmessaging/store/tags/qpid-0.10-release/cpp/README
"1. './bootstrap' (This initializes the autotools)" <- this will create
the configure script
"2. If the qpidd package is installed, then:
'./configure'
Otherwise, if using an svn checkout of qpidd (as opposed to installing
the qpidd package), then:
'./configure --with-qpid-checkout=<path_to_qpid>'
(Point to the top-level qpid dir in which the cpp and python dirs
exist)"
In your case, if you have installed qpid then you don't need the
--with-qpid-checkout option. If you have not installed it you should use
that option and specify the path to the source you built (i.e. 1. in
your original mail above).
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]