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: Michael Dickens
Subject: Re: [Discuss-gnuradio] gnuradio on High Sierra
Date: Wed, 16 May 2018 09:07:48 -0400

Yes what you found is the case: any project when using CppUnit 1.14 requires C++11. Are you trying to build the "gnuradio" port? If so, instead try the "gnuradio-devel", as it contains fixes for this issue && I don't recall if the release does yet. I'll look into it on my end. - MLD

On Wed, May 16, 2018, at 2:45 AM, Vipin Sharma wrote:
Although I was able to install cppunit it looks like the build doesn’t go through. Google says likely cppunit 1.14 requires c++11 but gnu radio isn’t configured for it? How do I ge the right version of cppunit?

This happens when I do make under ‘build’ directory of the OOT module I am working on.

In file included from /opt/local/include/cppunit/extensions/HelperMacros.h:9:
/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) )
                             ~~~~~^~~~


reply via email to

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