After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589893 - Remove deprecated Glib symbol
Remove deprecated Glib symbol
Status: RESOLVED FIXED
Product: gmime
Classification: Other
Component: general
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: Jeffrey Stedfast
Jeffrey Stedfast
Depends on:
Blocks: 560423
 
 
Reported: 2009-07-27 15:29 UTC by André Klapper
Modified: 2009-10-10 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-07-27 15:29:29 UTC
gmime uses G_GNUC_PRETTY_FUNCTION in ./zenprofiler.h which is deprecated

http://library.gnome.org/devel/glib/2.20/glib-Miscellaneous-Macros.html#G-GNUC-PRETTY-FUNCTION--CAPS
Comment 1 Jeffrey Stedfast 2009-08-12 18:55:47 UTC
do you know what should be used instead?

zenprofiler.h isn't really used anyway, it's pretty much a dead include that I used for a short while for doing some rough profiling.
Comment 2 Luis Menina 2009-08-14 13:01:44 UTC
I personnaly use G_STRFUNC for that...
Comment 3 André Klapper 2009-09-20 15:20:55 UTC
so can this get a fix please?
Comment 4 Jeffrey Stedfast 2009-10-10 15:37:51 UTC
fixed by just removing the header file