Coda File System

Re: Building CVS coda

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Thu, 13 Jun 2002 11:04:15 -0400
On Thu, Jun 13, 2002 at 06:25:14PM +0900, Stephen J. Turnbull wrote:
> c++ -fno-exceptions -fno-operator-names -MD -DHAVE_CONFIG_H -I. -I/home/steve/Projects/Coda/coda/include -I/home/steve/Projects/Coda/coda  -g -O2   -c -o dict.o dict.cc
> In file included from dlist.h:42,
>                  from dict.h:76,
>                  from dict.cc:37:
> /usr/include/stdio.h:295: parse error before `throw'

Ehh, what compiler are you using? the #include <stdio.h> is definitely
within an extern "C" { } declaration, so it shouldn't complain about C++
keywords in standard C header files.

Jan
Received on 2002-06-13 11:05:49