>>>>> "Yann" == Yann Collete <[EMAIL PROTECTED]> writes:
Yann> Hello, It seems to be a problem with gcc.
No, that's a problem with the broken headers Sun has put in
/usr/openwin/include.
Yann> To turn this problem
Yann> off, you must add the following flag in Makefiles : -fpermissive
Yann> so as to allow 'declaration with no type'
It seems that a better solution is to use the flag
-isystem /usr/openwin/include
which tells gcc that this directory is a system directory, and so that
weird things may happen.
JMarc