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: GCC 2.95.3 missing __builtin_va_alist ?


Title: RE: GCC 2.95.3 missing __builtin_va_alist ?

Alexandre:

This is not the case with these files, varargs.h isn't included.
David Edelsohn suggested that I may need to run "fixincludes" when
installing.  I think he's on to something there, but I thought
that "make bootstrap" would have done all of that.  I thought
it was odd that there were only two files in the include
directory for gcc...

Robert

-----Original Message-----
From: Alexandre Oliva [mailto:aoliva@redhat.com]
Sent: Wednesday, March 28, 2001 8:11 PM
To: Boehne, Robert
Cc: gcc@gcc.gnu.org
Subject: Re: GCC 2.95.3 missing __builtin_va_alist ?


On Mar 28, 2001, Robert Boehne <rboehne@ricardo-us.com> wrote:

> /icarus/OCC/OCC/src/OpenGl/OpenGl_attri.c:559: `__builtin_va_alist'
> undeclared (first use in this function)

This is a relatively common symptom of having both varargs.h and
stdarg.h #included (directly or indirectly) in the same translation
unit.  This has been completely reworked in development snapshots, you
may want to give them a try before making the effort of coming up with
a bug report.

--
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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