Build Log
  

Build started: Project: binding, Configuration: Release|Win32

Command Lines
  
Creating temporary file "C:\Users\chris\AppData\Local\Temp\RSP000001101924312.rsp" with contents
[
/Ox /Ob2 /Oi /Ot /Oy /GL /I "C:\Users\chris\.node-gyp\8.9.4\include\node" /I "C:\Users\chris\.node-gyp\8.9.4\src" /I "C:\Users\chris\.node-gyp\8.9.4\deps\uv\include" /I "C:\Users\chris\.node-gyp\8.9.4\deps\v8\include" /I "..\..\nan" /D "NODE_GYP_MODULE_NAME=binding" /D "USING_UV_SHARED=1" /D "USING_V8_SHARED=1" /D "V8_DEPRECATION_WARNINGS=1" /D "WIN32" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_HAS_EXCEPTIONS=0" /D "BUILDING_NODE_EXTENSION" /D "_WINDLL" /GF /FD /MT /Gy /GR- /Fo"Release\obj\binding\\" /Fd"Release\obj\binding\binding\vc80.pdb" /W3 /c /Zi /TP /wd4267 /wd4351 /wd4355 /wd4800 /wd4251  /MP

"..\..\..\..\..\..\..\..\..\AppData\Roaming\nvm\v8.9.4\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc"

"..\src\binding.cc"
]
Creating command line "cl.exe @C:\Users\chris\AppData\Local\Temp\RSP000001101924312.rsp /nologo /errorReport:queue"
Output Window
  
Compiling...
win_delay_load_hook.cc
binding.cc
..\..\..\..\..\..\..\..\..\AppData\Roaming\nvm\v8.9.4\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\..\..\..\..\..\..\..\..\AppData\Roaming\nvm\v8.9.4\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc(34) : error C2440: 'initializing' : cannot convert from 'PfnDliHook' to 'int'
        There is no context in which this conversion is possible
