You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to compile php-uv with source from php 5.4.6 on centos 6.2 64bit.
I got the following errors:
/root/downloads/php-uv/php_uv.c: In function ‘php_uv_zval_to_fd’:
/root/downloads/php-uv/php_uv.c:293: error: ‘php_socket’ undeclared (first use in this function)
/root/downloads/php-uv/php_uv.c:293: error: (Each undeclared identifier is reported only once
/root/downloads/php-uv/php_uv.c:293: error: for each function it appears in.)
/root/downloads/php-uv/php_uv.c:305: error: expected expression before ‘)’ token
/root/downloads/php-uv/php_uv.c:307: error: request for member ‘bsd_socket’ in something not a structure or union
Do you have any hints on this?
Thanks.
The text was updated successfully, but these errors were encountered:
I try to compile php-uv with source from php 5.4.6 on centos 6.2 64bit.
I got the following errors:
/root/downloads/php-uv/php_uv.c: In function ‘php_uv_zval_to_fd’:
/root/downloads/php-uv/php_uv.c:293: error: ‘php_socket’ undeclared (first use in this function)
/root/downloads/php-uv/php_uv.c:293: error: (Each undeclared identifier is reported only once
/root/downloads/php-uv/php_uv.c:293: error: for each function it appears in.)
/root/downloads/php-uv/php_uv.c:305: error: expected expression before ‘)’ token
/root/downloads/php-uv/php_uv.c:307: error: request for member ‘bsd_socket’ in something not a structure or union
Do you have any hints on this?
Thanks.
The text was updated successfully, but these errors were encountered: