Hi, when trying to build FOSSgettext on osol b109, I got ------------- pkgbuild: "autosprintf.cc", line 44: Error: The function "va_start" must have a prototype. pkgbuild: "autosprintf.cc", line 45: Warning: The variable args has not yet been assigned a value. pkgbuild: "autosprintf.cc", line 47: Error: The function "va_end" must have a prototype. -------------
I found that uncommenting #include <stdarg.h> in the autosprintf.cc.1.diff patch made it pass -- This message posted from opensolaris.org
