Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 59960 invoked from network); 3 Mar 2009 21:31:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 21:31:24 -0000 Received: (qmail 92735 invoked by uid 500); 3 Mar 2009 21:31:23 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 92719 invoked by uid 500); 3 Mar 2009 21:31:23 -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 92708 invoked by uid 99); 3 Mar 2009 21:31:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 13:31:23 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 76.96.62.96 is neither permitted nor denied by domain of shuston@riverace.com) Received: from [76.96.62.96] (HELO QMTA09.westchester.pa.mail.comcast.net) (76.96.62.96) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 21:31:14 +0000 Received: from OMTA05.westchester.pa.mail.comcast.net ([76.96.62.43]) by QMTA09.westchester.pa.mail.comcast.net with comcast id NbZy1b0040vyq2s59lWtFH; Tue, 03 Mar 2009 21:30:53 +0000 Received: from hope ([24.62.22.226]) by OMTA05.westchester.pa.mail.comcast.net with comcast id NlWt1b00H4sghF43RlWt5M; Tue, 03 Mar 2009 21:30:53 +0000 From: "Steve Huston" To: Subject: RE: M4 C++ build on Redhat 5 Date: Tue, 3 Mar 2009 16:30:49 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6822 Thread-Index: AcmcRNmlqDylywN3SwGaFNJYl2rjlgAAiPzw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 In-Reply-To: <1236114757754-2417940.post@n2.nabble.com> Importance: Normal 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? It's just checking for the presence of the specs to see if the code should be generated or not - the message is a bit confusing, but you can ignore it. It's choking because it can't find boost/shared_ptr.hpp as an indication that the boost headers are available. > I have exported the CXXFLAGS, and the headers are > there - but they are not being seen. Did you install boost-devel in addition to boost? Boost-devel has the header files the configure is looking for. -Steve --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org