One final update: You're not supposed to change configure.cxx_stdlib, even 
though you are allowed to do so.  It is set to libc++ by default in 10.9, and 
libstdc++ in 10.8 and earlier.  Even trying to override it per the below does 
not work, because some ports are now designed internally to assume libc++ on 
10.9 (those dealing with compiling code: ld64, cctools; for example).

So, the bottom line is truly that GNU Radio (in full) will not work with 10.9 
until either (1) SWIG is updated to be C++11 compliant; or (2) GNU Radio moves 
away from using SWIG to some other means for interfacing to Python.  Today I 
will see if the C++ parts of GNU Radio work on 10.9, without the SWIG Python 
interface.

Sorry for the bummer news, you OSX 10.9 users!  Go ahead and downgrade to 10.8 
for now, and GNU Radio should install and work out of the box via MacPorts. - 
MLD

On Nov 5, 2013, at 3:05 PM, Michael Dickens <[email protected]> wrote:
> {{{
> sudo port -f uninstall installed
> sudo port clean all
> sudo port install gnuradio +gcc48 +atlas configure.cxx_stdlib=libstdc++
> }}}


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to