Cannot compile gen_lex_token.cc
I am working on compiling MySQL from source so that I can start developing a server-size plugin. This is my first time programming with MySQL so please bear with me. I have been following the documentation:
https://dev.mysql.com/doc/refman/8.0/en/source-installation.html
When I run make, it fails on gen_lex_token.cc saying "‘YYUNDEF’ was not declared in this scope" for line 242 and "no matching function for call to ‘range::range(<brace-enclosed initializer list>)’" for line 250.
How can I resolve this?
Subject
Views
Written By
Posted
Cannot compile gen_lex_token.cc
741
April 11, 2024 02:34PM
354
April 12, 2024 12:17PM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.