picrin-scheme / picrin

lightweight scheme interpreter
MIT License
414 stars 35 forks source link

build fails on mac os #353

Closed hak-ano closed 7 months ago

hak-ano commented 6 years ago

$ make

cc -I./lib/include -I./include -Wall -Wextra -O2 -g -DNDEBUG=1 -c -o src/load_piclib.o src/load_piclib.c src/load_piclib.c:15:20: warning: implicit declaration of function 'pic_fmemopen' is invalid in C99 [-Wimplicit-function-declaration] pic_value port = pic_fmemopen(pic, str, strlen(str), "r"), e; ^ src/load_piclib.c:15:13: error: initializing 'pic_value' (aka 'struct value') with an expression of incompatible type 'int' pic_value port = pic_fmemopen(pic, str, strlen(str), "r"), e; ^ ~~~~~~~~

KeenS commented 6 years ago

It's a known problem. As you can see in the build status badge in README, master itself is broken, not a specific problem to macOS.

pranomostro commented 5 years ago

Does this mean this project is not maintained any more?

KeenS commented 5 years ago

I guess, yes. @nyuichi Do you have any comments?