> Soon I'll add the -DGTK_DISABLE_DEPRECATED to the CPPFLAGS so that it never
> happens again.
I did that with some other Gnome projects that I maintain. It's a bad idea.
The problem is that gtk+ deprecates new things with each new release.
So you've made sure that your app builds without using any gtk 2.10
deprecated features, but your users might be building with gtk+ 2.12
or 2.14 or newer. We'll get bug reports about this, when we simply
don't want to be tracking bleeding-edge versions of gtk+.
Cheers,
Dom
Received on Tue Feb 17 23:42:47 2009
This archive was generated by hypermail 2.1.8 : Tue Feb 17 2009 - 23:42:47 CET