Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 71797 invoked from network); 3 Mar 2009 21:43:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 21:43:11 -0000 Received: (qmail 9669 invoked by uid 500); 3 Mar 2009 21:43:11 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 9648 invoked by uid 500); 3 Mar 2009 21:43:11 -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 9637 invoked by uid 99); 3 Mar 2009 21:43:11 -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:43:11 -0800 X-ASF-Spam-Status: No, hits=-1.6 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cctrieloff@redhat.com designates 66.187.237.31 as permitted sender) Received: from [66.187.237.31] (HELO mx2.redhat.com) (66.187.237.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 21:43:03 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n23Lgfim006405 for ; Tue, 3 Mar 2009 16:42:41 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n23LgfBT020512 for ; Tue, 3 Mar 2009 16:42:42 -0500 Received: from localhost.localdomain (dhcp-100-19-90.bos.redhat.com [10.16.19.90]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n23LgfH4019169 for ; Tue, 3 Mar 2009 16:42:41 -0500 Message-ID: <49ADA390.60403@redhat.com> Date: Tue, 03 Mar 2009 16:39:28 -0500 From: Carl Trieloff Reply-To: cctrieloff@redhat.com Organization: Red Hat User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: M4 C++ build on Redhat 5 References: <1236114757754-2417940.post@n2.nabble.com> <1236116276709-2418053.post@n2.nabble.com> In-Reply-To: <1236116276709-2418053.post@n2.nabble.com> Content-Type: multipart/alternative; boundary="------------030908060305020407070905" X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-Virus-Checked: Checked by ClamAV on apache.org --------------030908060305020407070905 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit You should be able to build with the boost included in RHEL5, that is commonly done. Is you boost installed in a standard location? or are are you unable to yum boost-devel? Carl. lroloson wrote: > Steve > > > > I have not been able to find the boost-devel rpm, and the boost that yum > finds seems to be pretty down level. What is the best way to get boost > installed with the headers? > > > > Any help would be appreciated. Thanks > > > > > > Larry Roloson > > > > > > From: Steve Huston (via Nabble) > [mailto:ml-user+168341-1583948052@n2.nabble.com] > Sent: Tuesday, March 03, 2009 4:31 PM > To: lroloson > Subject: RE: M4 C++ build on Redhat 5 > > > > >> 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@... > > > > > > _____ > > This email is a reply to your post @ > http://n2.nabble.com/M4-C%2B%2B-build-on-Redhat-5-tp2417940p2418024.html > You can reply by email or by visting the link above. > > > > > --------------030908060305020407070905--