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: James Cooley
Subject: Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp
Date: Sun, 26 Jun 2005 11:04:20 -0400
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

yes, I think you need to use the -with-boost-include-dir. For instance, my boost is in /usr/local\/include/boost-1_32, I have to say

./configure --enable-maintainer-mode --with-boost_include-dir=/usr/local/include/boost-1_32/

when configuring from cvs.

try using it and give it the path you mention below.

-jamie



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 dot... NO
checking for pkg-config... /usr/bin/pkg-config
checking for fftw3f >= 3.0... yes
checking FFTW3F_CFLAGS...
checking FFTW3F_LIBS... -lfftw3f -lm
checking FFTW3F_INCLUDEDIR... /usr/include
checking for doxygen... no
checking for machine dependent speedups... x86
checking for cppunit-config... /usr/bin/cppunit-config
checking for Cppunit - version >= 1.9.14... 1.10.2
gr_boost_include_dir =
checking boost/shared_ptr.hpp usability... no
checking boost/shared_ptr.hpp presence... no
checking for boost/shared_ptr.hpp... no
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>


         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?

Thanks.




_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio





reply via email to

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