On Tue, Jan 05, 2010 at 01:04:05AM +0530, sandeep mishra wrote: > Hi Eric, > Thank you for your guide, I just performed your specified step, but now I am > getting the screen with this msg: > > " > *The following GNU Radio components have been successfully configured: > > config > gruel > omnithread > gnuradio-core > mblock > usrp > usrp2 > vrt > gr-usrp > gr-usrp2 > gr-msdd6000 > gr-audio-alsa > gr-audio-oss > gr-atsc > gr-cvsd-vocoder > gr-gpio > gr-gsm-fr-vocoder > gr-noaa > gr-pager > gr-radar-mono > gr-radio-astronomy > gr-trellis > gr-video-sdl > gr-sounder > gnuradio-examples > docs > > You my now run the make command to build these components.
This is fine, but if you want any of the GUI's (and common apps, such as usrp_fft) you'll need to install the dependencies for wxpython. I think you need: $ apt-get install wx-common python-wxgtk2.8 But take a look at http://vps.gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall for the details on Ubuntu. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
