I've tried instaling cppunit in a Solaris enviroment. It installs correctly, it can run its examples. But when I try compile a code of mine just putting the files names in the include section like:
#include "cppunit/Asserter.h"
When I try to compile, the compiler comes with the following error:
/compiler/diab/4.3g/include/stl/tempbuf.h", line 114: error (dplus:1258): exception handling disabled
I dont know how to handle this. I would thank a lot if someone could help me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've tried instaling cppunit in a Solaris enviroment. It installs correctly, it can run its examples. But when I try compile a code of mine just putting the files names in the include section like:
#include "cppunit/Asserter.h"
When I try to compile, the compiler comes with the following error:
/compiler/diab/4.3g/include/stl/tempbuf.h", line 114: error (dplus:1258): exception handling disabled
I dont know how to handle this. I would thank a lot if someone could help me.