On Sat, Aug 16, 2003 at 02:31:27AM +0200, Dirk Mueller wrote: > we don't set -pedantic-errors as compiler flag for KDE sources, so whatever > you say about it, it has nothing to do with KDE. Yes, -pedantic-errors can be found in the configure script, I wonder why. > We do set it for some configure checks though, and if you have a proof that > some configure check fails because of that on your platform while you think > that it should pass, then we can discuss that. Dirk, the problem is that -pedantic with gcc 3.3.x turns what used to be warnings into errors, causing stuff to not compile. The *easiest* fix would be to not hardcode -pedantic anywhere. - alex