discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio on High Sierra


From: Sebastian Müller
Subject: Re: [Discuss-gnuradio] gnuradio on High Sierra
Date: Thu, 17 May 2018 12:36:17 -0700

If I understood correctly, Vipin in trying to compile his own OOT.

In that case, you can just switch to C++11 independently of GNU Radio AFAIK.
You can do that by putting `set(CMAKE_CXX_STANDARD 11)` into your root CMakeLists.txt.

Sebastian Müller
PGP ID DC2AA3EE

Am 17. Mai 2018 um 21:16:20, Michael Dickens (address@hidden) schrieb:

Hi Vipin - Easiest way is to just install gnuradio-devel:
{{{
sudo port -f deactivate gnuradio
sudo port install gnuradio-devel
}}}
Assuming that the 2nd command works, then in your OOT when you "make" for the first time since this GR change CMake will redo configuration & you should be good to go. Hope this is useful! - MLD

On Wed, May 16, 2018, at 9:57 PM, Vipin Sharma wrote:
Thank you. I was just trying to build a custom block in GnuRadio. GnuRadio itself is what I got from MacPorts.

I will wait for your fix. If the work involved more than a few days is there an alternative I can try out to bypass the issue for now?

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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