You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Alan Conway <ac...@redhat.com> on 2008/10/21 21:49:05 UTC

[c++] Trunk broken - RDMA & SASL plug-ins

Looks like Steve's last check-in has broken the RDMA and SASL plug-ins.
Andrew, can you take a look? The errors look like:

./qpid/sys/ssl/SslIo.h:45: error: 'DispatchHandle' in namespace
'qpid::sys' does not name a type

Raises an interesting challenge: contributors who can't build certain
plug-ins can break them unknowingly, and can't really help fix the
problem without access to a machine that can build the plugins in
question.

Cheers,
Alan.


Re: [c++] Trunk broken - RDMA & SASL plug-ins

Posted by Gordon Sim <gs...@redhat.com>.
Steve Huston wrote:
> I installed the requisite packages to build the ssl plugins, and
> tested the fix for that. The Rdma one I could easily see why the build
> broke, and committed a fix for that as well, though I can't build that
> one here... Please let me know if any other issues arise.

Both rdma and ssl plugins pass make check now, thanks!

RE: [c++] Trunk broken - RDMA & SASL plug-ins

Posted by Steve Huston <sh...@riverace.com>.
> Looks like Steve's last check-in has broken the RDMA and SASL 
> plug-ins.
> Andrew, can you take a look? The errors look like:

SASL, or SSL?

> ./qpid/sys/ssl/SslIo.h:45: error: 'DispatchHandle' in namespace
> 'qpid::sys' does not name a type

Right - the DispatchHandle class def was split ouf of Dispatcher.h to
its own file - I added the missing #includes.

> Raises an interesting challenge: contributors who can't build
certain
> plug-ins can break them unknowingly, and can't really help fix the
> problem without access to a machine that can build the plugins in
> question.

I installed the requisite packages to build the ssl plugins, and
tested the fix for that. The Rdma one I could easily see why the build
broke, and committed a fix for that as well, though I can't build that
one here... Please let me know if any other issues arise.

-Steve