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: [ddd-users] egcs-2.93.22



> I'm getting different errors between egcs 1.1.2 and egcs 2.93.22 wrt X header files:

> /usr/openwin/include/X11/Xlib.h:1894: ANSI C++ forbids declaration `XSetTransientForHint' with no type

See the FAQ; the -fpermissive flag will let you get these bad headers
past the compiler (bad because they are invalid C++).



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