Hi,
I tried the following solution, but it didn't work for me.
Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX
|
| |
Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX
| |
|
I have tried the same on another macOS system with similar results.I have even
installing gnuradio-devel macport, which gave the same error.
ThanksVamsi
On Sunday, 20 November 2016 3:17 PM, vamsi krishna <[email protected]>
wrote:
Hi,
I run into the attached error when I create a OOT module and installed it using
the following commands.
#gnuradio commands#inside gr directorymkdir buildcd build
#the install prefix should be given as gnuradio was installed in that folder by
MacPortscmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/local ../#to build all filessudo
make
#to build and install files into correct directory to be used by GRCsudo make
install
#To remove certain error for GNURadio companionexport
PYTHONPATH=/opt/local/lib/python2.7/site-packages/
I do not have problem using existing blocks, but when I create a new (empty
module without any code in work function)
I'm running GNURadio on Mac installed using MacPortssudo port install gnuradio
-universal
There is a python error twice (once during initial GNURadio startup and later
when I click on block the gnuradio crashes with that error again)
Could you please let me know how to resolve the issue?
ThanksVamsi
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio