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 ?
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. <rltexas1 at gmail.com> 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 ?
I got it. Had the wrong version of gcc.
On Tue, Dec 9, 2014 at 12:30 PM, Ricardo L. <rltexas1 at gmail.com> 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. <rltexas1 at gmail.com> 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 ?
participants (1)
-
rltexas1@gmail.com