You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/11/18 02:18:17 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13825023#comment-13825023 ] 

ASF subversion and git services commented on QPID-5349:
-------------------------------------------------------

Commit 1542880 from chug@apache.org in branch 'qpid/trunk'
[ https://svn.apache.org/r1542880 ]

QPID-5349: qpid-proton.dll is not installed in \bin
ampq.cmake installed the file in \lib and not in \bin with the rest of the dlls.

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