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

make: *** [Makefile:192: swoole_async.lo]

Open hubnobe opened this issue 4 years ago • 0 comments

/root/async-ext/swoole_async.cc:1531:5: error: ‘ev’ was not declared in this scope 1531 | ev.canceled = 0; | ^~ /root/async-ext/swoole_async.cc:1540:19: error: ‘aio_onDNSCompleted’ was not declared in this scope 1540 | ev.callback = aio_onDNSCompleted; | ^~~~~~~~~~~~~~~~~~ /root/async-ext/swoole_async.cc: In function ‘int process_stream_onRead(swReactor*, swEvent*)’: /root/async-ext/swoole_async.cc:1557:13: error: ‘swString_extend’ was not declared in this scope; did you mean ‘swString_new’? 1557 | swString_extend(ps->buffer, ps->buffer->size * 2); | ^~~~~~~~~~~~~~~ | swString_new

hubnobe avatar Oct 04 '20 17:10 hubnobe