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: Sun, 26 Jun 2005 17:37:18 -0700
User-agent: Mutt/1.5.6i

On Sun, Jun 26, 2005 at 08:53:31AM -0500, EDWARD HALL wrote:
> I am having difficulty with gr-build when it gets to the 
> boost/shared_ptr.hpp tests and would appreciate some help.  I am using a 
> debian system that began as a Knoppix installation to the hard drive.  
> Below are several of the last lines produced during the build:
> 
> checking for boost/shared_ptr.hpp... no
> configure: error: Failed to locate boost/shared_ptr.hpp.
> Try using --with-boost-include-dir=<path>
> 
> 
>               build FAILED in /home/ward/gr-build/gnuradio-core
> address@hidden:/home/ward/gr-build#
> 
> Boost was installed on my system using CVS and then: bjam "=-sTOOLS=gcc" 
> install
> 
> I can see shared_ptr.hpp from this installation in:  
> /home/ward/boost/boost/shared_ptr.hpp
> 
> I tried to provide a path to shared_ptr.hpp by putting boost in the path 
> statement in etc/profile with no change in results:
> 
> PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games:/home/ward/boost"
> 
> Is the statement "Try using --with-boost-include-dir=<path>" a solution?  
> If so, how is this statement used?  An other ideas?

Yes it is a solution.  Use it like this:


  $ ./configure --with-boost-include-dir=/home/ward/boost
  $ make
  $ make check
  $ make install

Eric




reply via email to

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