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
-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
-Chuck
----- Original Message -----
> From: "Justin Ross" <[email protected]>
> To: [email protected]
> Sent: Friday, April 25, 2014 4:09:03 PM
> Subject: Re: 0.28 release update - RC1 is available
>
> This appears to be a problem for users of the tarballs on Windows. If
> you're testing on a unix variant, you can go ahead--everything appears to
> be correct. I'll prepare a new RC to fix the archives for use on Windows.
>
> Justin
>
> On Fri, Apr 25, 2014 at 3:12 PM, Chuck Rolke <[email protected]> wrote:
>
> > I just unpacked qpid-cpp-0.28-rc1.tar.gz and the goodies are buried
> > in /home/jross/code/baker/output/release. Those extra directories
> > are not necessary.
> >
> > -Chuck
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]