picrin icon indicating copy to clipboard operation
picrin copied to clipboard

build fails on mac os

Open hak-ano opened this issue 7 years ago • 3 comments

$ 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; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

hak-ano avatar Feb 08 '18 19:02 hak-ano

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.

KeenS avatar Feb 09 '18 02:02 KeenS

Does this mean this project is not maintained any more?

pranomostro avatar Jan 10 '19 22:01 pranomostro

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

KeenS avatar Jan 11 '19 08:01 KeenS