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: Tue, 15 May 2018 23:45:14 -0700

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) )
                             ~~~~~^~~~

Vipin

On May 15, 2018, at 7:02 AM, Vipin Sharma <address@hidden> wrote:

Never mind. Looks like this works:

sudo port install Cppunit

Vipin

On May 15, 2018, at 6:53 AM, Vipin Sharma <address@hidden> wrote:

Thanks for the tip. How exactly I should install the CppUnit? What would be the MacPorts command?

Vipin



reply via email to

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