You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../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);
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!
The text was updated successfully, but these errors were encountered:
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.
Hi, bumped into the following issue,
node-gyp build
threw the following error,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
version7.6.11-1.el7
d. Installed NDB version
Thanks!
The text was updated successfully, but these errors were encountered: