GNOME Bugzilla – Bug 426931
Incorrect handling of deprecated classes in generate_wrap_init.pl
Last modified: 2007-04-16 16:05:58 UTC
This causes that any class the includes a deprecated method using #ifndef GTKMM_DISABLE_DEPRECATED will be omitted in wrap_init.cc when build with --disable-deprecated.
Created attachment 85903 [details] [review] Patch to fix the wrap-init issue This bug changes the behaviour: _DISABLE_DEPRECATED is no longer used to determine if a class is deprecated instead it is possible to include something like that in the file to show that the class should be ommitted by wrap_init: // GTKMM_CLASS_DEPRECATED
Excellent detective work. Please do commit to the stable and trunk branches.
Commited to glibmm-2-8, 2-10, 2-12 and HEAD! I also have build new packages for bora, should I upload them?
Yes, please.
I am releasing new tarballs over the next day or so, which should usually be done instead of just releasing debian packages from svn code. If necessary, even just to show the correct version numbers, you might want to recreate the packages again.