You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2013/11/18 15:57:21 UTC

[jira] [Resolved] (QPID-5349) C++ windows packaging does not install qpid-proton.dll library

     [ https://issues.apache.org/jira/browse/QPID-5349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Rolke resolved QPID-5349.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.26

Merged fix into 0.26 release branch

> 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
>             Fix For: 0.26
>
>
> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org