GNOME Bugzilla – Bug 732275
ORBit2-2.14.19: AIX <sys/timer.h> defines 'func_data', need to rename within orbit code
Last modified: 2014-06-27 08:10:52 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
Created attachment 279304 [details] [review] patch renaming func_data to gfunc_data for AIX Thank you!
Looks lovely - thanks ! pushed =)