Ted Ross wrote:
P.S. It looks like there may be a missing line in cpp/qpid.spec.in. I haven't been able to verify that this fixes the problem though.

Yes, I've just verified that adding the missing line for the management directory in qpidc.spec.in (see diff below) does indeed fix the build. I haven't committed it, though.

Nuno


Index: qpidc.spec.in
===================================================================
--- qpidc.spec.in       (revision 594376)
+++ qpidc.spec.in       (working copy)
@@ -104,6 +104,7 @@
 %_includedir/qpid/framing
 %_includedir/qpid/sys
 %_includedir/qpid/log
+%_includedir/qpid/management
 %_libdir/libqpidcommon.so
 %_libdir/libqpidclient.so
 %doc %_datadir/%{name}/examples


Reply via email to