Re: [Cppunit-devel] Small patch for cppunit on Alpha Tru64 Unix 5.1
Brought to you by:
blep
From: Steve M. R. <ste...@vi...> - 2001-06-11 13:44:02
|
I'll endorse Baptiste's concern: it is extremely dangerous to add random #defines to the code --- especially ones with leading underscores! If the symbol is needed to enable a feature on some platforms, it can be detected for in the configure script. 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. -Steve On Sun, Jun 10, 2001 at 11:53:46AM +0200, Baptiste Lepilleur wrote: > Is #define __USE_STD_IOSTREAM due to the use of RogueWave STL ? I think I > already read something about it somewhere (either here or in the forum). > > If that is the case, it would be better to detect the use of those STL (it > is a crossplatform library) in the configure script and have config.h do > those define. > > Baptiste. > > ----- Original Message ----- > From: "Petter Reinholdtsen" <pe...@hu...> > To: <cpp...@li...> > Sent: Saturday, June 09, 2001 2:25 AM > Subject: [Cppunit-devel] Small patch for cppunit on Alpha Tru64 Unix 5.1 > > > > > > Hello > > > > I had to apply the following patch to get cppunit 1.5.5 to compile > > using Compaq C++ on Tru64 Unix. Please include it in the next > > distribution. :-) -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants |