Comment 0 for bug 1016020

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

The experimental GTK+ 3 build fails if deprecated declarations are switched off in GCC using:

make -k CPPFLAGS+="-Werror=deprecated-declarations"

Errors are reported for GTK+, GDK and Pango. Although this isn't a major problem, all these symbols will eventually disappear from the upstream libraries, so we should replace them before build-failures start occurring in distros.

Build tested on Ubuntu Precise (amd64).