You state that CppUnit2 should compile under gcc2.95. I would request that be gcc3.0 or newer. I know things changed between 2.95 and 3.0. All of the latest version of the Apple development tools are gcc3.0 or newer.
Thanks
Robert
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Compiler versions are indications for minimal compiler requirement. That is, cppunit 2 core should compile and work on those versions. Tthough, some features requiring more conformant STL or template support may not be available.
gcc 2.95 & VC 6 sp5 were choosen because they are among the most widely used compilers those days.
Baptiste.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Baptiste,
You state that CppUnit2 should compile under gcc2.95. I would request that be gcc3.0 or newer. I know things changed between 2.95 and 3.0. All of the latest version of the Apple development tools are gcc3.0 or newer.
Thanks
Robert
Compiler versions are indications for minimal compiler requirement. That is, cppunit 2 core should compile and work on those versions. Tthough, some features requiring more conformant STL or template support may not be available.
gcc 2.95 & VC 6 sp5 were choosen because they are among the most widely used compilers those days.
Baptiste.