我在安装过程中,不能编译成功。报如下错误,有帮忙指点下吗?
/bin/sh /root/cphalcon/build/64bits/libtool --mode=compile gcc -I. -I/root/cphalcon/build/64bits -DPHP_ATOM_INC -I/root/cphalcon/build/64bits/include -I/root/cphalcon/build/64bits/main -I/root/cphalcon/build/64bits -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 -DPHALCON_RELEASE -DHAVE_CONFIG_H -march=native -mtune=native -O2 -fomit-frame-pointer -fvisibility=hidden -c /root/cphalcon/build/64bits/phalcon.zep.c -o phalcon.lo
libtool: compile: gcc -I. -I/root/cphalcon/build/64bits -DPHP_ATOM_INC -I/root/cphalcon/build/64bits/include -I/root/cphalcon/build/64bits/main -I/root/cphalcon/build/64bits -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 -DPHALCON_RELEASE -DHAVE_CONFIG_H -march=native -mtune=native -O2 -fomit-frame-pointer -fvisibility=hidden -c /root/cphalcon/build/64bits/phalcon.zep.c -fPIC -DPIC -o .libs/phalcon.o
/root/cphalcon/build/64bits/phalcon.zep.c: In function 鈠ephir_fetch_static_property_ce?
/root/cphalcon/build/64bits/phalcon.zep.c:6970: warning: passing argument 2 of 鈠end_read_static_property?discards qualifiers from pointer target type
/usr/include/php/Zend/zend_API.h:321: note: expected 鈉har *?but argument is of type 鈉onst char *?
/root/cphalcon/build/64bits/phalcon.zep.c: In function 鈠ephir_update_static_property_ex?
/root/cphalcon/build/64bits/phalcon.zep.c:7080: warning: passing argument 2 of 鈠end_std_get_static_property?discards qualifiers from pointer target type
/usr/include/php/Zend/zend_object_handlers.h:147: note: expected 鈉har *?but argument is of type 鈉onst char *?
/root/cphalcon/build/64bits/phalcon.zep.c: In function 鈠ephir_require_ret?
/root/cphalcon/build/64bits/phalcon.zep.c:12641: warning: assignment discards qualifiers from pointer target type
/root/cphalcon/build/64bits/phalcon.zep.c: At top level:
/root/cphalcon/build/64bits/phalcon.zep.c:139430: error: 鈀END_FE_END?undeclared here (not in a function)
make: *** [phalcon.lo] Error 1
phpize
./configure --enable-phalcon
make
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。