GNU Radio Using MacPorts

On Nov 26, 2012, at 5:30 PM, Arturo R. [email protected] wrote:

I smoothly installed the port version with

sudo port install gnuradio +docs +grc +python27 +qtgui +wxgui +uhd +volk
+wavelet +jack +portaudio +swig +sdl configure.compiler=llvm-gcc-4.2

performing a full installation.

Great!

Now my question is, is there a way to use the GL sinks (scopesink, fftsink and
so on) ? Every time i run a flow graph containing one of these elements, i get a
OpenGL error and its pyton binding…any hint to solve this issue ?

Can you post the console error message so that we can see what’s going
on, as well as what you were trying to do when you got the error? - MLD

On Nov 22, 2012, at 9:53 AM, Tom R. [email protected] wrote:

Yes, that’s better. More what I was going for originally, too. Thanks.
Thanks for adding that variable in. Works nicely. I’ll update the
Portfile. - MLD

Hi Arturo - Can you load up the GRC example provided by GR:
gnuradio/examples/grc/simple/variable_config.grc ? This file works just
fine for me, no GL issues or anything, and it looks about the same as
your figure (or, maybe I’m doing something wrong?). I’m running from
the latest GIT master (as installed by MacPorts “gnuradio-devel +full”;
just updated this morning!). If this gives you the same error, then
either email me off-list and we can work on resolving it; or, create a
ticket in MacPorts and assign me as the owner and I’ll work with you
there. - MLD

Nella citazione in data Thu Nov 29 23:31:58 2012, Arturo R. ha
scritto:

owner and I’ll work with you there. - MLD

File
I get the controls part but not the plotting part of the sink :

updated as soon as i perform some tests on my setup.

Regards, Arturo

I am currently testing two installations :

sudo port install gnuradio +full +python27
configure.compiler=llvm-gcc-4.2 -v

and

sudo port install gnuradio-devel +full +python27
configure.compiler=llvm-gcc-4.2 -v

you’re totally right about “variable_config.grc”, it’s pretty much the
same flow graph as mine…

Arturo

Nella citazione in data Thu Nov 29 02:24:03 2012, Michael D. ha
scritto:

File
“/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/plotter/plotter_base.py”,
line 187, in _on_paint


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page

I need some details about your configuration. Mine is the following :

iMac 21" with MacOs X Lion 10.7.5 and MacPorts 2.1.2

i was wondering if this issue is due to the fact that i can only
install wxWidgets-devel an wxpython-devel, the 2.9.4.0 version, since
Macports itself is unable to build the 2.8.12 version on Lion 10.7 and
Xcode > 4.4 by default…any ideas about it ?. I’ll keep you updated
as soon as i perform some tests on my setup.

Regards, Arturo