discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: EDWARD HALL
Subject: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp
Date: Sun, 26 Jun 2005 08:53:31 -0500

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.






reply via email to

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