discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Status of GNU Radio with OSX 10.9


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] Status of GNU Radio with OSX 10.9
Date: Wed, 6 Nov 2013 08:25:13 -0500

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 <address@hidden> wrote:
> {{{
> sudo port -f uninstall installed
> sudo port clean all
> sudo port install gnuradio +gcc48 +atlas configure.cxx_stdlib=libstdc++
> }}}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]