bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] tar 1.15 argp-help.c


From: address@hidden
Subject: [Bug-tar] tar 1.15 argp-help.c
Date: Mon, 28 Feb 2005 20:38:11 +0100
User-agent: Mozilla/5.0 (X11; U; IRIX64 IP27; en-US; rv:1.8b) Gecko/R-A-C

hello,

got the following error using irix 6.5.27, mipspro 7.42.

cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -I/usr/local2/include -I/usr/nekoware/include -O3 -mips4 -OPT:IEEE_arithmetic=3 -lfastm -lm -c argp-help.c
cc-1028 cc: ERROR File = argp-help.c, Line = 1058
 The expression used must have a constant value.

   struct pentry_state pest = { entry, stream, hhstate, 1, state };
                                ^

cc-1028 cc: ERROR File = argp-help.c, Line = 1058
 The expression used must have a constant value.

   struct pentry_state pest = { entry, stream, hhstate, 1, state };
                                       ^

cc-1028 cc: ERROR File = argp-help.c, Line = 1058
 The expression used must have a constant value.

   struct pentry_state pest = { entry, stream, hhstate, 1, state };
                                               ^

cc-1028 cc: ERROR File = argp-help.c, Line = 1058
 The expression used must have a constant value.

   struct pentry_state pest = { entry, stream, hhstate, 1, state };
                                                           ^

cc-1174 cc: WARNING File = argp-help.c, Line = 1840
 The variable "buf" was declared but never referenced.

             char buf[200];
                  ^

4 errors detected in the compilation of "argp-help.c".
gmake[3]: *** [argp-help.o] Error 2
gmake[3]: Leaving directory `/mnt/3/temp/tar-1.15/lib'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/mnt/3/temp/tar-1.15/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/mnt/3/temp/tar-1.15'





reply via email to

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