> 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
