Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

build fails on mac os #353

Closed
hak-ano opened this issue Feb 8, 2018 · 3 comments
Closed

build fails on mac os #353

hak-ano opened this issue Feb 8, 2018 · 3 comments

Comments

@hak-ano
Copy link

hak-ano commented Feb 8, 2018

$ 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
Copy link
Member

KeenS commented Feb 9, 2018

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
Copy link

Does this mean this project is not maintained any more?

@KeenS
Copy link
Member

KeenS commented Jan 11, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants