繁体   English   中英

用于PHP的HPHP HipHop失败98%

[英]HPHP HipHop for PHP make fails at 98%

[ 98%] Generating systemlib.php
[ 98%] Built target systemlib
Linking CXX executable hhvm
../third_party/thrift/libhphp_thrift.a(TEventBase.cpp.o): In function `apache::thrift::async::TEventBase::SmoothLoopTime::setTimeInterval(unsigned long)':
TEventBase.cpp:(.text+0xf1b): undefined reference to `FLAG__namespace_do_not_use_directly_use_DECLARE_int32_instead::FLAGS_v'
../third_party/thrift/libhphp_thrift.a(TEventBase.cpp.o): In function `apache::thrift::async::TEventBase::SmoothLoopTime::addSample(long, long)':
TEventBase.cpp:(.text+0x119b): undefined reference to `FLAG__namespace_do_not_use_directly_use_DECLARE_int32_instead::FLAGS_v'
../third_party/thrift/libhphp_thrift.a(TEventBase.cpp.o): In function `apache::thrift::async::TEventBase::nothingHandledYet()':
TEventBase.cpp:(.text+0x12a3): undefined reference to `FLAG__namespace_do_not_use_directly_use_DECLARE_int32_instead::FLAGS_v'
../third_party/thrift/libhphp_thrift.a(TEventBase.cpp.o): In function `apache::thrift::async::TEventBase::bumpHandlingTime()':
TEventBase.cpp:(.text+0x14bb): undefined reference to `FLAG__namespace_do_not_use_directly_use_DECLARE_int32_instead::FLAGS_v'
TEventBase.cpp:(.text+0x14e1): undefined reference to `FLAG__namespace_do_not_use_directly_use_DECLARE_int32_instead::FLAGS_v'
../third_party/thrift/libhphp_thrift.a(TEventBase.cpp.o):TEventBase.cpp:(.text+0x1a4b): more undefined references to `FLAG__namespace_do_not_use_directly_use_DECLARE_int32_instead::FLAGS_v' follow
collect2: error: ld returned 1 exit status
make[2]: *** [hphp/hhvm/hhvm] Error 1
make[1]: *** [hphp/hhvm/CMakeFiles/hhvm.dir/all] Error 2
make: *** [all] Error 2

这是在Ubuntu 13.10上

它在64位系统上。

我无法解决此问题-有人遇到过同样的问题吗?

我已按照此处发布的说明进行操作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM