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 732275 - ORBit2-2.14.19: AIX <sys/timer.h> defines 'func_data', need to rename within orbit code
ORBit2-2.14.19: AIX <sys/timer.h> defines 'func_data', need to rename within ...
Status: RESOLVED FIXED
Product: ORBit2
Classification: Deprecated
Component: general
2.14.x
Other AIX
: Normal normal
: ---
Assigned To: ORBit maintainers
ORBit maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-26 10:45 UTC by Michael Haubenwallner
Modified: 2014-06-27 08:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch renaming func_data to gfunc_data for AIX (3.54 KB, patch)
2014-06-26 10:47 UTC, Michael Haubenwallner
none Details | Review

Description Michael Haubenwallner 2014-06-26 10:45:32 UTC
I do get this build error here on powerpc-ibm-aix6.1.0.0 with gcc:

In file included from orbit-idl-main.c:34:
orbit-idl2.h:19: error: expected ';', ',' or ')' before '.' token
orbit-idl2.h:22: error: expected ';', ',' or ')' before '.' token

Problem is that AIX sys/timer.h does:
#define func_data       t_union.data
Comment 1 Michael Haubenwallner 2014-06-26 10:47:19 UTC
Created attachment 279304 [details] [review]
patch renaming func_data to gfunc_data for AIX

Thank you!
Comment 2 Michael Meeks 2014-06-27 08:10:52 UTC
Looks lovely - thanks ! pushed =)