Skip Menu |

This queue is for tickets about the Time-Object CPAN distribution.

Report information
The Basics
Id: 2548
Status: new
Priority: 0/
Queue: Time-Object

People
Owner: Nobody in particular
Requestors: makoto [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.00
Fixed in: (no value)



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]$
Date: Sat, 10 May 2003 22:47:12 +0100
Subject: Re: [cpan #2548] make error
From: Matt Sergeant <matt [...] sergeant.org>
To: bug-Time-Object [...] rt.cpan.org
RT-Send-Cc:
Please use Time::Piece instead. It replaces Time::Object. On Saturday, May 10, 2003, at 14:16 Europe/London, Guest via RT wrote: Show quoted text
> > This message about Time-Object was sent to you by guest <> via > rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=2548 > > > 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]$ >