discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Boost: regarding not found shared_ptr.hpp


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Boost: regarding not found shared_ptr.hpp
Date: Sun, 25 Jun 2006 07:39:40 -0700
User-agent: Mutt/1.5.9i

On Sun, Jun 25, 2006 at 07:12:01AM -0700, Mark Petrovic wrote:
> I installed boost in nonstandard location $HOME/gr, and thereby 
> produced the
> same build failure as this gentleman
> 
> http://lists.gnu.org/archive/html/discuss-gnuradio/2005-06/msg00282.html

Hi Mark,

Good to hear from you again.

> In my Linux environment, I set
> 
> CPPFLAGS=-I$HOME/gr/include/boost-1_33_1
> export CPPFLAGS

I would expect this to work if it was set *prior* to running
configure.  Configure remembers certain environmentment variables and
copies them into the generated Makefiles.  You can get the list it
cares about with ./configure --help

> and where
> 
> $ ls $HOME/gr/include/boost-1_33_1/boost
> 
> This constitutes a third fix for this failed build situation.  The 
> first two
> being 1) install boost in a standard location so the preprocessor can 
> find
> stuff without being told, and 2) pass
> --with-boost-include-dir=$HOME/gr/include/boost-1_33_1 to configure
> 
> hth somebody.
> 
> -- 
> Mark

Eric




reply via email to

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