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]

help -g++ Ansi



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
---------------------


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