-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build.sh fails with CppUnit errors #93
Comments
similar problem here :
|
hi similar prob here and it is Catalina 10.15.6
|
Hi @markl17 and @jhegedus42 - did either of you ever resolve our mutual problem? |
I am also hitting this issue. @markl17 @jhegedus42 @zendata - Have any of you found a resolution? |
No unfortunately. I have tried everything I can think of and retested last week - still getting the same error.
Cheers,
Graham Cottew
Technology Director
Zendata Pty Ltd
+61417722400
… On 14 Jul 2020, at 13:28, Josh Famestad ***@***.***> wrote:
I am also hitting this issue. @markl17 <https://github.com/markl17> @jhegedus42 <https://github.com/jhegedus42> @zendata <https://github.com/zendata> - Have any of you found a resolution?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#93 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAUSF2F5WYIGQUSCR2FDPRTR3PGEBANCNFSM4M4YJEJQ>.
|
I managed to bypass this build step by doing the following steps:
then I manually signalled the build script this step is done by:
and rerun build.sh |
Tried building on two different MBP's, one running Catalina and the other Mojave and both stop the build script with the same error(s):
Making install in DllPlugInTester
clang++ -mmacosx-version-min=10.7 -stdlib=libc++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -I/Applications/GNURadio.app/Contents/MacOS/usr/include -I/opt/X11/include -I/Applications/GNURadio.app/Contents/MacOS/usr/include -I/opt/X11/include -MT DllPlugInTester.o -MD -MP -MF .deps/DllPlugInTester.Tpo -c -o DllPlugInTester.o DllPlugInTester.cpp
clang++ -mmacosx-version-min=10.7 -stdlib=libc++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -I/Applications/GNURadio.app/Contents/MacOS/usr/include -I/opt/X11/include -I/Applications/GNURadio.app/Contents/MacOS/usr/include -I/opt/X11/include -MT CommandLineParser.o -MD -MP -MF .deps/CommandLineParser.Tpo -c -o CommandLineParser.o CommandLineParser.cpp
In file included from CommandLineParser.cpp:1:
./CommandLineParser.h:26:3: error: use of undeclared identifier 'CppUnit'
CPPUNIT_NS::PlugInParameters m_parameters;
^
../../include/cppunit/Portability.h:121:21: note: expanded from macro 'CPPUNIT_NS'
define CPPUNIT_NS CppUnit
CommandLineParser.cpp:78:29: error: use of undeclared identifier 'CppUnit'
plugIn.m_parameters = CPPUNIT_NS::PlugInParameters( parameters );
^
../../include/cppunit/Portability.h:121:21: note: expanded from macro 'CPPUNIT_NS'
define CPPUNIT_NS CppUnit
2 errors generated.
make[2]: *** [CommandLineParser.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from DllPlugInTester.cpp:16:
./CommandLineParser.h:26:15: error: no type named 'PlugInParameters' in namespace 'CppUnit'
CPPUNIT_NS::PlugInParameters m_parameters;
The text was updated successfully, but these errors were encountered: