Chuck Rolke created QPID-5103:
---------------------------------

             Summary: 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


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

Reply via email to