One other thing I forgot I had to do: in boost.lwr, change every occurrence of 1.5.3 to 1.5.8 per https://github.com/robotastic/trunk-recorder/issues/11


On Aug 9, 2016 1:21 AM, Jason McHuff <j...@jasonmchuff.net> wrote:

Thank you for those, and I only had one out of the two files, but adding them didn't seem to help.  I instead commented out the line in the configure file and got it to build.

Then trunk-recorder had trouble finding stuff (I think boost and gnuradio-runtime).  I realized that things had been installed in my home directory (where I downloaded the recipes to and ran the pybombs commands from) instead of under the /usr/local prefix I had tried to select, and starting over doing everything in /usr/local solved that problem.

So i think this is everything that I've had to modify to get trunk-recorder to build without GUI stuff, UHD, hackrf, airspy or bladerf support:

-Install git when I got an "illegal add" error when trying to add a recipe file

-Do everything in /usr/local instead of from the home directory.

-in gnuradio.lwr under depends comment out uhd, wxpython, pygtk, pycairo, pyqt4, pyqwt5, apache-thrift

-in gr-osmosdr.lwr under depends comment out uhd, hackrf, bladerf, airspy

-install gnurado and gr-osmosdr instead of gnurado-default

-run libtoolize in src/libosmo-dsp/ when installing gr-osmosdr

-comment out line 11567 in src/libosmo-dsp/configure

-edit trunk-recorder/CMakeLists.txt to remove UHD references

-edit source.h, main.cc and source.cc in trunk-recorder/ to remove references to UHD and USRP as failure points were reached.

I'm going to wait until tomorrow to configure it and see if it actually works.


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to