抛出一个';HPHP::重新调度异常';-在CentOS 5上编译失败

抛出一个';HPHP::重新调度异常';-在CentOS 5上编译失败,centos,hiphop,Centos,Hiphop,CentOS 5.8---Kenrel 2.6.18-308.11.1.el5 x86_64 这是64位CentOS 5的奇怪错误,我运气不好 [ 89%] Built target ext_hhvm_static Scanning dependencies of target hphp [ 89%] Building CXX object src/hphp/CMakeFiles/hphp.dir/main.cpp.o In file included from /opt/hiphop/hiph

CentOS 5.8---Kenrel 2.6.18-308.11.1.el5 x86_64

这是64位CentOS 5的奇怪错误,我运气不好

[ 89%] Built target ext_hhvm_static
Scanning dependencies of target hphp
[ 89%] Building CXX object src/hphp/CMakeFiles/hphp.dir/main.cpp.o
In file included from /opt/hiphop/hiphop-php/src/hphp/main.cpp:44:
/opt/hiphop/hiphop-php/src/runtime/base/compiler_id.h:16:1: warning: "COMPILER_ID"   redefined
<command-line>: warning: this is the location of the previous definition

[ 89%] Building CXX object src/hphp/CMakeFiles/hphp.dir/externals.cpp.o
Linking CXX executable hphp
Building hhvm
terminate called after throwing an instance of 'HPHP::RescheduleException'
terminate called recursively
Core dumped: Aborted
hphp failed
make[2]: *** [src/hphp/hphp] Error 255
make[1]: *** [src/hphp/CMakeFiles/hphp.dir/all] Error 2
make: *** [all] Error 2
[89%]构建目标外部hhvm\u静态
扫描目标hphp的相关性
[89%]构建CXX对象src/hphp/cmakfiles/hphp.dir/main.cpp.o
在/opt/hiphop/hiphop-php/src/hphp/main.cpp:44中包含的文件中:
/opt/hiphop/hiphop-php/src/runtime/base/compiler\u-id.h:16:1:警告:“compiler\u-id”已重新定义
:警告:这是上一个定义的位置
[89%]构建CXX对象src/hphp/cmakfiles/hphp.dir/externals.cpp.o
链接CXX可执行文件hphp
构建hhvm
在抛出“HPHP::RescheduleException”实例后调用terminate
递归地终止调用
堆芯转储:已中止
hphp失败
生成[2]:***[src/hphp/hphp]错误255
生成[1]:***[src/hphp/CMakeFiles/hphp.dir/all]错误2
make:**[全部]错误2

提前感谢。

既然HHVM是默认运行时,请执行一次git pull并重试