ok.. when i ran bootstrap is said Python sources senn but 'PYTHON' is undefined the usual way to define 'PYTHON' is to add 'AM_PATH_PYTHON' to 'configure.ac' and run 'aclocal' and 'autoconf' again
i executed aclocal and autoconf it created a configure file. But when i executed ./configure it gace error ./configure: line 5229: syntax error near unexpected token `-Werror' ./configure: line 5229: ` gl_COMPILER_FLAGS(-Werror) --- On Mon, 7/18/11, Gordon Sim <[email protected]> wrote: > From: Gordon Sim <[email protected]> > Subject: Re: qpid 0.8 queries > To: [email protected] > Date: Monday, July 18, 2011, 2:44 PM > 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] > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
