抛出'HPHP :: RescheduleException'的实例 - 在CentOS 5上编译失败

时间:2012-08-28 18:24:36

标签: 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/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

提前致谢。

1 个答案:

答案 0 :(得分:0)

现在HHVM是默认运行时,请执行git pull并重试。