>>>>> "Bernard" == Bernard Bulder <[EMAIL PROTECTED]> writes:
Bernard> Hello, I try to compile lyx-1.1.4fix3 on a DEC Alpha
Bernard> workstation running OSF1 V5.0 in a directory below my
Bernard> personal HOME i.e. not in /usr/local/lyx but
Bernard> vc-backend.h:50: macro `stat' used without
Bernard> args
Bernard> I compile with gcc and g++ both versions 2.8.1
Hmm, so it seems that stat() is a macro in Tru64 Unix 5.0 (it is not
on version 4.0f)... Could you have a look at /usr/include/sys/stat.h
to see whether it is always defined this way?
A quick workaround is probably to add
#undef stat
after the #include directives in src/vc-backend.h.
Hope this helps.
JMarc