Kyle Zhou wrote: ...
I am playing howto-write-a-block in cygwin. Git trunk.
...
After that, 'make' succeeded. But when I do 'make check', making check in lib succeeded, but when checking in python, it produced an error as follows. Making check in python make[1]: Entering directory `/home/kyle/gnuradio/gr-howto-write-a-block/python' make check-TESTS make[2]: Entering directory `/home/kyle/gnuradio/gr-howto-write-a-block/python' /home/kyle/gnuradio/gr-howto-write-a-block/lib:/home/kyle/gnuradio/gr-howto-writ e-a-block/lib/.libs:/home/kyle/gnuradio/gr-howto-write-a-block/swig:/home/kyle/g nuradio/gr-howto-write-a-block/swig/.libs:/home/kyle/gnuradio/gr-howto-write-a-b lock/python:/usr/local/lib/python2.5/site-packages:/usr/local/lib/python2.5/site -packages:/usr/local/lib/python2.5/site-packages/ Traceback (most recent call last): File "./qa_howto.py", line 24, in <module> import howto_swig File "/home/kyle/gnuradio/gr-howto-write-a-block/swig/howto_swig.py", line 21, in <module> import _howto_swig ImportError: No such file or directory FAIL: run_tests
I just ran into this. The problem is that the directory (swig/.libs) containing cyggnuradio-howto-0.dll (libgnuradio-howto-0.dll on MinGW) needs to be in your PATH variable. This setup is done in run_tests.sh for the main GNU Radio, but there is no analogous setup in run_tests for howto-write-a-block. I will work on this tomorrow (unless someone else does it first).
Does anyone know if OSX has the same problem? -- Don W. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio