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 light of there being no binary download that I can see, I tried building using gcc on macOS 12.6.6
$ cd gcc
$ make
gcc -Wall -c -o ../src/helpdeco.o ../src/helpdeco.c
In file included from ../src/helpdeco.c:25:
../src/helpdeco.h:26:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
make: *** [../src/helpdeco.o] Error 1
In light of there being no binary download that I can see, I tried building using gcc on macOS 12.6.6
I can resolve that with:
But further issues appear.
The text was updated successfully, but these errors were encountered: