Skip to content

Build failure on OS X ≤ 10.9 due to missing CommonCrypto/CommonRandom.h #384

@ryandesign

Description

@ryandesign

Hi,

Just wanted to let you know that minizip 2.8.6 fails to build on OS X 10.9 and earlier because:

mz_crypt_apple.c:19:10: fatal error: 'CommonCrypto/CommonRandom.h' file not found
#include <CommonCrypto/CommonRandom.h>
         ^

Here are build failure logs for OS X 10.7, 10.8, and 10.9.

It builds fine on OS X 10.10 and later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    compilationIssues related to compiling source codefixedIssue or bug has been fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions