Skip to content

MacOS compilation error malloc.h file not found #16

@bnjm

Description

@bnjm

Thanks for this project!

To get this to compile on MacOS I had to replace #include <malloc.h> with #include <stdlib.h> in Memory.cpp. Otherwise compilations fails with fatal error: 'malloc.h' file not found.

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