This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC 2.95.2
- To: gcc at gcc dot gnu dot org
- Subject: GCC 2.95.2
- From: c958179 at student dot dtu dot dk
- Date: Mon, 4 Dec 2000 11:00:56 +0100 (MET)
I am using gcc-2.95.2 to compile a c++ program. The program has been
compiled and run with a egcs-1.1.2 compiler before.But when I try to
compile the same program with gcc-2.95.2 I get errors like:
ANCI C++ forbids declaration 'xxxx' with no type.
and
field 'xxxx' has incomplete type.
What is the meaning of these errors?
Are there something wrong with the program or with the compiler?
Thank you in advance.
Sc.