[sleuthkit-developers] [ sleuthkit-Bugs-3481464 ] errors_test.h missing from git
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2012-01-30 01:05:19
|
Bugs item #3481464, was opened at 2012-01-29 17:05 Message generated for change (Tracker Item Submitted) made by bensonmargulies You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3481464&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Benson Margulies (bensonmargulies) Assigned to: Nobody/Anonymous (nobody) Summary: errors_test.h missing from git Initial Comment: errors_test.cpp is there. errors_test.h is not. g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -I/usr/local/include -g -O2 -c -o errors_test.o errors_test.cpp errors_test.cpp:23:25: error: errors_test.h: No such file or directory errors_test.cpp:26: error: expected constructor, destructor, or type conversion before ‘(’ token errors_test.cpp:28: error: ‘ErrorsTest’ has not been declared errors_test.cpp:29: error: ‘ErrorsTest’ has not been declared errors_test.cpp:31: error: ‘ErrorsTest’ has not been declared errors_test.cpp: In function ‘void testInitialState()’: errors_test.cpp:35: error: ‘CPPUNIT_ASSERT’ was not declared in this scope errors_test.cpp: At global scope: errors_test.cpp:40: error: ‘ErrorsTest’ has not been declared errors_test.cpp: In function ‘void testLengthChecks()’: errors_test.cpp:50: error: ‘CPPUNIT_ASSERT’ was not declared in this scope errors_test.cpp: At global scope: errors_test.cpp:115: error: ‘ErrorsTest’ has not been declared errors_test.cpp: In function ‘void testMultithreaded()’: errors_test.cpp:125: error: ‘CPPUNIT_FAIL’ was not declared in this scope errors_test.cpp:139: error: ‘CPPUNIT_FAIL’ was not declared in this scope errors_test.cpp:146: error: ‘CPPUNIT_FAIL’ was not declared in this scope errors_test.cpp:152: error: ‘CPPUNIT_FAIL’ was not declared in this scope errors_test.cpp:167: error: ‘CPPUNIT_ASSERT’ was not declared in this scope errors_test.cpp:175: error: ‘CPPUNIT_FAIL’ was not declared in this scope errors_test.cpp:188: error: ‘CPPUNIT_FAIL’ was not declared in this scope make: *** [errors_test.o] Error 1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3481464&group_id=55685 |