On Thu, 2012-07-26 at 10:42 -0700, aparikh wrote:
> So ran the below command
> /configure --with-qpid-checkout=/opt/qpid_source/qpidc-0.16/ 
> --with-qpid-buildr=/opt/qpidc-0.16
> 
> where 
> 
> /opt/qpid_source/qpidc-0.16/ is the source (just tar xvf for for
> qpid-cpp-0.16.tar)
> 
> /opt/qpidc-0.16 is where configure and make is done for qpid-cpp-0.16.tar

You need to point to the directory *above* the cpp dir in the svn tree.
If you are building the c++ version of qpid from here, then you have the
incorrect directory. The directory pointed to must have the cpp, python
and tools dirs under it.

I am uncertain of the tar file you are using, but the following should
work for the qpid:

svn co https://svn.apache.org/repos/asf/qpid/branches/0.16

which should produce a qpid dir containing the entire project, including
the cpp, java, python and tools dirs. To build the c++, go to the cpp
dir and build there. When configuring the store, point to the qpid dir.

> 
> Received below error 
> 
> checking how to hardcode library paths into programs... immediate
> configure: error: /opt/qpid_source/qpidc-0.16/ does not appear to be a valid
> qpid checkout.
> 
> 
> 
> --
> View this message in context: 
> http://qpid.2158936.n2.nabble.com/qpid-durable-queues-gets-deleted-upon-quid-restart-tp7580124p7580255.html
> Sent from the Apache Qpid users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
> 



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

Reply via email to