gyp info spawn C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe
gyp info spawn args [ 'build/binding.sln',
gyp info spawn args '/clp:Verbosity=minimal',
gyp info spawn args '/nologo',
gyp info spawn args '/p:Configuration=Release;Platform=Win32' ]
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
clrfuncreflectionwrap.cpp
edge.cpp
nodejsfunc.cpp
nodejsfuncinvokecontext.cpp
..\src\nodejsfuncinvokecontext.cpp(71): warning C4996: 'v8::FunctionTemplate::N
ew': was declared deprecated [C:\Users\Frank\Documents\GitHub\edge\build\edge.v
cxproj]
C:\Users\Frank\.nw-gyp\0.8.1\deps\v8\include\v8.h(3338) : see declara
tion of 'v8::FunctionTemplate::New'
c:\users\frank\.nw-gyp\0.8.1\src\node.h(124): warning C4996: 'v8::FunctionTempl
ate::New': was declared deprecated [C:\Users\Frank\Documents\GitHub\edge\build\
edge.vcxproj]
C:\Users\Frank\.nw-gyp\0.8.1\deps\v8\include\v8.h(3338) : see declara
tion of 'v8::FunctionTemplate::New'
..\src\edge.cpp(20) : see reference to function template instantiatio
n 'void node::SetMethod<v8::Handle<T>>(target_t,const char *,v8::InvocationCa
llback)' being compiled
with
[
T=v8::Object,
target_t=v8::Handle<v8::Object>
]
clrfunc.cpp
persistentdisposecontext.cpp
utils.cpp
clractioncontext.cpp
..\src\clrfunc.cpp(41): warning C4996: 'v8::FunctionTemplate::New': was declare
d deprecated [C:\Users\Frank\Documents\GitHub\edge\build\edge.vcxproj]
C:\Users\Frank\.nw-gyp\0.8.1\deps\v8\include\v8.h(3338) : see declara
tion of 'v8::FunctionTemplate::New'
..\src\clrfunc.cpp(43): error C2664: 'void v8::Persistent<T>::MakeWeak<void>(P
*,void (__cdecl *)(v8::Isolate *,v8::Persistent<T> *,P *))' : cannot convert pa
rameter 2 from 'void (__cdecl *)(v8::Persistent<T>,void *)' to 'void (__cdecl *
)(v8::Isolate *,v8::Persistent<T> *,P *)' [C:\Users\Frank\Documents\GitHub\edge
\build\edge.vcxproj]
with
[
T=v8::Function,
P=void
]
and
[
T=v8::Value
]
and
[
T=v8::Function,
P=void
]
None of the functions with this name in scope match the target type
v8synchronizationcontext.cpp
clrfuncinvokecontext.cpp
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe` fail
ed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Users\Frank\AppData\Roaming\npm\no
de_modules\nw-gyp\lib\build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:
12)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "C:\\Users\\Frank\\AppData\\Roaming\\npm\\node_modules\\
nw-gyp\\bin\\nw-gyp.js" "build" "--msvs_version=2013"
gyp ERR! cwd C:\Users\Frank\Documents\GitHub\edge
gyp ERR! node -v v0.10.22
gyp ERR! nw-gyp -v v0.10.9
gyp ERR! not ok