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
I suspect there might not be support for Node 11 with this project yet. But as it says above I am trying to get this to install on ubuntu: 14.04 instant client: 12_1 node: 0.11.14.
I copied the magic "pre_install_check.sh" local. here are the results:
Here are the errors, a combination of deprecated, missing methods, and mis-configured parameters. I just copied a bit of the output - but I could get the entire thing if it would be helpful.
child_process: customFds option is deprecated, use stdio instead.
make: Entering directory `/home/tbrown/Documents/projects/frt-client-portal-publisher/node_modules/oracle/build'
CXX(target) Release/obj.target/oracle_bindings/src/connection.o
In file included from ../src/connection.cpp:4:0:
../src/commitBaton.h: In destructor ‘CommitBaton::~CommitBaton()’:
../src/commitBaton.h:14:14: error: ‘class v8::Persistentv8::Function’ has no member named ‘Dispose’
callback.Dispose();
^
In file included from ../src/connection.cpp:5:0:
../src/rollbackBaton.h: In destructor ‘RollbackBaton::~RollbackBaton()’:
../src/rollbackBaton.h:14:14: error: ‘class v8::Persistentv8::Function’ has no member named ‘Dispose’
callback.Dispose();
^
../src/connection.cpp: In static member function ‘static void Connection::Init(v8::Handlev8::Object)’:
../src/connection.cpp:19:56: error: no matching function for call to ‘v8::FunctionTemplate::New(uni::CallbackType (&)(const FunctionCallbackInfo&))’
Local t = FunctionTemplate::New(New);
^
../src/connection.cpp:19:56: note: candidate is:
In file included from ../src/connection.h:5:0,
from ../src/connection.cpp:2:
/home/tbrown/.node-gyp/0.11.14/deps/v8/include/v8.h:3434:34: note: static v8::Localv8::FunctionTemplate v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Handlev8::Value, v8::Handlev8::Signature, int)
static Local New(
The text was updated successfully, but these errors were encountered:
I suspect there might not be support for Node 11 with this project yet. But as it says above I am trying to get this to install on ubuntu: 14.04 instant client: 12_1 node: 0.11.14.
I copied the magic "pre_install_check.sh" local. here are the results:
everythings looks dandy
OCI_HOME: /home/tbrown/Downloads/instantclient_12_1/
OCI_LIB_DIR: /home/tbrown/Downloads/instantclient_12_1/
OCI_INCLUDE_DIR: /home/tbrown/Downloads/instantclient_12_1/sdk/include/
tbrown@tbrown:~/Documents/projects/frt-client-portal-publisher$
Here are the errors, a combination of deprecated, missing methods, and mis-configured parameters. I just copied a bit of the output - but I could get the entire thing if it would be helpful.
child_process: customFds option is deprecated, use stdio instead.
make: Entering directory `/home/tbrown/Documents/projects/frt-client-portal-publisher/node_modules/oracle/build'
CXX(target) Release/obj.target/oracle_bindings/src/connection.o
In file included from ../src/connection.cpp:4:0:
../src/commitBaton.h: In destructor ‘CommitBaton::~CommitBaton()’:
../src/commitBaton.h:14:14: error: ‘class v8::Persistentv8::Function’ has no member named ‘Dispose’
callback.Dispose();
^
In file included from ../src/connection.cpp:5:0:
../src/rollbackBaton.h: In destructor ‘RollbackBaton::~RollbackBaton()’:
../src/rollbackBaton.h:14:14: error: ‘class v8::Persistentv8::Function’ has no member named ‘Dispose’
callback.Dispose();
^
../src/connection.cpp: In static member function ‘static void Connection::Init(v8::Handlev8::Object)’:
../src/connection.cpp:19:56: error: no matching function for call to ‘v8::FunctionTemplate::New(uni::CallbackType (&)(const FunctionCallbackInfo&))’
Local t = FunctionTemplate::New(New);
^
../src/connection.cpp:19:56: note: candidate is:
In file included from ../src/connection.h:5:0,
from ../src/connection.cpp:2:
/home/tbrown/.node-gyp/0.11.14/deps/v8/include/v8.h:3434:34: note: static v8::Localv8::FunctionTemplate v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Handlev8::Value, v8::Handlev8::Signature, int)
static Local New(
The text was updated successfully, but these errors were encountered: