Subject: | make error |
OS : Red Hat Linux release 8.0 (Psyche)
PERL: v5.8.0 built for i386-linux-thread-multi
(rpm install)
$ LANG=C make
gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_
FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -DVERSION=\
"1.00\" -DXS_VERSION=\"1.00\" -fpic "-I/usr/lib/perl5/5.8.0/i386-linux-thread-mu
lti/CORE" Object.c
Object.xs:34: parse error before '(' token
Object.xs:50: parse error before '(' token
Object.xs:131: `ptm' undeclared here (not in a function)
Object.xs:131: warning: data definition has no type or storage class
Object.xs:132: `ptm' undeclared here (not in a function)
Object.xs:132: warning: data definition has no type or storage class
Object.xs:133: `ptm' undeclared here (not in a function)
Object.xs:133: warning: data definition has no type or storage class
Object.xs:135: parse error before "if"
Object.xs:137: redefinition of `mday'
Object.xs:133: `mday' previously defined here
Object.xs:137: warning: data definition has no type or storage class
Object.xs:138: `ptm' undeclared here (not in a function)
Object.xs:138: warning: data definition has no type or storage class
Object.xs:139: parse error before '}' token
Object.xs:147: initializer element is not constant
Object.xs:147: warning: data definition has no type or storage class
Object.xs:148: parse error before '+=' token
Object.xs:194: redefinition of `jday'
Object.xs:138: `jday' previously defined here
Object.xs:194: initializer element is not constant
Object.xs:194: warning: data definition has no type or storage class
Object.xs:195: parse error before '-=' token
Object.xs:196: redefinition of `year'
Object.xs:131: `year' previously defined here
Object.xs:196: initializer element is not constant
Object.xs:196: warning: data definition has no type or storage class
Object.xs:197: parse error before '%=' token
Object.xs:198: initializer element is not constant
Object.xs:198: warning: data definition has no type or storage class
Object.xs:199: parse error before '+=' token
Object.xs:203: initializer element is not constant
Object.xs:203: warning: data definition has no type or storage class
Object.xs:204: parse error before '+=' token
Object.xs:208: redefinition of `yearday'
Object.xs:147: `yearday' previously defined here
Object.xs:208: warning: data definition has no type or storage class
Object.xs:209: parse error before '}' token
Object.xs:212: redefinition of `month'
Object.xs:132: `month' previously defined here
Object.xs:212: initializer element is not constant
Object.xs:212: warning: data definition has no type or storage class
Object.xs:213: parse error before '-=' token
Object.xs:234: redefinition of `yearday'
Object.xs:208: `yearday' previously defined here
Object.xs:234: initializer element is not constant
Object.xs:234: warning: data definition has no type or storage class
Object.xs:235: parse error before '+=' token
make: *** [Object.o] Error 1
[makoto@makoto Time-Object-1.00]$