ext-async icon indicating copy to clipboard operation
ext-async copied to clipboard

PHP7.3 make install failed(Mac OS)

Open JerrySetSail opened this issue 4 years ago • 3 comments

/bin/sh /Users/jerrychan/Study/swoole/tmp/async-ext/libtool --mode=compile g++ -I. -I/Users/jerrychan/Study/swoole/tmp/async-ext -DPHP_ATOM_INC -I/Users/jerrychan/Study/swoole/tmp/async-ext/include -I/Users/jerrychan/Study/swoole/tmp/async-ext/main -I/Users/jerrychan/Study/swoole/tmp/async-ext -I/usr/local/Cellar/php/7.3.10/include/php -I/usr/local/Cellar/php/7.3.10/include/php/main -I/usr/local/Cellar/php/7.3.10/include/php/TSRM -I/usr/local/Cellar/php/7.3.10/include/php/Zend -I/usr/local/Cellar/php/7.3.10/include/php/ext -I/usr/local/Cellar/php/7.3.10/include/php/ext/date/lib -I/Users/jerrychan/Study/swoole/tmp/async-ext -I/Users/jerrychan/Study/swoole/tmp/async-ext/include -I/usr/local/Cellar/php/7.3.10/include/php/ext/swoole -I/usr/local/Cellar/php/7.3.10/include/php/ext/swoole/include -DHAVE_CONFIG_H -g -O2 -Wall -Wno-unused-function -Wno-deprecated -Wno-deprecated-declarations -std=c++11 -c /Users/jerrychan/Study/swoole/tmp/async-ext/swoole_http_client.cc -o swoole_http_client.lo g++ -I. -I/Users/jerrychan/Study/swoole/tmp/async-ext -DPHP_ATOM_INC -I/Users/jerrychan/Study/swoole/tmp/async-ext/include -I/Users/jerrychan/Study/swoole/tmp/async-ext/main -I/Users/jerrychan/Study/swoole/tmp/async-ext -I/usr/local/Cellar/php/7.3.10/include/php -I/usr/local/Cellar/php/7.3.10/include/php/main -I/usr/local/Cellar/php/7.3.10/include/php/TSRM -I/usr/local/Cellar/php/7.3.10/include/php/Zend -I/usr/local/Cellar/php/7.3.10/include/php/ext -I/usr/local/Cellar/php/7.3.10/include/php/ext/date/lib -I/Users/jerrychan/Study/swoole/tmp/async-ext -I/Users/jerrychan/Study/swoole/tmp/async-ext/include -I/usr/local/Cellar/php/7.3.10/include/php/ext/swoole -I/usr/local/Cellar/php/7.3.10/include/php/ext/swoole/include -DHAVE_CONFIG_H -g -O2 -Wall -Wno-unused-function -Wno-deprecated -Wno-deprecated-declarations -std=c++11 -c /Users/jerrychan/Study/swoole/tmp/async-ext/swoole_http_client.cc -fno-common -DPIC -o .libs/swoole_http_client.o /Users/jerrychan/Study/swoole/tmp/async-ext/swoole_http_client.cc:2243:21: error: use of undeclared identifier 'swWebSocket_set_flags' uint8_t flags = swWebSo... ^ /Users/jerrychan/Study/swoole/tmp/async-ext/swoole_http_client.cc:2244:9: error: no matching function for call to 'php_swoole_websocket_frame_pack' ...php_swoole_websocket_frame_pack... ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/Cellar/php/7.3.10/include/php/ext/swoole/php_swoole.h:373:5: note: candidate function not viable: requires 5 arguments, but 4 were provided int php_swoole_websocke... ^ 2 errors generated. make: *** [swoole_http_client.lo] Error 1

JerrySetSail avatar Nov 04 '19 10:11 JerrySetSail