I am using cppunit-1.9.8 on solaris 8 with Forte C++ compiler 6 update 2 .
I am getting the following error when I am trying to compile Examples. Can some body help me out!!
thanks,
sarma
Making all in simple
make[1]: Entering directory `/tmp_mnt/net/legato-2/u4/users/schitti/projects/cppunit-1.9.8/examples/simple'
source='ExampleTestCase.cpp' object='ExampleTestCase.o' libtool=no \
depfile='.deps/ExampleTestCase.Po' tmpdepfile='.deps/ExampleTestCase.TPo' \
depmode=none /bin/sh ../../config/depcomp \
CC -G -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -c -o ExampleTestCase.o `test -f ExampleTestCase.cpp || echo './'`ExampleTestCase.cpp
"ExampleTestCase.h", line 16: Error: ExampleTestCase::ThisTestFixtureType is not accessible from ExampleTestCase::ThisTestFixtureFactory.
"ExampleTestCase.h", line 16: Error: ExampleTestCase::ThisTestFixtureType is not accessible from ExampleTestCase::ThisTestFixtureFactory::makeFixture() const.
2 Error(s) detected.
make[1]: *** [ExampleTestCase.o] Error 2
make[1]: Leaving directory `/tmp_mnt/net/legato-2/u4/users/schitti/projects/cppunit-1.9.8/examples/simple'
make: *** [all-recursive] Error 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using cppunit-1.9.8 on solaris 8 with Forte C++ compiler 6 update 2 .
I am getting the following error when I am trying to compile Examples. Can some body help me out!!
thanks,
sarma
Making all in simple
make[1]: Entering directory `/tmp_mnt/net/legato-2/u4/users/schitti/projects/cppunit-1.9.8/examples/simple'
source='ExampleTestCase.cpp' object='ExampleTestCase.o' libtool=no \
depfile='.deps/ExampleTestCase.Po' tmpdepfile='.deps/ExampleTestCase.TPo' \
depmode=none /bin/sh ../../config/depcomp \
CC -G -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../include -g -c -o ExampleTestCase.o `test -f ExampleTestCase.cpp || echo './'`ExampleTestCase.cpp
"ExampleTestCase.h", line 16: Error: ExampleTestCase::ThisTestFixtureType is not accessible from ExampleTestCase::ThisTestFixtureFactory.
"ExampleTestCase.h", line 16: Error: ExampleTestCase::ThisTestFixtureType is not accessible from ExampleTestCase::ThisTestFixtureFactory::makeFixture() const.
2 Error(s) detected.
make[1]: *** [ExampleTestCase.o] Error 2
make[1]: Leaving directory `/tmp_mnt/net/legato-2/u4/users/schitti/projects/cppunit-1.9.8/examples/simple'
make: *** [all-recursive] Error 1