This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libungif doesn't build with GCC 3.0




On Tue, 19 Jun 2001, Frédéric L. W. Meunier wrote:
> /usr/local/src/CVS/libungif/lib/qprintf.c:42: `va_start' used in
function with fixed args

Libungif isn't using varargs.h properly.  As a workaround,
remove HAVE_VARARGS_H from config.h after you configure, so it'll
use stdarg.h instead.

(The varargs.h header is obsolete and should probably disappear from
gcc some day.)

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]