Xymon Mailing List Archive search

Aix 6.x client

3 messages in this thread

list Ricardo L. · Tue, 09 Dec 2014 10:18:07 -0800 (PST) ·
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 ?
list Ricardo L. · Tue, 09 Dec 2014 10:30:05 -0800 (PST) ·
# 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
quoted from Ricardo L.

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 ?
list Ricardo L. · Tue, 09 Dec 2014 11:01:27 -0800 (PST) ·
I got it. Had the wrong version of gcc.
quoted from Ricardo L.

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 ?