HuoLanguage / huo

interpreted language written in C
MIT License
212 stars 21 forks source link

execinfo.h not found on Windows #57

Open snordgren opened 7 years ago

snordgren commented 7 years ago

In file included from src/structures/array.c:3:0: src/structures/../base_util.h:8:22: fatal error: execinfo.h: No such file or directory compilation terminated. make: *** [<builtin>: src/structures/array.o] Error 1

This header doesn't exist on Windows, it is included in base_util.h.