Tencent / TBase

TBase is an enterprise-level distributed HTAP database. Through a single database cluster to provide users with highly consistent distributed database services and high-performance data warehouse services, a set of integrated enterprise-level solutions is formed.
Other
1.4k stars 263 forks source link

Build Error: Multiple Definition #150

Closed williamxiongwei closed 1 month ago

williamxiongwei commented 8 months ago

I meet problem while compiling TBase: /usr/bin/ld: gtm_proxy_opt.o:/home/tbase-2.4/TBase/src/gtm/proxy/gtm_proxy_opt.c:78: multiple definition of `GTMConfigFileName'; proxy_main.o:/home/tbase-2.4/TBase/src/gtm/proxy/proxy_main.c:134: first defined here.

System: OpenEuler Please help me solve this. Thanks.

runewrz commented 1 month ago

The reason for the compilation failure may be that a higher version of the compiler is used. The solution is mentioned in problem 2 of this issue https://github.com/Tencent/TBase/issues/134