oceanbase/seekdb

[Enhancement]: Add one script to check dependency before building, "src/sql/parser/_gen_parser.error"

Open

#91 创建于 2025年12月10日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (242 fork)github user discovery
good first issuehelp wantedtype: bug

仓库指标

Star
 (2,613 star)
PR 合并指标
 (平均合并 3天 3小时) (30 天内合并 47 个 PR)

描述

Enhancement It will occur build error on fresh OS.

CMake Error at src/sql/CMakeLists.txt:1523 (message):
  Generate sql parser failed and check error in
  /home/longda/work/repo/db/seekdb/src/sql/parser/_gen_parser.error```

After check the src/sql/CMakeLists.txt, 
Because there is no bison tools in current os. 

After installation of bison, this problem has been fixed.

贡献者指南