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 <vipinsha...@photonpace.com> wrote: > > Never mind. Looks like this works: > > sudo port install Cppunit > > Vipin > >> On May 15, 2018, at 6:53 AM, Vipin Sharma <vipinsha...@photonpace.com >> <mailto:vipinsha...@photonpace.com>> wrote: >> >> Thanks for the tip. How exactly I should install the CppUnit? What would be >> the MacPorts command? >> >> Vipin >
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio