Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created November 29, 2013 11:57
Show Gist options
  • Save kaworu/7704709 to your computer and use it in GitHub Desktop.
Save kaworu/7704709 to your computer and use it in GitHub Desktop.
Linking CXX static library libext_hhvm.a
[ 98%] Built target ext_hhvm_static
Scanning dependencies of target systemlib
[ 98%] Generating systemlib.php
[ 98%] Built target systemlib
Scanning dependencies of target hhvm
[ 98%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/process-init.cpp.o
[ 98%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/main.cpp.o
[ 98%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/anchor-syms.cpp.o
[ 98%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/global-variables.cpp.o
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment