Hi everyone,

Am trying to build the StorePlugin ... downloaded from 
https://svn.jboss.org/repos/rhmessaging/store/trunk/cpp

I have a built qpid from the src repository (which is only the cpp broker,
which is apparantly equivalent to the cpp dir from the svn repository).

I do have the svn repository downloaded, but was unable to do a build from that.
As a result, I made links to the python and specs dirs from the svn download so 
that
for the configuration of the StorePlugin build, I used
> ./configure --with-qpid-checkout=my/path/to/qpid
where the qpid directory contains cpp (the build from the src repo), python and 
specs (these two just links
to the svn download).

However, when doing a make after this setup, I get the following error:

StorePlugin.cpp: In member function 'virtual void 
qpid::broker::StorePlugin::earlyInitialize(qpid::Plugin::Target&)':
StorePlugin.cpp:58: error: no matching function for call to 
'qpid::broker::Broker::setStore(boost::shared_ptr<qpid::broker::MessageStore>&)'
/root/qpid/cpp/src/qpid/broker/Broker.h:174: note: candidates are: void 
qpid::broker::Broker::setStore(qpid::broker::MessageStore*)
make[3]: *** [StorePlugin.lo] Error 1

Can anyone offer any insight into this? It seems that there's a missing method 
defintion with the given signature, 
but I have no idea who should have generated this definition, or where it 
should live. Boost is installed.

Thanks for any help...
-Simon






 












                                          
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
http://clk.atdmt.com/GBL/go/171222984/direct/01/

Reply via email to