|
Fails with
Warning: bison version is old. please update to version 2
|
CMake Error at cmake/bison.cmake:94 (MESSAGE):
|
Bison (GNU parser generator) is required to build MySQL.Please install
|
bison.
|
Call Stack (most recent call first):
|
sql/CMakeLists.txt:362 (RUN_BISON)
|
But it worked in 5.5–10.2. The problem, probably, is that sql_yacc.yy is processed and stored in the source tarball, but sql_yacc_ora.yy is not. Meaning, before 10.3 one did not need bison to build from the source tarball, and in 10.3 one does.
|