On Tue, Mar 09, 2010 at 02:33:29PM +0000, sanam singh wrote: > > hi, > thanks for your reply. > i have done both and here is the output of ./configure: > > The following components were skipped either because you asked not > to build them or they didn't pass configuration checks: > > gcell > gr-gcell > gr-audio-jack > gr-audio-osx > gr-audio-portaudio > gr-audio-windows > > These components will not be built. > > after that when i do make check i get : > make[3]: Entering directory `/home/sanam/hydra-0.4/gnuradio-3.2.2/gr-usrp/src' > make check-TESTS > make[4]: Entering directory `/home/sanam/hydra-0.4/gnuradio-3.2.2/gr-usrp/src' > Traceback (most recent call last): > File "./qa_usrp.py", line 24, in <module> > import usrp_swig > File "/home/sanam/hydra-0.4/gnuradio-3.2.2/gr-usrp/src/usrp_swig.py", line > 18, in <module> > _usrp_swig = swig_import_helper() > File "/home/sanam/hydra-0.4/gnuradio-3.2.2/gr-usrp/src/usrp_swig.py", line > 16, in swig_import_helper > if fp is not None: fp.close() > UnboundLocalError: local variable 'fp' referenced before assignment > FAIL: run_tests
IIRC, that problem showed up with python 2.6 and is fixed in the git master. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
