Hi Chandan - It looks like you did everything correctly. Can you send me a tarball archive of your OOT module to my email here & I'll help diagnose off-list. We can report back what we find if it's useful. - MLD
On Sat, Oct 31, 2015, at 12:50 AM, chandan kumar wrote: > To install gnuradio, I first installed xquartz, then macports, after > that on terminal window, run command $ sudo port install gnuradio'. > After this I tried to install gnuradio latest development, it gave an > error which was like - unable to install gnuradio development because > conflicting ports are still active. > > Now to compile and install out-of-tree module I used, $ mkdir build $ > cd build $ CC=/usr/bin/llvm-gcc CXX=/usr/bin/llvm-g++ cmake - > DPYTHON_EXECUTABLE=/opt/local/bin/python2.7 - > DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Ve- > rsions/2.7/Headers - > DPYTHON_LIBRARY=/opt/local/Library/Frameworks/Python.framework/Versio- > ns/2.7/Python -DSPHINX_EXECUTABLE=/opt/local/bin/rst2html-2.7.py - > DGR_PYTHON_DIR=/opt/local/Library/Frameworks/Python.framework/Version- > s/2.7/lib/python2.7/site-packages .. > > $ make $ make test $ sudo make install > > Running $ make test command, passed both test in QA code. Above all > command runs well, but module does not appear in GRC. > > I am having one more problem, Fast Autocorrelation block is not > present in GRC. What should I do for this. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
