delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=1.2 required=5.0 tests=AWL,BAYES_00,MSGID_FROM_MTA_HEADER,SPF_PASS |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <BLU0-SMTP990F943C68DFE05CFC6AE7DDCA0@phx.gbl> |
Date: | Mon, 26 Jan 2009 18:28:09 -0500 |
From: | Claude Sylvain <csylvain AT electro-technica DOT com> |
User-Agent: | Thunderbird 2.0.0.19 (Windows/20081209) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: configure cannot find boost libraries |
References: | <414006 DOT 77700 DOT qm AT web52205 DOT mail DOT re2 DOT yahoo DOT com> |
In-Reply-To: | <414006.77700.qm@web52205.mail.re2.yahoo.com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Paulianna2002 wrote: > Hi, > > I am trying to build the package 'SRecord' from source. When I configure I get > > =========================================== > ... > ... > ... > checking for stdint.h... yes > checking for unistd.h... yes > checking boost/shared_ptr.hpp usability... no > checking boost/shared_ptr.hpp presence... no > checking for boost/shared_ptr.hpp... no > > You need to install the Boost C++ library to be able to compile SRecord. > http://boost.org/ > > If you have a package based system, the package you need to > install will be called libboost-devel or something similar. > =========================================== > > > I did install the boost package(s) under Cygwin. > > Any advice is appreciated....thanks!! > I had the same problem. It seems that boost library include files are not located in /usr/include/boost/, but in /usr/include/boost-1_33_1/boost, or something like that, depending of the cygwin version you use. A workaround can be to make a copy of /usr/include/boost-1_33_1/boost/ directory into /usr/include/. This make the boost directory appear at the right place. Not sure if it is the best solution, but its work for me. Claude. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |