forex.analytics icon indicating copy to clipboard operation
forex.analytics copied to clipboard

unable to build on macosx

Open ch1ll0ut1 opened this issue 8 years ago • 0 comments

Tried with: OSX 10.11.x OSX 10.12.3

Result: ../src/functions/findStrategy.cpp:58:5: error: initializer 'AsyncProgressWorker' does not name a non-static data member or base class; did you mean the base class 'AsyncProgressWorkerBase'? : AsyncProgressWorker(callback_) ^~~~~~~~~~~~~~~~~~~ AsyncProgressWorkerBase ../src/functions/findStrategy.cpp:52:33: note: base class 'Nan::AsyncProgressWorker' (aka 'AsyncProgressWorkerBase') specified here class FindStrategyAsyncWorker : public Nan::AsyncProgressWorker ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [Release/obj.target/analytics/src/functions/findStrategy.o] Error 1 gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/Users/user/.npm-packages/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)

ch1ll0ut1 avatar Jan 29 '17 14:01 ch1ll0ut1