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/15 18:25:22 UTC

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

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