Jon Trulson <j...@radscan.com> writes:

> What gcc6 issues did you have?  I fixed some for FreeBSD, maybe it
> works for you now?

Alright, here's the deal.  GCC>4 turns on C11 mode by default.  It's a
standards error to compile an XPG5 (or older) application with a C99 or
newer compiler.  Sun systems actually call you on this.

The answer is -ansi (or -std=c89, -std=c90, etc), and it fixes that
particular problem.  However, more surface.

When you get a chance, can you tell me if you get a clean build with
-ansi on a GCC6 system?  I'll go from there.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to