[Discuss-gnuradio] Installation issues with gnuradio on Ubuntu 12.04 64-bit

2014-05-21 Thread muse_ee
Hello, I'm having some issues when I attempt to install gnuradio on a computer running Ubuntu 12.04 64-bit. I followed the installation guide on the Ettus wiki (using the Releases/Bugfixes path) (http://code.ettus.com/redmine/ettus/projects/uhd/wiki/GNURadio_Linux) but when I run the command

Re: [Discuss-gnuradio] Installation issues with gnuradio on Ubuntu 12.04 64-bit

2014-05-21 Thread Dan CaJacob
Try: sudo apt-get remove --purge libboost* sudo apt-get install libboost1.48-all-dev You may then have to install gnuradio and uhd again, since they depend on boost: sudo apt-get install gnuradio uhd Very Respectfully, Dan CaJacob On Wed, May 21, 2014 at 4:40 PM, muse_ee

Re: [Discuss-gnuradio] Installation issues with gnuradio on Ubuntu 12.04 64-bit

2014-05-21 Thread muse_ee
Thanks so much for the quick response! So I tried running the first set of commands that remove and re-install libboost, and as you predicted that had the effect of uninstalling gnuradio. So I ran: sudo apt-get install gnuradio uhd This gives me the following error message (excerpted from a much