On Fri, 4 Sep 1998, Earl Robinson wrote:
> I'm still having problems compiling swish++. I upgraded to the egcs 1.1
> compiler and the same errirs still com up. I've put the error messages
> below. If anybody knows what my problem is, and how to fix it, PLEASE let
> me know.
> g++ -O3 -c directory.c
> In file included from /usr/include/dirent.h:43,
> from directory.c:23:
> /usr/include/sys/dirent.h:52: syntax error before `;'
Looks like the installation of your standard headers is messed
up. Errors in standard headers most likely have nothing to do
with whatever code you are compiling.
Without seeing line 52 and its surrounding context, there isn't
much anybody can do.
- Paul
Received on Thu Sep 10 08:31:07 1998