[ 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位系统上。
我无法解决此问题 - 是否有人遇到过同样的问题?
我已按照here发布的说明进行操作。
答案 0 :(得分:1)