oceanbase/seekdb

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

Open

#91 aperta il 10 dic 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C++ (242 fork)github user discovery
good first issuehelp wantedtype: bug

Metriche repository

Star
 (2613 star)
Metriche merge PR
 (Merge medio 3g 3h) (47 PR mergiate in 30 g)

Descrizione

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.

Guida contributor