picrin
picrin copied to clipboard
build fails on mac os
$ 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; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
Does this mean this project is not maintained any more?
I guess, yes. @nyuichi Do you have any comments?