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
yasd-master/libtool --mode=compile g++ -I. -I/mnt/hgfs/work/yasd-master/yasd-master -DPHP_ATOM_INC -I/mnt/hgfs/work/yasd-master/yasd-master/include -I/mnt/hgfs/work/yasd-master/yasd-master/main -I/mnt/hgfs/work/yasd-master/yasd-master -I/usr/include/php-I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/include -I/mnt/hgfs/work/yasd-master/yasd-master/thirdparty/tinyxml2 -DHAVE_CONFIG_H -g -O2 -Wall -Wno-unused-function -Wno-deprecated -Wno-deprecated-declarations -std=c++11 -c /mnt/hgfs/work/yasd-master/yasd-master/yasd.cc -o yasd.lo
libtool: compile: g++ -I. -I/mnt/hgfs/work/yasd-master/yasd-master -DPHP_ATOM_INC -I/mnt/hgfs/work/yasd-master/yasd-master/include -I/mnt/hgfs/work/yasd-master/yasd-master/main -I/mnt/hgfs/work/yasd-master/yasd-master -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/include -I/mnt/hgfs/work/yasd-master/yasd-master/thirdparty/tinyxml2 -DHAVE_CONFIG_H -g -O2 -Wall -Wno-unused-function -Wno-deprecated -Wno-deprecated-declarations -std=c++11 -c /mnt/hgfs/work/yasd-master/yasd-master/yasd.cc -fPIC -DPIC -o .libs/yasd.o
In file included from /usr/include/php/Zend/zend_types.h:27:0,
from /usr/include/php/Zend/zend.h:29,
from /usr/include/php/main/php.h:35,
from /mnt/hgfs/work/yasd-master/yasd-master/yasd.cc:27:
/usr/include/php/Zend/zend_operators.h: In function 'void fast_long_increment_function(zval*)':
/usr/include/php/Zend/zend_operators.h:446:68: error: '__builtin_saddl_overflow' was not declared in this scope
if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), 1, &lresult))) {
^
/usr/include/php/Zend/zend_portability.h:312:52: note: in definition of macro 'UNEXPECTED'
# define UNEXPECTED(condition) __builtin_expect(!!(condition), 0)
^
/usr/include/php/Zend/zend_operators.h: In function 'void fast_long_decrement_function(zval*)':
/usr/include/php/Zend/zend_operators.h:500:68: error: '__builtin_ssubl_overflow' was not declared in this scope
if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), 1, &lresult))) {
^
/usr/include/php/Zend/zend_portability.h:312:52: note: in definition of macro 'UNEXPECTED'
# define UNEXPECTED(condition) __builtin_expect(!!(condition), 0)
^
/usr/include/php/Zend/zend_operators.h: In function 'void fast_long_add_function(zval*, zval*, zval*)':
/usr/include/php/Zend/zend_operators.h:554:80: error: '__builtin_saddl_overflow' was not declared in this scope
if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) {
^
/usr/include/php/Zend/zend_portability.h:312:52: note: in definition of macro 'UNEXPECTED'
# define UNEXPECTED(condition) __builtin_expect(!!(condition), 0)
^
/usr/include/php/Zend/zend_operators.h: In function 'void fast_long_sub_function(zval*, zval*, zval*)':
/usr/include/php/Zend/zend_operators.h:657:80: error: '__builtin_ssubl_overflow' was not declared in this scope
if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) {
^
/usr/include/php/Zend/zend_portability.h:312:52: note: in definition of macro 'UNEXPECTED'
# define UNEXPECTED(condition) __builtin_expect(!!(condition), 0)
^
/mnt/hgfs/work/yasd-master/yasd-master/yasd.cc: At global scope:
/mnt/hgfs/work/yasd-master/yasd-master/yasd.cc:339:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
};
^
make: *** [yasd.lo] 错误 1
The text was updated successfully, but these errors were encountered:
OS
php版本
错误信息
The text was updated successfully, but these errors were encountered: