On Thu, Oct 05, 2006 at 06:37:36PM -0500, Tarun Tiwari wrote: > I was trying using ./configure command for compiling GNU Radio on Cygwin and > received following error message: > > gr_boost_include_dir = /usr/include/boost-1_33_1/boost/ > 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>, > E.g., --with-boost-include-dir=/usr/local/include/boost-1_33_1 > > > The include directory for the Boost is OK, even then I am facing a problem. > Please suggest me how to solve this problem. I tried using following command > : > > $ ./configure --enable-maintainer-mode > --with-boost-include-dir=/usr/include/boost-1_33_1/boost/ > > > But there is no improvement. Can some one help me in this regard? > > Thank you > Tarun
Not sure if this is still a problem, but you'd want this: $ ./configure --enable-maintainer-mode \ --with-boost-include-dir=/usr/include/boost-1_33_1 Note carefully the path. Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio