-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/24/2013 01:07 PM, ikj1234i@yahoo.com wrote:
Try running the following command to see if there is a version of op25 located in /usr/local
find /usr/local | grep op25
If there are file(s) found - use the 'ls -l' command to determine the file date(s)
ls -l 'find /usr/local | grep op25` [note backticks]
Generally you must run 'make install' at the end of your build process which should update the relevant files within /usr/local/lib - if you're trying to run a local copy of these modules from your home directory you'd have to have set that up properly, I've not had experience with that
Max
thanks, yeah every-time i change some code i do:
./bootstrap && ./configure && make make check sudo make install
i did what you said above and i get:
matt@matt-Inspiron-1525:~$ find /usr/local | grep op25 /usr/local/include/gnuradio/op25_decoder_ff.h /usr/local/include/gnuradio/swig/op25.i /usr/local/share/gnuradio/grc/blocks/op25_traffic_pane.xml /usr/local/share/gnuradio/grc/blocks/op25_decoder.xml /usr/local/share/gnuradio/grc/blocks/op25_fsk4.xml /usr/local/share/gnuradio/grc/blocks/op25.xml /usr/local/lib/python2.7/dist-packages/gnuradio/op25.py /usr/local/lib/python2.7/dist-packages/gnuradio/op25_imbe.py /usr/local/lib/python2.7/dist-packages/gnuradio/op25.pyc /usr/local/lib/python2.7/dist-packages/gnuradio/op25.pyo /usr/local/lib/python2.7/dist-packages/gnuradio/_op25_imbe.la /usr/local/lib/python2.7/dist-packages/gnuradio/op25_imbe.pyc /usr/local/lib/python2.7/dist-packages/gnuradio/_op25.la /usr/local/lib/python2.7/dist-packages/gnuradio/_op25_imbe.so /usr/local/lib/python2.7/dist-packages/gnuradio/op25_imbe.pyo /usr/local/lib/python2.7/dist-packages/gnuradio/_op25.so /usr/local/lib/python2.7/dist-packages/baz/op25.py /usr/local/lib/python2.7/dist-packages/baz/op25_traffic_pane.pyc /usr/local/lib/python2.7/dist-packages/baz/op25_traffic_pane.py~ /usr/local/lib/python2.7/dist-packages/baz/op25.pyc /usr/local/lib/python2.7/dist-packages/baz/op25_traffic_pane.py /usr/local/lib/python2.7/dist-packages/baz/op25_traffic_pane.pyo /usr/local/lib/python2.7/dist-packages/baz/op25.pyo
matt@matt-Inspiron-1525:~$ ls -l 'find /usr/local | grep op25
and it just blinks at the prompt.
i dont know? what is this telling us ?