..\..\..\..\..\..\..\..\..\AppData\Roaming\nvm\v8.9.4\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc(34) : error C2146: syntax error : missing ';' before identifier '__pfnDliNotifyHook2'
..\..\..\..\..\..\..\..\..\AppData\Roaming\nvm\v8.9.4\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\..\..\..\..\..\..\..\..\AppData\Roaming\nvm\v8.9.4\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc(34) : error C2373: '__pfnDliNotifyHook2' : redefinition; different type modifiers
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\delayimp.h(126) : see declaration of '__pfnDliNotifyHook2'
..\..\..\..\..\..\..\..\..\AppData\Roaming\nvm\v8.9.4\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc(34) : error C2440: 'initializing' : cannot convert from 'FARPROC (__stdcall *)(unsigned int,DelayLoadInfo *)' to 'int'
        There is no context in which this conversion is possible
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(333) : error C2988: unrecognizable template declaration/definition
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(333) : error C2059: syntax error : 'using'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(465) : error C2332: 'enum' : missing tag name
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(465) : error C2236: unexpected 'class' 'v8::WeakCallbackType'. Did you forget a ';'?
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(465) : error C3381: 'v8::WeakCallbackType' : assembly access specifiers are only available in code compiled with a /clr option
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(465) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(465) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(465) : error C2143: syntax error : missing ';' before '}'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(465) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(605) : error C2253: 'PersistentBase' : pure specifier or abstract override specifier only allowed on virtual function
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(626) : see reference to class template instantiation 'v8::PersistentBase' being compiled
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(799) : error C2143: syntax error : missing ')' before '&&'
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(833) : see reference to class template instantiation 'v8::Global' being compiled
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(799) : error C2143: syntax error : missing ';' before '&&'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(799) : error C2652: 'v8::Global' : illegal copy constructor: first parameter must not be a 'v8::Global'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(799) : error C2059: syntax error : ')'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(799) : error C2334: unexpected token(s) preceding ':'; skipping apparent function body
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(807) : error C2143: syntax error : missing ')' before '&&'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(807) : error C2143: syntax error : missing ';' before '&&'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(807) : error C2238: unexpected token(s) preceding ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(807) : error C2988: unrecognizable template declaration/definition
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(807) : error C2059: syntax error : '&&'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(807) : error C2059: syntax error : ')'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(819) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(826) : error C2253: 'Global' : pure specifier or abstract override specifier only allowed on virtual function
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(832) : error C2059: syntax error : 'return'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(832) : error C2238: unexpected token(s) preceding ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(833) : error C2143: syntax error : missing ';' before '}'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(838) : error C2988: unrecognizable template declaration/definition
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(838) : error C2059: syntax error : 'using'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(904) : error C2989: 'v8::HandleScope' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(316) : see declaration of 'v8::HandleScope'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(940) : error C2989: 'v8::EscapableHandleScope' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(137) : see declaration of 'v8::EscapableHandleScope'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(978) : error C2989: 'v8::Data' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(73) : see declaration of 'v8::Data'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(1211) : error C2989: 'v8::Script' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(97) : see declaration of 'v8::Script'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(1656) : error C2989: 'v8::StackTrace' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(102) : see declaration of 'v8::StackTrace'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(1724) : error C2989: 'v8::StackFrame' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(101) : see declaration of 'v8::StackFrame'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2376) : error C2989: 'v8::Value' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(110) : see declaration of 'v8::Value'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2382) : error C2989: 'v8::Primitive' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(92) : see declaration of 'v8::Primitive'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2397) : error C2989: 'v8::Boolean' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(69) : see declaration of 'v8::Boolean'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2418) : error C2989: 'v8::Name' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(85) : see declaration of 'v8::Name'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2426) : error C2332: 'enum' : missing tag name
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2426) : error C3306: 'v8::': unnamed class template is not allowed
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2438) : error C2236: unexpected 'class' 'v8::NewStringType'. Did you forget a ';'?
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2438) : error C3381: 'v8::NewStringType' : assembly access specifiers are only available in code compiled with a /clr option
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2807) : error C2989: 'v8::String' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(103) : see declaration of 'v8::String'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2858) : error C2989: 'v8::Symbol' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(105) : see declaration of 'v8::Symbol'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2892) : error C2989: 'v8::Private' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(107) : see declaration of 'v8::Private'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2906) : error C2989: 'v8::Number' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(86) : see declaration of 'v8::Number'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2921) : error C2989: 'v8::Integer' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(81) : see declaration of 'v8::Integer'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2935) : error C2989: 'v8::Int32' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(80) : see declaration of 'v8::Int32'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(2949) : error C2989: 'v8::Uint32' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(108) : see declaration of 'v8::Uint32'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3023) : error C2332: 'enum' : missing tag name
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3023) : error C3306: 'v8::': unnamed class template is not allowed
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3023) : error C2236: unexpected 'class' 'v8::KeyCollectionMode'. Did you forget a ';'?
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3023) : error C3381: 'v8::KeyCollectionMode' : assembly access specifiers are only available in code compiled with a /clr option
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3029) : error C2332: 'enum' : missing tag name
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3029) : error C3306: 'v8::': unnamed class template is not allowed
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3029) : error C2236: unexpected 'class' 'v8::IndexFilter'. Did you forget a ';'?
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3029) : error C3381: 'v8::IndexFilter' : assembly access specifiers are only available in code compiled with a /clr option
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3034) : error C2332: 'enum' : missing tag name
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3034) : error C3306: 'v8::': unnamed class template is not allowed
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3034) : error C2236: unexpected 'class' 'v8::IntegrityLevel'. Did you forget a ';'?
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3034) : error C3381: 'v8::IntegrityLevel' : assembly access specifiers are only available in code compiled with a /clr option
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3485) : error C2989: 'v8::Object' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(88) : see declaration of 'v8::Object'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3515) : error C2989: 'v8::Array' : class template has already been declared as a non-class template
        c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(67) : see declaration of 'v8::Array'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3811) : error C2332: 'enum' : missing tag name
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3811) : error C2236: unexpected 'class' 'v8::ConstructorBehavior'. Did you forget a ';'?
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3811) : error C3381: 'v8::ConstructorBehavior' : assembly access specifiers are only available in code compiled with a /clr option
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3811) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3811) : error C2143: syntax error : missing ';' before '}'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3811) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3816) : error C2504: 'v8::Object' : base class undefined
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3823) : error C2061: syntax error : identifier 'FunctionCallback'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3825) : error C2059: syntax error : ')'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3825) : error C2143: syntax error : missing ')' before ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3829) : error C2061: syntax error : identifier 'FunctionCallback'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3829) : error C2059: syntax error : ')'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3829) : error C2143: syntax error : missing ')' before ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3839) : error C2059: syntax error : 'return'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3839) : error C2238: unexpected token(s) preceding ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3844) : error C2146: syntax error : missing ';' before identifier 'Call'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3850) : error C2270: 'GetName' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3858) : error C2270: 'GetInferredName' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3864) : error C2270: 'GetDebugName' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3870) : error C2270: 'GetDisplayName' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3876) : error C2270: 'GetScriptLineNumber' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3881) : error C2270: 'GetScriptColumnNumber' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3886) : error C2270: 'IsBuiltin' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3891) : error C2270: 'ScriptId' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3897) : error C2270: 'GetBoundFunction' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3899) : error C2270: 'GetScriptOrigin' : modifiers not allowed on nonmember functions
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3903) : error C2059: syntax error : 'private'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3904) : error C2059: syntax error : ')'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3916) : error C2504: 'Object' : base class undefined
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3924) : error C2504: 'Object' : base class undefined
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3930) : error C2143: syntax error : missing ';' before '<'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3930) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3930) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3930) : error C2238: unexpected token(s) preceding ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3931) : error C2143: syntax error : missing ';' before '<'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3931) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3931) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3932) : error C2238: unexpected token(s) preceding ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3937) : error C2143: syntax error : missing ';' before '<'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3937) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3937) : error C2238: unexpected token(s) preceding ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3943) : error C2061: syntax error : identifier 'Local'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3944) : error C2143: syntax error : missing ';' before '<'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3944) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3945) : error C2238: unexpected token(s) preceding ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3947) : error C2061: syntax error : identifier 'Local'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3948) : error C2143: syntax error : missing ';' before '<'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3948) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3949) : error C2238: unexpected token(s) preceding ';'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3951) : error C2061: syntax error : identifier 'Value'
c:\users\chris\.node-gyp\8.9.4\include\node\v8.h(3951) : fatal error C1003: error count exceeds 100; stopping compilation
Results
  
Build log was saved at "file://c:\Users\chris\git\LabJack\pm\ljswitchboard-builder\temp_project_files\ljswitchboard-io_manager\node_modules\ref\build\Release\obj\binding\BuildLog.htm"
binding - 120 error(s), 0 warning(s)