Description of problem: qmf generated code includes files which are not in the distribution on windows. .\mrg\grid\Master.cpp(27) : fatal error C1083: Cannot open include file: 'qpid/amqp_0_10/Codecs.h': No such file or directory Version-Release number of selected component (if applicable): qpid-cpp-0.7.935473-1.zip How reproducible: 100% Steps to Reproduce: 1. Build grid package on windows.
Looks like a simple omission from the includes shipped in the sdk - now testing a version with qpid/amqp_0_10/Codec.h included.
Upstream version 936960 should have a fix for this
The issue has been fixed. qpid-cpp-0.7.946106-x.zip package contains the Codecs.h header and MRG/G build succeeded (for instance build #59). -> VERIFIED