On Fri, 2010-09-17 at 05:50 -0700, David Zhou wrote: > I am trying to build the persistent store module r3793 for C++ broker > 0.6, > and after make by > # ./configure --with-qpid-checkout=/tmp > (the directories cpp & python & specs under tmp are checkout from HEAD > revision > https://svn.apache.org/repos/asf/qpid/trunk/qpid/ ) > The most likely cause of the problem is that you are building an older version of the store against a new (in fact, the HEAD) revision of Qpid. Because QMF generates code that depends on an exact version of qpid being present, the store code is in more-or-less locked to a corresponding version of Qpid. The store revision you are building was tagged for the 0.6 release of Qpid.
You can either: Build this version of the store against a build of the 0.6 release of Qpid, or You can build the HEAD version of Qpid against the HEAD version of the store. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
