Skip to content

Compilation Error when Running #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
glassmonkey opened this issue Sep 19, 2023 · 1 comment · Fixed by #71
Closed

Compilation Error when Running #70

glassmonkey opened this issue Sep 19, 2023 · 1 comment · Fixed by #71
Labels
bug Something isn't working

Comments

@glassmonkey
Copy link
Owner

glassmonkey commented Sep 19, 2023

run command

make build-8.2

result

/root/php-src/main/streams/cast.c:139:2: error: incompatible function pointer types initializing 'cookie_seek_function_t *' (aka 'int (*)(void *, long long *, int)') with an expression of type 'int (void *, zend_off_t, int)' (aka 'int (void *, int, int)') [-Wincompatible-function-pointer-types]
#0 26.24   139 |         stream_cookie_seeker, stream_cookie_closer

So, when I tried running make build-8.2, it threw a compile error at me. Seems like it's got something to do with the stuff at (ref: php/php-src#11678) 😕

@glassmonkey glassmonkey added the bug Something isn't working label Sep 19, 2023
@glassmonkey
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant