discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp
Date: Mon, 9 Oct 2006 10:50:04 -0700
User-agent: Mutt/1.5.9i

On Thu, Oct 05, 2006 at 06:37:36PM -0500, Tarun Tiwari wrote:
> I was trying using ./configure command for compiling GNU Radio on Cygwin and
> received following error message:
> 
> gr_boost_include_dir = /usr/include/boost-1_33_1/boost/
> checking boost/shared_ptr.hpp usability... no
> checking boost/shared_ptr.hpp presence... no
> checking for boost/shared_ptr.hpp... no
> configure: error: Failed to locate boost/shared_ptr.hpp.
> Try using --with-boost-include-dir=<path>,
> E.g., --with-boost-include-dir=/usr/local/include/boost-1_33_1
> 
> 
> The include directory for the Boost is OK, even then I am facing a problem.
> Please suggest me how to solve this problem. I tried using following command
> :
> 
> $ ./configure --enable-maintainer-mode
> --with-boost-include-dir=/usr/include/boost-1_33_1/boost/
> 
> 
> But there is no improvement. Can some one help me in this regard?
> 
> Thank you
> Tarun

Not sure if this is still a problem, but you'd want this:

$ ./configure --enable-maintainer-mode \
  --with-boost-include-dir=/usr/include/boost-1_33_1

Note carefully the path.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]