This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
help -g++ Ansi
- To: gcc at gcc dot gnu dot org
- Subject: help -g++ Ansi
- From: Neelakanth Nadgir <NEELAKANTH dot NADGIR at SUN dot COM>
- Date: Fri, 11 Feb 2000 12:26:41 -0800
Hi,
I was tring to compile some code (ORBacus) and I get the following
errors. I have seen these kind of erros in some other codes too.
Does any one know any flags that turn off ansi compliance? I
have RTFM, but of no avail
any help would be greatly appreciated.
thanks,
-neelakanth
--------------------
In file included from /usr/openwin/include/X11/Intrinsic.h:57,
from X11Reactor.cpp:15:
/usr/openwin/include/X11/Xutil.h:363: ANSI C++ forbids declaration of `XClipBox' with no type
/usr/openwin/include/X11/Xutil.h:389: ANSI C++ forbids declaration of `XDestroyRegion' with no type
/usr/openwin/include/X11/Xutil.h:395: ANSI C++ forbids declaration of `XEmptyRegion' with no type
/usr/openwin/include/X11/Xutil.h:402: ANSI C++ forbids declaration of `XEqualRegion' with no type
/usr/openwin/include/X11/Xutil.h:548: ANSI C++ forbids declaration of `XIntersectRegion' with no type
---------------------