Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-UUID CPAN distribution.

Report information
The Basics
Id: 60757
Status: resolved
Priority: 0/
Queue: Data-UUID

People
Owner: Nobody in particular
Requestors: olaf.janssen [...] schaeffler.com
Cc:
AdminCc:

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



Subject: Compile error Data::UUID 1.215 on Perl 5.10.1 Win32
Date: Thu, 26 Aug 2010 12:00:10 +0200
To: <bug-Data-UUID [...] rt.cpan.org>
From: "Janssen, Olaf ST/HZA-EWIC1" <olaf.janssen [...] schaeffler.com>
cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST RICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT _CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.215\" -DXS_VERSION=\"1.215\" "-IC:\Development\Perl\lib\ CORE" -D_STDIR=\"c:/tmp\" -D__MSWin32__ -D_DEFAULT_UMASK=0007 UUID.c UUID.c UUID.xs(29) : error C2143: syntax error : missing ';' before 'type' UUID.xs(30) : error C2065: 'count' : undeclared identifier UUID.xs(35) : error C2061: syntax error : identifier 'NameSpace_DNS' UUID.xs(35) : error C2059: syntax error : ';' UUID.xs(35) : error C2513: '/*global*/ ' : no variable declared before '=' UUID.xs(591) : error C2065: 'NameSpace_DNS' : undeclared identifier NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.
On Thu Aug 26 06:00:23 2010, olaf.janssen@schaeffler.com wrote: Show quoted text
> > cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE > -DNO_ST > RICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC > -DPERL_IMPLICIT > _CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi > -DNDEBUG > -O1 -DVERSION=\"1.215\" -DXS_VERSION=\"1.215\" > "-IC:\Development\Perl\lib\ > CORE" -D_STDIR=\"c:/tmp\" -D__MSWin32__ -D_DEFAULT_UMASK=0007 UUID.c > UUID.c > UUID.xs(29) : error C2143: syntax error : missing ';' before 'type' > UUID.xs(30) : error C2065: 'count' : undeclared identifier > UUID.xs(35) : error C2061: syntax error : identifier 'NameSpace_DNS' > UUID.xs(35) : error C2059: syntax error : ';' > UUID.xs(35) : error C2513: '/*global*/ ' : no variable declared before > '=' > UUID.xs(591) : error C2065: 'NameSpace_DNS' : undeclared identifier > NMAKE : fatal error U1077: 'cl' : return code '0x2' > Stop. >
This appears to be fixed in the latest release. I can successfully build Data::UUID 1.217 with MSVC. Tony
Thanks for the update. -- rjbs