Skip to content

Compiling on MacOS, simple change enables compilation. #34

@tonyvsuk

Description

@tonyvsuk

Hello,

If it helps, the following change gets "tdigest.c" to compile on MacOS.

#if !defined(APPLE)
#define LONG_LONG_MAX LLONG_MAX // may need some other term for Mac/linux
#define DBL_MAX DBL_MAX
#endif //#if !defined(APPLE)

All the best,

Tony.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions