oceanbase/seekdb

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

Open

#91 opened on Dec 10, 2025

View on 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
 (Avg merge 3d 3h) (47 merged PRs in 30d)

Description

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.

Contributor guide