On Fri, 2014-04-25 at 17:40 -0400, Chuck Rolke wrote: > Aside from the path issue inside the tarball the C++ kit compiles/runs > on Windows 7 64-bit, Visual Studio 2010 x86, boost 1.47. Amqp0-10 and > amqp1.0 both. > > Build scripts that work with trunk fail with 0.28 as a few small > differences exist. For 0.28 on windows I used: > > PROTON (trunk, 0.7) > ====== > mkdir build > cd build > cmake -DCMAKE_INSTALL_PREFIX=Q:/install_2010_x86 -G "Visual Studio 10" .. > make install > > QPID (0.28) > ==== > Q: > mkdir build_2010_x86 > cd build_2010_x86 > cmake -G "Visual Studio 10" > -DCMAKE_INSTALL_PREFIX=Q:/install_2010_x86 > -DProton_DIR=Q:/install_2010_x86/lib/cmake/Proton
When compiling with 0.7 you shouldn't need to specify Proton_DIR as it should find Proton from the install prefix. Could you confirm that you really do need to to. > -DBOOST_ROOT=C:/sw/boost/boost-win-1.47-32bit-vs2010 > ..\cpp > (observe that proton is found and amqp1.0 support is enabled) > make install Thanks Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
