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 <michael.dick...@ettus.com> 
> 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?

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

Reply via email to