Re: [Cppunit-devel] Small patch for cppunit on Alpha Tru64 Unix 5.1
Brought to you by:
blep
From: Petter R. <pe...@hu...> - 2001-06-11 13:54:17
|
[Steve M. Robbins] > Petter: what feature is missing if __USE_STD_IOSTREAM is NOT defined? > Does the problem appear in Tru64 4.x, by chance? I have a 4.0f system > (on which I could work out a configure test), but no 5.x systems. The code refuses to compile if it isn't defined. Apparently, the C++ library on Tru64 5.x (I know nothing of Tru64 4.x) require one of two defines to allow iostreams to be included. I choose the Standard C++ define when compiling cppunit. A simple compile test in configure.in should solve the problem. |