Skip to content

Compilation Error when Running #70

Closed
@glassmonkey

Description

@glassmonkey

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) 😕

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions