| ^
| )
109 | "std::set must have a non-const, non-volatile value_type");
| ~
/usr/include/c++/10/bits/stl_set.h:112:62: error: expected ‘(’ before ‘;’ token
112 | "std::set must have the same value_type as its allocator");
| ^
| (
/usr/include/c++/10/bits/stl_set.h:112:62: error: expected primary-expression before ‘;’ token
/usr/include/c++/10/bits/stl_set.h:111:20: error: expected ‘,’ before ‘;’ token
111 | static_assert(is_same::value,
| ^
| ,
112 | "std::set must have the same value_type as its allocator");
| ~
/usr/include/c++/10/bits/stl_set.h:112:62: error: expected string-literal before ‘;’ token
112 | "std::set must have the same value_type as its allocator");
| ^
/usr/include/c++/10/bits/stl_set.h:111:20: error: expected ‘)’ before ‘;’ token
111 | static_assert(is_same::value,
| ^
| )
112 | "std::set must have the same value_type as its allocator");
| ~
In file included from /usr/include/c++/10/set:62,
from /root/swoole-5.1.0/include/swoole_util.h:26,
from /root/swoole-5.1.0/include/swoole_coroutine.h:26,
from /root/swoole-5.1.0/ext-src/php_swoole_coroutine.h:22,
from /root/swoole-5.1.0/ext-src/php_swoole_cxx.h:20,
from /root/swoole-5.1.0/ext-src/php_swoole.cc:16:
/usr/include/c++/10/bits/stl_multiset.h:111:67: error: expected ‘(’ before ‘;’ token
111 | "std::multiset must have a non-const, non-volatile value_type");
| ^
| (
/usr/include/c++/10/bits/stl_multiset.h:111:67: error: expected primary-expression before ‘;’ token
/usr/include/c++/10/bits/stl_multiset.h:110:20: error: expected ‘,’ before ‘;’ token
110 | static_assert(is_same::type, _Key>::value,
| ^
| ,
111 | "std::multiset must have a non-const, non-volatile value_type");
| ~
/usr/include/c++/10/bits/stl_multiset.h:111:67: error: expected string-literal before ‘;’ token
111 | "std::multiset must have a non-const, non-volatile value_type");
| ^
/usr/include/c++/10/bits/stl_multiset.h:110:20: error: expected ‘)’ before ‘;’ token
110 | static_assert(is_same::type, _Key>::value,
| ^
| )
111 | "std::multiset must have a non-const, non-volatile value_type");
| ~
/usr/include/c++/10/bits/stl_multiset.h:114:67: error: expected ‘(’ before ‘;’ token
114 | "std::multiset must have the same value_type as its allocator");
| ^
| (
/usr/include/c++/10/bits/stl_multiset.h:114:67: error: expected primary-expression before ‘;’ token
/usr/include/c++/10/bits/stl_multiset.h:113:20: error: expected ‘,’ before ‘;’ token
113 | static_assert(is_same::value,
| ^
| ,
114 | "std::multiset must have the same value_type as its allocator");
| ~
/usr/include/c++/10/bits/stl_multiset.h:114:67: error: expected string-literal before ‘;’ token
114 | "std::multiset must have the same value_type as its allocator");
| ^
/usr/include/c++/10/bits/stl_multiset.h:113:20: error: expected ‘)’ before ‘;’ token
113 | static_assert(is_same::value,
| ^
| )
114 | "std::multiset must have the same value_type as its allocator");
| ~
In file included from /root/swoole-5.1.0/ext-src/php_swoole_coroutine.h:35,
from /root/swoole-5.1.0/ext-src/php_swoole_cxx.h:20,
from /root/swoole-5.1.0/ext-src/php_swoole.cc:16:
/usr/include/c++/10/thread: In constructor ‘std::thread::thread(_Callable&&, _Args&& ...)’:
/usr/include/c++/10/thread:138:5: error: expected ‘(’ before ‘;’ token
138 | );
| ^
| (
/usr/include/c++/10/thread:138:5: error: expected primary-expression before ‘;’ token
/usr/include/c++/10/thread:135:15: error: expected ‘,’ before ‘;’ token
135 | static_assert( __is_invocable::type,
| ^
| ,
......
138 | );
| ~
/usr/include/c++/10/thread:138:5: error: expected string-literal before ‘;’ token
138 | );
| ^
/usr/include/c++/10/thread:135:15: error: expected ‘)’ before ‘;’ token
135 | static_assert( __is_invocable::type,
| ^
| )
......
138 | );
| ~
make: *** [Makefile:210: ext-src/php_swoole.lo] Error 1
error
|-Successify --- 命令已执行! --- |