Hi
I think there is a problem in your GNU Radio installation. in Fedora 10
boost is version 1.43 but GNU Radio 3.2.2 needs boost version 1.35 or
higher . the best way to solve you problem, as I did as the following:
1- Download boost from
http://sourceforge.net/projects/boost/files/boost/1.37.0/boost_1_37_0.tar.bz2/download
2- extract the file some where. and .... cd boost_1_37_0
3- ./configure --prifex=/usr/local ,,,,,,, then make,,,,, then sudo
make install
that will install boost in the default directory /usr/local/
4- after that go to gnuradio and do
./bootstrap ./configure
make
sudo make install
That will solve your problem as solved to me
Good luck
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio