We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I am trying to install node weak module on windows 7 I have setup all the files required for node-gyp from the link below https://github.com/TooTallNate/node-gyp
I have nodeJS 64 bit v0.10.0. When I try to install weak module I get the below error
weakref.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class v8::Handle<class v8::Value> __cdecl node::MakeCallback(class v8::Handle<c lass v8::Object>,class v8::Handle<class v8::Function>,int,class v8::Handle<clas s v8::Value> * const)" (__imp_?MakeCallback@node@@YA?AV?$Handle@VValue@v8@@@v8@ @V?$Handle@VObject@v8@@@3@V?$Handle@VFunction@v8@@@3@HQEAV23@@Z) [D:\node_modul es\weak\build\weakref.vcxproj] D:\node_modules\weak\build\Release\weakref.node : fatal error LNK1120: 1 unreso lved externals [D:\node_modules\weak\build\weakref.vcxproj]
After updating to node v0.10.24 I m now getting the below error
LINK : fatal error LNK1181: cannot open input file 'kernel32.lib' [D:\node_modu les\weak\build\weakref.vcxproj]
I'm not sure what is the issue. Can anyone look into this please:
The text was updated successfully, but these errors were encountered:
Please open a new issue if this is still a problem.
Sorry, something went wrong.
No branches or pull requests
Hi I am trying to install node weak module on windows 7
I have setup all the files required for node-gyp from the link below
https://github.com/TooTallNate/node-gyp
I have nodeJS 64 bit v0.10.0. When I try to install weak module I get the below error
After updating to node v0.10.24 I m now getting the below error
I'm not sure what is the issue. Can anyone look into this please:
The text was updated successfully, but these errors were encountered: