[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SunOS 5.8+gcc 2.95.3+groff-current(1.17) - problem compiling
From: |
Werner LEMBERG |
Subject: |
Re: SunOS 5.8+gcc 2.95.3+groff-current(1.17) - problem compiling |
Date: |
Tue, 24 Apr 2001 08:58:19 +0200 (CEST) |
> input.cc: In function `void init_charset_table()':
> input.cc:5234: parse error before `('
> input.cc:5235: `charset_table' undeclared (first use this function)
> input.cc:5235: (Each undeclared identifier is reported only once
> input.cc:5235: for each function it appears in.)
This is strange. `charset_table' is defined globally as an array with
256 elements around line 100. A compiler bug? Can someone check
this, please, possibly with another (newer) version of gcc (or egcs)
on SunOS 5.8?
Werner