Chuck Rolke created QPID-5349:
---------------------------------
Summary: C++ windows packaging does not install qpid-proton.dll
library
Key: QPID-5349
URL: https://issues.apache.org/jira/browse/QPID-5349
Project: Qpid
Issue Type: Bug
Components: Build Tools
Affects Versions: 0.25
Environment: Windows with Proton
Reporter: Chuck Rolke
Installation of Qpid on windows neglects qpid-proton and qpid-protond dll
files. These were included in install/bin before and are clear dependents of
qpidmessaging.dll.
A script that should produce the installation is here:
{code}
cd qpid
subst Q: .
Q:
mkdir install
mkdir build
cd build
set QPID_BUILD_ROOT=%CD%
:: run cmake
cmake -G "Visual Studio 9 2008" ^
-DCMAKE_INSTALL_PREFIX="Q:/install" ^
-DBOOST_ROOT="%MY_BOOST%" ^
-DPROTON_ROOT="P:/install" ^
-DBUILD_DOCS="No" ^
../cpp
:: build/install qpid
devenv qpid-cpp.sln /build "Debug|Win32" /project INSTALL
devenv qpid-cpp.sln /build "RelWithDebInfo|Win32" /project INSTALL
{code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]