MySQL Forums
Forum List  »  MySQL Workbench

8.0.15: build problem with ANTLR
Posted by: Sergey Afonin
Date: February 18, 2019 12:19PM

Hello.

I attempt to build WB 8.0.15 and run into problems with ANTLR (It's my first attempt to build 8.x).

The first is small. "INSTALL" file contains "ANTLR 4.6 should be needed only" but in CMakeLists.txt 'set(ANTLR_JAR_FILENAME "antlr-4.7.1-complete.jar")' is used. As far as I understand INSTALL's update forgoten.

The second is more difficult. Build stops when I use -DWITH_ANTLR_JAR=antlr-4.7.1-complete.jar with

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find ANTLR4 (missing: ANTLR4_LIBRARY ANTLR4_INCLUDE_DIR)

Is antlr4-cpp-runtime needed also ? Can I use it as bundle similar ANTLR_JAR?
should the cpp and jar versions corresponding?

Options: ReplyQuote


Subject
Views
Written By
Posted
8.0.15: build problem with ANTLR
4443
February 18, 2019 12:19PM
1963
February 21, 2019 02:11AM
2064
February 21, 2019 04:55AM


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.