sasagawa888 / eisl

ISLisp interpreter/compiler
Other
272 stars 22 forks source link

eisl make fail on mac osx 12.3 arm64 #240

Closed Inc0n closed 1 year ago

Inc0n commented 1 year ago

Steps:

gbc.c:379:2: error: implicit declaration of function 'Fmt_print' is invalid
      in C99 [-Werror,-Wimplicit-function-declaration]
        Fmt_print("error addr=%d  ", x);
        ^
1 error generated.
make: *** [gbc.o] Error 1
sasagawa888 commented 1 year ago

I fixed. Thank you. lack of include in gbc.c

Inc0n commented 1 year ago

Thank you! compilation successful now.