Compilation Error with Meaty Skeleton

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
aether
Posts: 1
Joined: Sat Apr 30, 2022 8:32 pm

Compilation Error with Meaty Skeleton

Post by aether »

Hi,
I'm having an issue compiling Meaty Skeleton on a machine (Make 4, OSX).

The script build.sh returns:

In file included from stdio/printf.c:4:
include/stdio.h:4:10: fatal error: sys/cdefs.h: No such file or directory
4 | #include <sys/cdefs.h>
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:72: stdio/printf.libk.o] Error 1

Any help appreciated.
Octocontrabass
Member
Member
Posts: 5563
Joined: Mon Mar 25, 2013 7:01 pm

Re: Compilation Error with Meaty Skeleton

Post by Octocontrabass »

Did you clone the git repo? Have you made any changes to the files?
Post Reply