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

Build Error #3

Open
bardia-khosravi opened this issue Jul 3, 2015 · 0 comments
Open

Build Error #3

bardia-khosravi opened this issue Jul 3, 2015 · 0 comments

Comments

@bardia-khosravi
Copy link

Hi,

I am getting these errors after downloading the package using npm. The errors on in builderror.log file

In file included from ../lib/main.cc:6:
../lib/flocon.h:9:29: error: expected class name
class Flocon : public node::ObjectWrap {
^
../lib/flocon.h:17:44: error: no type named 'Arguments' in namespace 'v8'; did you mean 'v8::internal::Arguments'?
static v8::Handlev8::Value New(const v8::Arguments& args);
^~~~~~~~~~~~~
v8::internal::Arguments
/Users/bardiakhosravi/.node-gyp/0.12.2/deps/v8/include/v8.h:127:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
In file included from ../lib/main.cc:6:
../lib/flocon.h:18:45: error: no type named 'Arguments' in namespace 'v8'; did you mean 'v8::internal::Arguments'?
static v8::Handlev8::Value Snow(const v8::Arguments& args);
^~~~~~~~~~~~~
v8::internal::Arguments
/Users/bardiakhosravi/.node-gyp/0.12.2/deps/v8/include/v8.h:127:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
3 errors generated.
make: *** [Release/obj.target/flocon/lib/main.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)
gyp ERR! stack at ChildProcess.emit (events.js:110:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
gyp ERR! System Darwin 14.3.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/bardiakhosravi/Projects/tvacademy-backend/node_modules/flocon
gyp ERR! node -v v0.12.2
gyp ERR! node-gyp -v v1.0.3
gyp ERR! not ok

Help is appreciated.

Thanks

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

1 participant