|
From: Muhammad M. J. <man...@gm...> - 2009-12-02 15:39:33
|
Hi guys, I am compiling trunk on AIX 5 and have hit a #error in include/pub_tool_basics.h: # error "need to define SysRes accessors on AIX5 (copy from 3.4.1 sources)" I grabbed a bunch of older revisions of the file, and cannot find any definitions that I can “copy from 3.4.1 sources”. The #error was added when the Linux accessor functions were added. Given that the AIX SysRes struct is not defined the same way as its Linux counterpart, I cannot do a simple copy/paste of the Linux accessor functions into the AIX section. Any help to get this compiled would be greatly appreciated. Thanks, Mansoor |