bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] tar 1.27.1 compile error on AIX 7.1 TL2 SP3 and AIX 6.1 TL


From: yaberger
Subject: Re: [Bug-tar] tar 1.27.1 compile error on AIX 7.1 TL2 SP3 and AIX 6.1 TL8 SP3 with IBM XL C/C++
Date: Tue, 24 Dec 2013 07:21:08 -0500

Hi,

Thanks for the quick reply.

address@hidden ==> make V=1
        make  all-recursive
Making all in doc
Target "all" is up to date.
Making all in gnu
        make  all-recursive
Target "all-am" is up to date.
Making all in lib
        make  all-am
Target "all-am" is up to date.
Making all in rmt
Target "all" is up to date.
Making all in src
        source='incremen.c' object='incremen.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../build-aux/depcomp  cc -qlanglvl=extc89 -qlanglvl=extc99 -DHAVE_CONFIG_H -I. -I..  -I../gnu -I../ -I../gnu -I../lib -I../lib     -g -c -o incremen.o incremen.c
"incremen.c", line 1299.15: 1506-045 (S) Undeclared identifier SYSINT_BUFSIZE.
"incremen.c", line 1299.15: 1506-1324 (S) Array size must have integer type.
"incremen.c", line 1300.15: 1506-045 (S) Undeclared identifier SYSINT_BUFSIZE.
"incremen.c", line 1300.15: 1506-1324 (S) Array size must have integer type.
"incremen.c", line 1409.16: 1506-045 (S) Undeclared identifier SYSINT_BUFSIZE.
"incremen.c", line 1409.16: 1506-1324 (S) Array size must have integer type.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.


####
Then ran this:
source='incremen.c' object='incremen.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../build-aux/depcomp  cc -qlanglvl=extc89 -qlanglvl=extc99 -DHAVE_CONFIG_H -I. -I..  -I../gnu -I../ -I../gnu -I../lib -I../lib     -g -E -o incremen.o incremen.c > /tmp/tar.output

tar.output is kinda big, and so is the enum to get the SYSINT_BUFSIZE value...



Best regards,

Yannick Bergeron
Advisory IT Specialist




From:        Paul Eggert <address@hidden>
To:        Yannick Y Bergeron/Bromont/address@hidden, address@hidden,
Date:        12/23/2013 05:09 PM
Subject:        Re: [Bug-tar] tar 1.27.1 compile error on AIX 7.1 TL2 SP3 and AIX 6.1 TL8 SP3 with IBM XL C/C++




On 12/23/2013 12:53 PM, address@hidden wrote:
>   CC       incremen.o
> "incremen.c", line 1299.15: 1506-045 (S) Undeclared identifier SYSINT_BUFSIZE.

That's odd, since the identifier should be declared.
Try building with "make V=1" to get the full compiler command
line, then replace -c with -E in that line to get the
preprocessor output, to see why the identifier isn't
declared for you.


Attachment: tar.output
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]