Hi List, I was trying to build the gnuradio on yet another machine running Ubuntu 10.10. from source today after checking out the latest code from the dev trunk:
git clone http://gnuradio.org/git/gnuradio.git Then I set the branch to next, so that I can build gr-uhd as well. (Prior to this I'd successfully built and installed UHD) After ./bootstrap, ./configure (reports most of the components (that I want) will be built, including uhd), I run make and get the following error, when make enters the /host/swig directory make[6]: Entering directory `/home/siva/calit2/gnuradio/usrp/host/swig' The reported bunch of errors are: starts from: python/usrp_prims.cc:2850:13: error: ‘ptrdiff_t’ does not name a type ... ... make[6]: *** [_usrp_prims_la-usrp_prims.lo] Error 1 ends after make exits the build tree... Help? Arya _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
