regcomp.c:2688: macro `va_start' used with too many (2) args
There is something wrong with your gcc install.
Two arguments is correct for an ANSI C like gcc. Somehow gcc has found
an old K&R style "varargs" style include file.
Usually this is caused by passing -I/usr/include to gcc. Perhaps some
misguided soul has copied or created links which have same effect.
Migrated from rt.perl.org#1602 (status was 'resolved')
Searchable as RT1602$
The text was updated successfully, but these errors were encountered: