Project

General

Profile

Bug #1032

make test error

Added by Massimo Trifoglio about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
10/09/2013
Due date:
10/09/2013 (over 11 years late)
% Done:

100%

Estimated time:
1.00 h

Description

[trifoglio@ciws02 PacketLib]$ make tests
gcc -fexceptions -Wall -I ./include -O2 -O0 -m64 -fPIC -g -c test/InputPacketStreamFileTest.cpp -o test/InputPacketStreamFileTest.o -I /usr/include/cppunit
test/InputPacketStreamFileTest.cpp:16:32: error: cppunit/TestCaller.h: No such file or directory
test/InputPacketStreamFileTest.cpp:17:31: error: cppunit/TestSuite.h: No such file or directory
In file included from test/InputPacketStreamFileTest.cpp:18:
test/InputPacketStreamFileTest.h:19:33: error: cppunit/TestFixture.h: No such file or directory
test/InputPacketStreamFileTest.h:20:45: error: cppunit/extensions/HelperMacros.h: No such file or directory
In file included from test/InputPacketStreamFileTest.cpp:18:
test/InputPacketStreamFileTest.h:23: error: âCppUnitâ has not been declared
test/InputPacketStreamFileTest.h:23: error: expected â{â before âTestFixtureâ
test/InputPacketStreamFileTest.h:23: error: invalid type in declaration before â{â token
test/InputPacketStreamFileTest.h:23: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x
test/InputPacketStreamFileTest.h:25: error: expected primary-expression before â)â token
test/InputPacketStreamFileTest.h:25: error: âCPPUNIT_TEST_SUITEâ was not declared in this scope
test/InputPacketStreamFileTest.h:25: error: expected â}â before â;â token
test/InputPacketStreamFileTest.h:26: error: expected constructor, destructor, or type conversion before â(â token
test/InputPacketStreamFileTest.h:27: error: expected constructor, destructor, or type conversion before â;â token
test/InputPacketStreamFileTest.h:29: error: expected unqualified-id before âpublicâ
test/InputPacketStreamFileTest.h:33: error: expected unqualified-id before âprotectedâ
test/InputPacketStreamFileTest.h:36: error: expected unqualified-id before âprivateâ
test/InputPacketStreamFileTest.h:38: error: expected declaration before â}â token
make: *** [test/InputPacketStreamFileTest.o] Error 1

Also available in: Atom PDF