Hallo *,
ich habe ein Probelem mit dem g++ (gcc-2.95.2). Ich bekomme beim Compilieren haufenweise Fehler wegen fehlender Typangaben in Headerfiles. Der g++ meint dann z.b.
/usr/openwin/include/X11/Xutil.h:676: ANSI C++ forbids declaration `XSetStandardProperties' with no type /usr/openwin/include/X11/Xutil.h:701: ANSI C++ forbids declaration `XSetWMHints' with no type /usr/openwin/include/X11/Xutil.h:770: ANSI C++ forbids declaration `XSetRegion' with no type
Wie kann man dem g++ diese Strenge abgewöhnen? Ein editieren der Headerfiles will ich mal ausschliessen.
Reinhard