On 07/27/2012 02:08 PM, Kim van der Riet wrote:
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.

Apologies again, I seem to be a perpetual source of misleading information here. I thought you could build the store against a c++ source distribution. It appears that is not correct.

You would need to use the full tarball from the release or use the svn checkout as Kim states above.

(The situation here is far from ideal and as I said at the start, will hopefully change in the not too distant future).


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to