Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 217A610FC7 for ; Mon, 12 Aug 2013 21:31:40 +0000 (UTC) Received: (qmail 5050 invoked by uid 500); 12 Aug 2013 21:31:39 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 5028 invoked by uid 500); 12 Aug 2013 21:31:39 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 5020 invoked by uid 99); 12 Aug 2013 21:31:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 21:31:39 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [212.23.1.3] (HELO smarthost01b.mail.zen.net.uk) (212.23.1.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 21:31:33 +0000 Received: from [82.68.189.22] (helo=Clive-Lilleys-MacBook-Pro.local) by smarthost01b.mail.zen.net.uk with esmtp (Exim 4.80) (envelope-from ) id 1V8zhT-0000G4-Ba for users@qpid.apache.org; Mon, 12 Aug 2013 22:30:51 +0100 Message-ID: <52095410.4020606@ckjltd.co.uk> Date: Mon, 12 Aug 2013 22:30:56 +0100 From: CLIVE User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: users@qpid.apache.org Subject: 0.22 Cmake build problem Content-Type: multipart/alternative; boundary="------------080905020309050808000404" X-Originating-smarthost01b-IP: [82.68.189.22] X-Virus-Checked: Checked by ClamAV on apache.org --------------080905020309050808000404 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, As the autotools build functionality is being deprecated, I tried to build the QPID 0.22 cpp source using the cmake build mechanism today, but had mixed results. I am building using RHEL5u4 64bit (cmake 2.6 patched 4). When using Autotools I use the --prefix option on /configure/ as the built version needs to reside in my companies ClearCase repository and installing in to the default area(s) is not an option. Therefore I created a build directory, cd into it and then ran the following *cmake -DCMAKE_INSTALL_PREFIX=/vobs/xxx_oss/qpid* ../ Cmake then went off and did its stuff and then I ran /make/ to build the source. The build worked fine and no errors were reported. Its the install step that then went wrong. After running /make install/ all the built cpp components were correctly installed in the directory defined by the CMAKE_INSTALL_PREFIX macro, but when it came to undertake the installation of some python components, they ignored the the CMAKE_INSTALL_PREFIX value and just tried to install the packages in the default python library directory, which failed as I do not have privileges to do this. So the deprecation of the Autotools build would be a bit of a show stopper for me, as the Cmake installation is not able to replicate the autotools functionality. I have undertaken a quick Google and this seems to be a known issue with the Python module(s) that come with Cmake. Has anyone come across this, and if so have they managed to fix it? Thanks in advance. Clive --------------080905020309050808000404--