[mythtv] Fwd: Compile error from current cvs

Isaac Richards mythtv-dev@snowman.net
Tue, 19 Nov 2002 01:59:45 -0500


On Monday 18 November 2002 08:05 pm, Emil Friis wrote:
> What's the reason for the 'cerr undeclared' when compiling
> from cvs as of today. I had that happen once before but just
> waited a day or two and the problem was gone. Is there
> something I can do make sure cerr is defined?
>
> Not trying to be a pain, just to learn a little. I've never
> done c - only java and jsp... Who knows - maybe I'll even be
> able to contribute some day.

It's just a missing #include <iostream>, really..  gcc 3.2 doesn't pull it in 
where gcc 2.95 does, so I forget to add it occasionally.

Isaac