Skip to content

Instantly share code, notes, and snippets.

@csexton
Created April 27, 2009 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csexton/102708 to your computer and use it in GitHub Desktop.
Save csexton/102708 to your computer and use it in GitHub Desktop.
csexton@cs-zesty:~/src/nueng (git::master)$ make check
Making check in src
make[1]: Nothing to be done for `check'.
Making check in test
make NuEngTest
g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestMain.o -MD -MP -MF .deps/NuEngTest-TestMain.Tpo -c -o NuEngTest-TestMain.o `test -f 'TestMain.cpp' || echo './'`TestMain.cpp
TestMain.cpp:15:30: error: cppunit/TestCase.h: No such file or directory
TestMain.cpp:16:32: error: cppunit/TestCaller.h: No such file or directory
TestMain.cpp:17:52: error: cppunit/extensions/TestFactoryRegistry.h: No such file or directory
TestMain.cpp:18:32: error: cppunit/TestResult.h: No such file or directory
TestMain.cpp:19:31: error: cppunit/TestSuite.h: No such file or directory
TestMain.cpp:21:40: error: cppunit/ui/text/TestRunner.h: No such file or directory
TestMain.cpp: In function ‘int main(int, char**)’:
TestMain.cpp:224: error: ‘CppUnit’ has not been declared
TestMain.cpp:224: error: ‘TestRunner’ was not declared in this scope
TestMain.cpp:224: error: expected `;' before ‘runner’
TestMain.cpp:226: error: ‘CppUnit’ has not been declared
TestMain.cpp:226: error: ‘TestFactoryRegistry’ was not declared in this scope
TestMain.cpp:226: error: ‘registry’ was not declared in this scope
TestMain.cpp:226: error: ‘CppUnit’ has not been declared
TestMain.cpp:226: error: ‘getRegistry’ was not declared in this scope
TestMain.cpp:227: error: ‘CppUnit’ has not been declared
TestMain.cpp:228: error: ‘runner’ was not declared in this scope
make[2]: *** [NuEngTest-TestMain.o] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment