[ 
https://issues.apache.org/jira/browse/QPID-5103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13755151#comment-13755151
 ] 

Chuck Rolke edited comment on QPID-5103 at 8/30/13 9:27 PM:
------------------------------------------------------------

Here is a patch for ampq.cmake. To use it you must build proton with the patch 
in PROTON-413 that creates the package files.

QPID-5103 and PROTON-413 are first steps at getting a qpid-proton package that 
will enable easy QPID builds with installed PROTON on Windows.
                
      was (Author: chug):
    Here is a patch for ampq.cmake. To use it you must build proton with the 
patch in PROTON-413 that creates the package files.

QPID-5103 and PROTON-403 are first steps at getting a qpid-proton package that 
will enable easy QPID builds with installed PROTON on Windows.
                  
> C++ build on Windows needs FindQpid-proton or equivalent
> --------------------------------------------------------
>
>                 Key: QPID-5103
>                 URL: https://issues.apache.org/jira/browse/QPID-5103
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.22
>         Environment: Qpid cpp build on windows
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>         Attachments: ampq-cmake-01.patch
>
>
> File qpid/cpp/src/amqp.cmake relies on pkg-config to locate installed 
> qpid-proton libraries. In general pkg-config is absent on windows and finding 
> qpid-proton could use help.
> One solution is to write a FindQpid-proton.cmake library function. This 
> solution still has an issue on Windows where there is no generally accepted 
> place to find qpid-proton.
> Another solution proposed here is to modify PROTON to produce a cmake EXPORT 
> during installation. Then the export file is located by the definition of 
> QPID_PROTON_ROOT and consumed during a qpid build. File qpid-proton.dll and 
> the include directories are available as if they were built in the qpid 
> source tree.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to