Xymon Mailing List Archive search

Aix 6.x client

list Ricardo L.
Tue, 09 Dec 2014 11:01:27 -0800 (PST)
Message-Id: <1418151686606.b8900b1b@Nodemailer>

I got it. Had the wrong version of gcc.

On Tue, Dec 9, 2014 at 12:30 PM, Ricardo L. <user-7954c4ed4af4@xymon.invalid> wrote:
# gmake -s
In file included from test-endianness.c:18:
/usr/include/unistd.h:935: error: expected ')' before '[' token
/usr/include/unistd.h:936: error: expected declaration specifiers or '...' before 'rid_t'
gmake[1]: *** [test-endianness] Error 1
gmake: *** [lib-client] Error 2
On Tue, Dec 9, 2014 at 12:18 PM, Ricardo L. <user-7954c4ed4af4@xymon.invalid> wrote:
I'm having issues compiling an Aix 6.x client. 
I installed gcc , gmake , prse , psre-devel from the Linux toolkit. 
It is failing with the following error:
For some reason I feel like I am missing a pre-requisite package or need to specify a variable. 
Any thoughts ?