Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 48401 invoked from network); 3 Mar 2009 21:13:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 21:13:08 -0000 Received: (qmail 58173 invoked by uid 500); 3 Mar 2009 21:13:07 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 58159 invoked by uid 500); 3 Mar 2009 21:13:07 -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 58148 invoked by uid 99); 3 Mar 2009 21:13:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 13:13:07 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists+1231964187411-2158936@n2.nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 21:12:59 +0000 Received: from tervel.nabble.com ([192.168.236.150]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Lebun-0007r7-OJ for users@qpid.apache.org; Tue, 03 Mar 2009 13:12:37 -0800 Message-ID: <1236114757754-2417940.post@n2.nabble.com> Date: Tue, 3 Mar 2009 13:12:37 -0800 (PST) From: lroloson To: users@qpid.apache.org Subject: M4 C++ build on Redhat 5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lroloson@trmi.com X-Virus-Checked: Checked by ClamAV on apache.org I have read the INSTALL document contained in the qpid-cpp-m4.tar.gz file. I used yum to install ruby and boost, I have exported the path information per section 2.3. When I run configure I get the following error; ... ... ls: /src/qpidc-0.4/./../specs/amqp.0-10-qpid-errata.xml: No such file or directory checking for library containing dlopen... no checking for library containing clock_gettime... no checking for clock_gettime... no checking for clock_settime... no checking for valgrind... no checking for rpmlint... no checking for ruby... ruby checking boost/shared_ptr.hpp usability... no checking boost/shared_ptr.hpp presence... no checking for boost/shared_ptr.hpp... no configure: error: Missing required header files. I am not trying to build from the trunk, I am not sure why it is looking for the specs? I have exported the CXXFLAGS, and the headers are there - but they are not being seen. I have the windows version built thanks to help from Cliff. Can anyone give me some pointers on what is going wrong on Redhat (2.6.24.7-rt20 #1 SMP PREEMPT RT)? -- View this message in context: http://n2.nabble.com/M4-C%2B%2B-build-on-Redhat-5-tp2417940p2417940.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org