Re: [Discuss-gnuradio] macports build failure

2013-08-15 Thread Michael Dickens
On Aug 15, 2013, at 9:02 AM, Michael Dickens wrote: > Try instead: > {{{ > sudo port install gnuradio > +docs+grc+jack+orc+portaudio+python27+qtgui+sdl+swig+uhd+wavelet > configure.compiler=llvm-gcc-4.2 > }}} I just pushed a change to the gnuradio port that forces the use of an Apple-provided

Re: [Discuss-gnuradio] macports build failure

2013-08-15 Thread Michael Dickens
For folks with the MacPorts wxPython-devel build issue, if you try the alternative build command and do see: {{{ --> Installing gnuradio @3.7.0_2+docs+grc+jack+orc+portaudio+python27+qtgui+sdl+swig+uhd+wavelet ---> Activating gnuradio @3.7.0_2+docs+grc+jack+orc+portaudio+python27+qtgui+sdl+swi

Re: [Discuss-gnuradio] macports build failure

2013-08-15 Thread Michael Dickens
I wish I could better control the whole WX debacle within MacPorts, but those are not my ports; I'm helping out as much as my time allows, in hopes that these fixes are put in place sooner rather than later. On Aug 14, 2013, at 9:43 PM, Dan Aldrich wrote: > I'm running OS X 10.8.4, don't know i

Re: [Discuss-gnuradio] macports build failure

2013-08-14 Thread Dan Aldrich
I'm running OS X 10.8.4, don't know if that matters. Anyway, got further it just got me deeper down the rat-hole. Looks like there's a problem w/ py27-wxpython-devel as well. unknown20c9d0bc732f:~ daldrich$ sudo port install gnuradio +full configure.compiler=llvm-gcc-4.2 ---> Computing depen

Re: [Discuss-gnuradio] macports build failure

2013-08-14 Thread Michael Dickens
Hi Dan - On 10.8, here is what I generally use: sudo port install gnuradio +full configure.compiler=llvm-gcc-4.2 If you are on 10.7, I think that will still work. On 10.6, I think you set the compiler to just "gcc-4.2" but it's been a while. For a full list of compiler options, see < http://g

Re: [Discuss-gnuradio] macports build failure

2013-08-14 Thread Tom Rondeau
On Wed, Aug 14, 2013 at 3:27 PM, Dan Aldrich wrote: > I just submitted a report on trying to build gnu radio using macports. Is > pyBomb the preferred way to build it now? PyBOMBS hasn't been worked on for OSX, yet. It should be possible to add macports as a way to handle many of the recipes, bu

[Discuss-gnuradio] macports build failure

2013-08-14 Thread Dan Aldrich
I just submitted a report on trying to build gnu radio using macports. Is pyBomb the preferred way to build it now? Using the default compiler I got: WARNING: GNU Radio's VOLK component (which handles vector optimized instructions and routines) compiles best when using GCC. The selected compil