lroloson wrote:
I have Rev: 800555 built from the trunk, I am trying to build the persistence
modules from the trunk as well. Rev: 3553 of the persistent trunk
(http://anonsvn.jboss.org/repos/rhmessaging/store/trunk/cpp) fails when
configured using the 800555 release;

Looks like the name of a method on the store interface was changed as of r801239[1] and the head of the trunk at the above url has already been modified for that. Try updating qpid trunk to 801239 or later.

--Gordon.

[1] http://svn.apache.org/viewvc?rev=801239&view=rev

....
....
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -Werror -pedantic -Wall -Wextra
-Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long
-Wvolatile-register-var -Winvalid-pch -Wno-system-headers
-I/root/Development/workspace/trunk/qpid/cpp/include
-I/root/Development/workspace/trunk/qpid/cpp/src -I./gen -DRHM_CLEAN
-pthread -g -O2 -MT StorePlugin.lo -MD -MP -MF .deps/StorePlugin.Tpo -c
StorePlugin.cpp  -fPIC -DPIC -o .libs/StorePlugin.o
StorePlugin.cpp: In member function 'virtual void
qpid::broker::StorePlugin::earlyInitialize(qpid::Plugin::Target&)':
StorePlugin.cpp:46: error: cannot allocate an object of abstract type
'mrg::msgstore::MessageStoreImpl'
MessageStoreImpl.h:55: note:   because the following virtual functions are
pure within 'mrg::msgstore::MessageStoreImpl':
/root/Development/workspace/trunk/qpid/cpp/src/qpid/broker/MessageStore.h:66:
note:     virtual void qpid::broker::MessageStore::discardInit(bool)
make[3]: *** [StorePlugin.lo] Error 1
make[3]: Leaving directory `/root/Development/workspace/persist/cpp/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Development/workspace/persist/cpp/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Development/workspace/persist/cpp'
make: *** [all] Error 2
...
..
Is there a different version of the persistent modules that builds with
800555?



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscr...@qpid.apache.org

Reply via email to