On Fri, 12 May 2000, Bernard Bulder wrote:
> g++ -DHAVE_CONFIG_H -I. -I. -I. -I../images -I~bulder/inc -g -O2 -fno-rtti
>-fno-exceptions -c bufferlist.C
> In file included from bufferlist.C:41:
> vc-backend.h:50: macro `stat' used without args
> *** Exit 1
> Stop.
Well. I would guess there's some problem with system headers, but it's
hard to say. You could try opening file "vc-backend.h" (which gives the
error message) and insert a new line "#undef stat" at line 49 or 50, right
before the problem point, if you think you're willing to do some hacking.
It might help or might not.