bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems compiling groff with gcc-3.0.3


From: Hans Aberg
Subject: Re: problems compiling groff with gcc-3.0.3
Date: Fri, 25 Jan 2002 21:56:34 +0100

At 10:45 +0000 2002/01/25, Adam Tee wrote:
>> So then it is probably the code that's old: Try to flip in a "using
>> namespace std;" somewhere appropriate.
>
>When I reported this problem last week,  that's the first thing I did but you
>still need the #include <iostream(.h)> in there.

You probably need <cstddef>, as remarked in another post by Akim, because I
think error messages are still output to C (not C++) streams. Then if your
C++ compiler is up-to-date, but your C++ aren't, it should suffice with
putting in a "using namespace std;" somewhere appropriate.

  Hans Aberg





reply via email to

[Prev in Thread] Current Thread [Next in Thread]