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.38k stars 262 forks source link

tbase在linux上的编译问题arm架构 #30

Closed ghost closed 4 years ago

ghost commented 4 years ago

uname -a Linux jp-PC 4.19.0-arm64-server #1106 SMP Fri Nov 29 19:10:23 CST 2019 aarch64 GNU/Linux

building issue: ruleutils.c:12123:40: error: expected identifier or ‘(’ before ‘=’ token RestrictInfo restrict = (RestrictInfo )expr; ^ ruleutils.c:12124:54: error: expected expression before ‘restrict’ result = pruning_walker(rel, (Node *)restrict->clause);

ghost commented 4 years ago

issue solved, and the problem is that variable restrict is Type Qualifiers in C Language, so I change its name, it works!