discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Mark Petrovic
Subject: [Discuss-gnuradio] Boost: regarding not found shared_ptr.hpp
Date: Sun, 25 Jun 2006 07:12:01 -0700

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

In my Linux environment, I set

CPPFLAGS=-I$HOME/gr/include/boost-1_33_1
export CPPFLAGS

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

reply via email to

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