Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jones-ndb build failure #52

Open
yeongwei opened this issue Oct 11, 2019 · 2 comments
Open

jones-ndb build failure #52

yeongwei opened this issue Oct 11, 2019 · 2 comments

Comments

@yeongwei
Copy link

yeongwei commented Oct 11, 2019

Hi, bumped into the following issue,

  1. node-gyp build threw the following error,
../impl/src/ndb/NdbTypeEncoders.cpp: In function âv8::Local<v8::Value> CharReader(const NdbDictionary::Column*, char*, uint32_t)â:
../impl/src/ndb/NdbTypeEncoders.cpp:1123:46: error: no matching function for call to âv8::String::NewExternal(v8::Isolate*&, ExternalizedUnicodeString*&)â
     string = String::NewExternal(isolate, ext);
  1. Currently my system is running with the following,
    a. CentOS Linux release 7.4.1708 (Core)
    b. node --version #v10.16.3
    c. Libraries for NDB API mysql-cluster-community-nodejs.x86_64 version 7.6.11-1.el7
    d. Installed NDB version
    [pmuser@pm nodejs]$ ndb_mgm -V
    MySQL distrib mysql-5.7.27 ndb-7.6.11, for Linux (x86_64)
    

Thanks!

@jdduncan
Copy link
Contributor

Thanks, I will check this combination.

@jdduncan
Copy link
Contributor

Hi,I have pushed a fix for the build issue in the nodejs_10_16 branch. (It is not in the master branch because I do not yet have portability wrappers for various node versions). This should get you several steps forward. I may continue working on this branch because I also saw some deprecation warnings and possibly other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants