On Wed, 2012-07-25 at 12:00 -0700, aparikh wrote: > What is out of tree build? I could not build and configure the full release > for qpid (i.e. qpid-0.16.tar.gz), to use --with-qpid-checkout option. > > Also is there any msgstore.so binary available for download?
An in-tree build occurs when you run ./bootstrap; ./configure; make --with-qpid-checkout=/abs/path/to/qpid/dir from within the checked out cpp source file dir. If you check out the source, but build from some location *outside* the source dir, running configure from this outside location, then you have an out-of-tree build. There are reasonably detailed instructions for building the store in-tree in the cpp/README file. You need to have qpid checked out and built first, though, and point to its location through the --with-qpid-dir parameter when configuring the store. > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/qpid-durable-queues-gets-deleted-upon-quid-restart-tp7580124p7580196.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
