oceanbase/seekdb

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

Open

#91 opened on 2025年12月10日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C++ (242 forks)github user discovery
good first issuehelp wantedtype: bug

Repository metrics

Stars
 (2,613 stars)
PR merge metrics
 (平均マージ 3d 3h) (30d で 47 merged PRs)

説明

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.

コントリビューターガイド