Description of problem: C++ example "server_reconnect.cpp" is not covered into "CMakeLists.txt" file, so no project file is generated by "run-cmake.bat" script. Version-Release number of selected component (if applicable): qpid-cpp-win-3.22.46.1-1 How reproducible: 100% Steps to Reproduce: 1. Unzip the qpid-cpp-win packages. 2. Try to run "~\examples\examples-cmake\run-cmake.bat". 3. Check if all C++ examples (~\examples\messaging\*.cpp) have generated their project files. Actual results: "server_reconnect.cpp" examples have no project file. Expected results: All examples should have their project files.
Chuck, please assess.
server_reconnect.cpp was added in September 2013. Some project stuff was added for visual studio but nothing was added to the WinSDK. There's a cmakelists.txt in the winsdk that needs one line added to it to build the associated executable.
trivial fix r1619170
All example code including "server_reconnect" in the qpid-cpp-win* packages can be built. Verified on qpid-cpp-win-3.22.47.1-1 on Windows7-x86 and x64, WindowsXP-x86, Windows Server2003-x86 and x64, Windows Server2008-x86, x64 and R2. --> VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-1296.html