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
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
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
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
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.
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
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
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
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
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
10 matches
Mail list logo