MySQL Forums
Forum List  »  Replication

Re: Can't access JavaScript mode in mysqlsh
Posted by: Alfredo Kojima
Date: June 16, 2017 10:48AM

Hi Edward,

The same v8 version as before is supported, so maybe CMake is not finding it.
Try using the following parameters to tell it the location of your CMake headers and libraries:

-DV8_INCLUDE_DIR=.../v8/include/
-DV8_LIB_DIR=.../v8/out/x64.release/

--
Alfredo Kojima
MySQL Developer Tools

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Can't access JavaScript mode in mysqlsh
672
June 16, 2017 10:48AM


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.