Return-Path: X-Original-To: apmail-qpid-proton-archive@minotaur.apache.org Delivered-To: apmail-qpid-proton-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F04D10409 for ; Thu, 12 Sep 2013 17:41:16 +0000 (UTC) Received: (qmail 33637 invoked by uid 500); 12 Sep 2013 17:40:57 -0000 Delivered-To: apmail-qpid-proton-archive@qpid.apache.org Received: (qmail 33067 invoked by uid 500); 12 Sep 2013 17:40:56 -0000 Mailing-List: contact proton-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: proton@qpid.apache.org Delivered-To: mailing list proton@qpid.apache.org Received: (qmail 32364 invoked by uid 99); 12 Sep 2013 17:40:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 17:40:52 +0000 Date: Thu, 12 Sep 2013 17:40:52 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: proton@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PROTON-413) [proton-c] Cmake install does not produce package files that work on windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PROTON-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13765674#comment-13765674 ] ASF subversion and git services commented on PROTON-413: -------------------------------------------------------- Commit 1522678 from chug@apache.org in branch 'proton/trunk' [ https://svn.apache.org/r1522678 ] PROTON-413: Support for finding an installed proton that works on windows Use in conjunction with commit associated with QPID-5103. 1. In proton: cmake -DCMAKE_INSTALL_PREFIX=P:/install ... 2. devenv proton.sln /build "Debug|Win32" /project INSTALL 3. In qpid: cmake -DPROTON_ROOT=P:/install ... 4. devenv qpid-cpp.sln /build "Debug|Win32 /project INSTALL > [proton-c] Cmake install does not produce package files that work on windows > ---------------------------------------------------------------------------- > > Key: PROTON-413 > URL: https://issues.apache.org/jira/browse/PROTON-413 > Project: Qpid Proton > Issue Type: Bug > Components: proton-c > Affects Versions: 0.5 > Environment: Windows > Reporter: Chuck Rolke > Attachments: proton-413-01.patch > > > Installed proton relies on pkg-config to export the library's location to consuming projects like Qpid. This doesn't play well on Windows where pkg-config is not standard. > It would be relatively easy to install export files that enable proton to be located with find_package(). This feature could be installed in addition to the pkg-config files and either could be used to find proton. -- 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