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: Vipin Sharma
Subject: Re: [Discuss-gnuradio] gnuradio on High Sierra
Date: Sat, 19 May 2018 12:59:46 -0700

I tried installing gnuradio-devel. The following error still shows up. I also tried uninstalling the “gnuradio” and left “gnuradio-devel” installed. That doesn’t make any difference either.

Anything else I can try until your fix is available in the release?


Error:

/opt/local/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'?
            m_test_function( std::bind(test, m_fixture) )

Vipin

On May 17, 2018, at 12:02 PM, Michael Dickens <address@hidden> wrote:

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?


reply via email to

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