Has anyone tried to compile Cppunit-1.5.5 for the Dynix flavor of Unix (Sequent: PTX)? I am running into problems with the make process.
% /bin/sh ../../libtool --mode=compile c++ - DHAVE_CONFIG_H -I. -I. -I../../include - I/software/cppunit-1.5.5/src -O2 -c TestAssert.cpp
% c++ -DHAVE_CONFIG_H -I. -I. -I../../include - I/software/cppunit-1.5.5/src -O2 -c TestAssert.cpp - KPIC -DPIC -o TestAssert.lo
"../../include/cppunit/Exception.h", line 15: error #262: not a class or struct name class Exception : public exception ^
1 error detected in the compilation of "TestAssert.cpp". c++: Fatal Error: Compilation failed
I am using sequent's c++ compiler v5.2.5
(note: I am a new UNIX user and have been tasked with trying to compile this on the Sequent/Dynix platform)
Thanks, Jerry Nguyen Gerald_Nguyen@mantas.com
Log in to post a comment.
Has anyone tried to compile Cppunit-1.5.5 for the
Dynix flavor of Unix (Sequent: PTX)? I am running
into problems with the make process.
% /bin/sh ../../libtool --mode=compile c++ -
DHAVE_CONFIG_H -I. -I. -I../../include -
I/software/cppunit-1.5.5/src -O2 -c TestAssert.cpp
% c++ -DHAVE_CONFIG_H -I. -I. -I../../include -
I/software/cppunit-1.5.5/src -O2 -c TestAssert.cpp -
KPIC -DPIC -o TestAssert.lo
"../../include/cppunit/Exception.h", line 15: error
#262: not a class or
struct name
class Exception : public exception
^
1 error detected in the compilation
of "TestAssert.cpp".
c++: Fatal Error: Compilation failed
I am using sequent's c++ compiler v5.2.5
(note: I am a new UNIX user and have been tasked with
trying to compile this on the Sequent/Dynix platform)
Thanks,
Jerry Nguyen
Gerald_Nguyen@mantas.com