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

2006-10-06 Thread Tarun Tiwari
Thank you everybody.I installed Boost using source code and the problem has been resolved.Tarun ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] GNU Radio 3.0 Release Candidate 3 available for testing

2006-10-06 Thread Greg Troxel
http://gnuradio.org/releases/gnuradio/gnuradio-3.0rc3.tar.gz On NetBSD/i386 current from 2006-08-02, when configured as: LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib -L/usr/adroit/lib -R/usr/adroit/lib" CPPFLAGS="-I/usr/pkg/include -I/usr/adroit/include" ./configure --prefix=/usr/adroit a 'make

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

2006-10-06 Thread Greg Troxel
Here's what I use on NetBSD, which puts boost in /usr/pkg. Something similar may be helpful --- you'll probably need both CPPFLAGS and LDFLAGS. #!/bin/sh $Id: gnuradio,v 1.4 2006/10/04 15:59:06 gdt Exp $ # XXX GNU Radio won't find python for wxgui (cd /usr/pkg/bin && if [ ! -h python ]; t

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

2006-10-06 Thread LRK
On Fri, Oct 06, 2006 at 10:54:46AM -0400, Don Ward wrote: > Hi Tarun, > > >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. > > If you dig through the config.log file you can find exactly what tests wer

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

2006-10-06 Thread Don Ward
Hi Tarun, 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. If you dig through the config.log file you can find exactly what tests were done to locate boost. There may be more useful error messages there.

Re: [Discuss-gnuradio] GNU Radio 3.0 Release Candidate 3 available for testing

2006-10-06 Thread Michael Dickens
RC3 does everything correctly (configure, make, make -j3, make check, make distcheck, make install) on both OSX boxed: the 20" Intel-iMac and Dual-G5 PPC. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listi

Re: [Discuss-gnuradio] The Mystery Deepens: GNU Radio on Intel-Mac

2006-10-06 Thread Michael Dickens
As long as you have the XCode 2.3 disk image, you can always downgrade back when you're done. There is an "uninstaller" provided on the disk image; you'll (for some unknown reason) need to reboot after either the uninstall or the reinstall. Your trying 2.4 would certainly add an interesti

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

2006-10-06 Thread Michael Dickens
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. In my experience, this means that your shell environment is not configured correctly. On OSX, it usually means that there are multiple versions of some of t

Re: [Discuss-gnuradio] The Mystery Deepens: GNU Radio on Intel-Mac

2006-10-06 Thread Jan Schiefer
Thanks Michael, I am still on XCode 2.3 and will now definitely refrain from upgrading, for now. I can probably be talked into deliberately breaking my working MBP install by upgrading for testing purposes. Cheers, Jan Michael Dickens wrote: * I can easily show on our brand new 20" Intel

Re: [Discuss-gnuradio] RDS

2006-10-06 Thread Jan Schiefer
Great pointer! Here is the posting: http://www.archivum.info/discuss-gnuradio@gnu.org/2006-02/msg00018.html This would be great to build on. Cheers, Jan Matt Ettus wrote: I seem to recall someone writing a gr-rds module a while ago. You might check the mailing list archives. I would love