MySQL Forums
Forum List  »  Source, Builds, Binaries

Cannot compile gen_lex_token.cc
Posted by: Peter Orlowski
Date: April 11, 2024 02:34PM

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?

Options: ReplyQuote


Subject
Views
Written By
Posted
Cannot compile gen_lex_token.cc
434
April 11, 2024 02:34PM


Sorry, you can't reply to this topic. It has been closed.

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.