PHILO-HE commented on issue #7645: URL: https://github.com/apache/incubator-gluten/issues/7645#issuecomment-2448965102
@z-anderson, `--enable_vcpkg=ON` is enough. You can set `--enable_ep_cache=ON`, `--build_arrow=OFF` for second build to reduce redundant build, but it is not related to your issue. >The error I'm getting now is gluten-17219265314440258101/libgluten-x86_64.so: undefined symbol: _ZTIN6apache6thrift8protocol9TProtocolE . I can see in nm -u that thrift isn't statically linked to libvelox.so. I guess it is because your build environment has shared thrift lib installed. But we expect static thrift lib is linked. You can uninstall this shared lib if you can. Another way is you can try to build gluten in docker, as Hongze mentioned above BTW, could you tell us which company you are working for? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
