Two problems building on a completely fresh ubuntu system:
- if you do a make -j 2 then it fails when it gets to
gnuradio_swig_python. Calling make again after that completes the
gnuradio-core build ok.
- building usrp fails in prims.cc:
prims.cc:1561:24: error: usrp_prims.h: No such file or directory
Matt
Matt E. wrote:
- if you do a make -j 2 then it fails when it gets to
gnuradio_swig_python. Calling make again after that completes the
gnuradio-core build ok.
This is open ticket #13.
- building usrp fails in prims.cc:
prims.cc:1561:24: error: usrp_prims.h: No such file or directory
Eric fixed this now in r3175 on the trunk.
-Johnathan