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 131397 - AIX compiler fixes
AIX compiler fixes
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: general
2.4.x
Other other
: Normal normal
: future
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-14 03:13 UTC by The Written Word
Modified: 2005-01-25 23:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (2.91 KB, patch)
2004-01-14 03:13 UTC, The Written Word
none Details | Review

Description The Written Word 2004-01-14 03:13:20 UTC
1. [libgnomeui/gnome-client.h, libgnomeui/gnome-druid-page-edge.h,
   libgnomeui/gnome-font-picker.c, libgnomeui/gnome-mdi.h]
   AIX compiler wants bit types to be integers.

2. [libgnomeui/gnome-about.c, libgnomeui/gnome-druid.c,
   libgnomeui/gnome-druid-page-standard.c,
   libgnomeui/gnome-icon-theme.c]
   AIX compiler does not like comma after last enum constant.
Comment 1 The Written Word 2004-01-14 03:13:43 UTC
Created attachment 23339 [details] [review]
Patch
Comment 2 Kjartan Maraas 2005-01-25 23:45:57 UTC
Applied the bits that still are relevant to HEAD. Will backport to stable later.