You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from crn_decomp.cpp:18:
crunch/crn_decomp.h:345:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
error: command 'clang' failed with exit status 1
I was able to work around this but creating a symlink to the proper malloc header: sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/malloc.h /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc.h
The problem seems to be introduced in this commit: 6a21030#diff-99f7629e865e431d7ed8dd43d1f21ba5L345
Is it intentional?
The text was updated successfully, but these errors were encountered: