John Levon wrote: >> Add #include <ostream> to debugstream.h before the #include >> nullstream call? Might be interesting to ascertain why it fails for >> you and not for others... > > It failed for me with gcc 2.96 on my IA64 box too
I think it is all a function of the grossly non-standard stream classes shipped with gcc < 3. There are stream classes in support that I'd expect are there for just this reason. Do they help? -- Angus