Thanks a bunch Max. i had to uninstall everything and reinstall everything and now its back from the twilight zone.
On 10/24/2013 05:40 PM, ikj1234i@yahoo.com wrote:
OK so when you compile and run 'make install' for the op25 software you now know where the compiled results get put. No idea what's going wrong for you, but note this
- The directory from which you run 'make' (and its subdirectories such
 as src/lib etc) are where you should look to change source code such as .cc files or .h files
- you should be able to grab a log of the compilation process and
 which files it's compiling etc
- you should look at the timestamps of the files that get installed in
 /usr/local/lib to confirm they've been updated each time you recompile
Given that you apparently successfully compiled it the first time in order to install it, you should not have that much trouble recompiling ... In worst case as a test you can rm the file /usr/local/lib/python2.7/dist-packages/gnuradio/_op25.so. This should render your install inoperative until you re-install. The intent of the test is to prove that you're recompiling successfully.