在 doker 上拉取镜像: https://hub.docker.com/r/starrocks/dev-env-centos7/tags
编译三方依赖 s2geometry-0.9.0 失败,报错如下:
/root/starrocks/thirdparty/installed/include/glog/logging.h:702: undefined reference to `google::base::CheckOpMessageBuilder::NewString[abi:cxx11]()'
/usr/bin/ld: ../libs2testing.a(s2testing.cc.o): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* google::MakeCheckOpString<int, util::math::internal_vector::BasicVector<Vector2, double, 2ul>::{unnamed type#1}>(int const&, util::math::internal_vector::BasicVector<Vector2, double, 2ul>::{unnamed type#1} const&, char const*)':
/root/starrocks/thirdparty/installed/include/glog/logging.h:702: undefined reference to `google::base::CheckOpMessageBuilder::NewString[abi:cxx11]()'
/usr/bin/ld: ../libs2testing.a(s2testing.cc.o):/root/starrocks/thirdparty/installed/include/glog/logging.h:702: more undefined references to `google::base::CheckOpMessageBuilder::NewString[abi:cxx11]()' follow
collect2: error: ld returned 1 exit status
make[2]: *** [examples/CMakeFiles/term_index.dir/build.make:103: examples/term_index] Error 1
make[1]: *** [CMakeFiles/Makefile2:184: examples/CMakeFiles/term_index.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make[2]: *** [examples/CMakeFiles/point_index.dir/build.make:103: examples/point_index] Error 1
make[1]: *** [CMakeFiles/Makefile2:157: examples/CMakeFiles/point_index.dir/all] Error 2
make: *** [Makefile:136: all] Error 2