[Top][All Lists]
[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
- Re: problems compiling groff with gcc-3.0.3, Werner LEMBERG, 2002/01/24
- Re: problems compiling groff with gcc-3.0.3, Akim Demaille, 2002/01/24
- Re: problems compiling groff with gcc-3.0.3, Akim Demaille, 2002/01/24
- Re: problems compiling groff with gcc-3.0.3, Werner LEMBERG, 2002/01/24
- Re: problems compiling groff with gcc-3.0.3, Hans Aberg, 2002/01/24
- Re: problems compiling groff with gcc-3.0.3, Courtney Grimland, 2002/01/24
- Re: problems compiling groff with gcc-3.0.3, Hans Aberg, 2002/01/25
- Re: problems compiling groff with gcc-3.0.3, Adam Tee, 2002/01/25
- Re: problems compiling groff with gcc-3.0.3, Tim Van Holder, 2002/01/25
- Re: problems compiling groff with gcc-3.0.3, Akim Demaille, 2002/01/25
- Re: problems compiling groff with gcc-3.0.3,
Hans Aberg <=
- Re: problems compiling groff with gcc-3.0.3, Werner LEMBERG, 2002/01/25
- Re: problems compiling groff with gcc-3.0.3, Akim Demaille, 2002/01/25
- Re: problems compiling groff with gcc-3.0.3, Werner LEMBERG, 2002/01/25
- Re: problems compiling groff with gcc-3.0.3, Hans Aberg, 2002/01/26
- Re: problems compiling groff with gcc-3.0.3, Werner LEMBERG, 2002/01/26
- Re: problems compiling groff with gcc-3.0.3, Hans Aberg, 2002/01/26
- Re: problems compiling groff with gcc-3.0.3, Hans Aberg, 2002/01/25
- Re: problems compiling groff with gcc-3.0.3, Akim Demaille, 2002/01/28
- Re: problems compiling groff with gcc-3.0.3, Akim Demaille, 2002/01/28
- Re: problems compiling groff with gcc-3.0.3, Paul Eggert, 2002/01/28