I can pass the make and make check after adding this line. However it still can not work and show the error:
>>> from gnuradio import usrp2 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.6/dist-packages/gnuradio/usrp2.py", line 6, in <module> import _usrp2 ImportError: libgnuradio-usrp2.so.0: cannot open shared object file: No such file or directory If I run find_usrps, error shows. @ubuntu:~$ find_usrps find_usrps: error while loading shared libraries: libusrp2.so.0: cannot open shared object file: No such file or directory thank you. regards, Andy Don Ward wrote: > > Andy_Long wrote: > >> I have tried to build from source. >> >> However, after sudo make install there is always a error that, Do I miss >> some some dependencies? I have install all the package with similar name >> from documents here. >> http://gnuradio.org/redmine/repositories/changes/gnuradio/README >> >> Error message: >> >> deps/usrp2_impl.Tpo -c usrp2_impl.cc -fPIC -DPIC -o .libs/usrp2_impl.o >> usrp2_impl.cc: In member function ‘void usrp2::usrp2::impl::start_bg()’: >> usrp2_impl.cc:340: Error: ‘bind’isn't‘boost’member > > I ran into this also a day or two ago. Try adding "#include > <boost/bind.hpp>" to usrp2/host/include/usrp2/usrp2.h. > > -- Don W. > > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > -- View this message in context: http://old.nabble.com/fix-for-usrp2-overruns-when-stopping-and-restarting-rx-streaming-tp28314794p28346600.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio