Thank you for your reply.
I am able to see the shared_prt.hpp file using ls /usr/include/boost-1_33_1/boost command but still not able to compile the software.
Meanwhile when I do ./bootstrap I receive some warnings like this :
/usr/share/aclocal/pstoedit.m4:7: warning: underquoted definition of AM_PATH_PSTOEDIT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSMI/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/cppunit.m4:4: warning: underquoted definition of AM_PATH_CPPUNIT
Regards,
Tarun
On 10/5/06, Don Ward <[EMAIL PROTECTED]> wrote:
Hi Tarun,How did you install boost? (Note that you need "boost-devel", but you don't need just plain "boost".) If you installed boost-devel using Cygwin setup.exe, you should see shared_ptr.hpp when you do ls /usr/include/boost-1_33_1/boost.Hope this helps, and let me know if it doesn't.Regards,-- Don Ward----- Original Message -----From: Tarun TiwariSent: Thursday, October 05, 2006 7:37 PMSubject: Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hppI 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
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
