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

weak module install fails on windows 7 #21

Closed
MoonRocker opened this issue Jan 2, 2014 · 1 comment
Closed

weak module install fails on windows 7 #21

MoonRocker opened this issue Jan 2, 2014 · 1 comment

Comments

@MoonRocker
Copy link

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:

@TooTallNate
Copy link
Owner

Please open a new issue if this is still a problem.

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

2 participants