Skip Menu |

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

Report information
The Basics
Id: 7535
Status: resolved
Priority: 0/
Queue: Time-HiRes

People
Owner: Nobody in particular
Requestors: jdhedden [...] 1979.usna.com
Cc:
AdminCc:

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



Subject: 1.62 fails to build
Perl 5.8.5 under Cygwin environment Show quoted text
> make
cp HiRes.pm blib/lib/Time/HiRes.pm /usr/local/bin/perl.exe /usr/local/lib/perl5/5.8.5/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.5/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -DUSEIMPORTLIB -O3 -pipe -frename-registers -fomit-frame-pointer -mcpu=pentium4 -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -DVERSION=\"1.62\" -DXS_VERSION=\"1.62\" "-I/usr/local/lib/perl5/5.8.5/cygwin-thread-multi-64int/CORE" -DTIME_HIRES_NANOSLEEP -DHAS_W32API_WINDOWS_H -DATLEASTFIVEOHOHFIVE HiRes.c HiRes.xs: In function `XS_Time__HiRes_CLONE': HiRes.xs:664: error: `MY_CXT_CLONE' undeclared (first use in this function) HiRes.xs:664: error: (Each undeclared identifier is reported only once HiRes.xs:664: error: for each function it appears in.) make: *** [HiRes.o] Error 1
Should now build (since 1.64).