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: 15829
Status: resolved
Priority: 0/
Queue: Data-UUID

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

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



Subject: uuid_t already defined by Darwin
On OS X (10.4 certainly) uuid_t is defined in <unistd.h> (it's a unsigned char[16], fwiw) In file included from UUID.xs:4: UUID.h:93: error: conflicting types for 'uuid_t' /usr/include/unistd.h:121: error: previous declaration of 'uuid_t' was here I solved with, perl -pi -e 's/\buuid_t/data_uuid_t/g' UUID.* typemap