Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mateodelnorte/67f124196377a0ca0815c66644bf1082 to your computer and use it in GitHub Desktop.
Save mateodelnorte/67f124196377a0ca0815c66644bf1082 to your computer and use it in GitHub Desktop.
error when using node-gyp rebuild --msvs_version=2012
$ node-gyp rebuild --msvs_version=2012
gyp info it worked if it ends with ok
gyp info using node-gyp@3.5.0
gyp info using node@6.9.1 | win32 | x64
gyp info spawn C:\Python27\python.EXE
gyp info spawn args [ 'C:\\Program Files (x86)\\Nodist\\v-x64\\6.9.1\\node_modules\\node-gyp\\gyp\\gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'msvs',
gyp info spawn args '-G',
gyp info spawn args 'msvs_version=2012',
gyp info spawn args '-I',
gyp info spawn args 'C:\\development\\ged\\sophis-c-client\\build\\config.gypi',
gyp info spawn args '-I',
gyp info spawn args 'C:\\Program Files (x86)\\Nodist\\v-x64\\6.9.1\\node_modules\\node-gyp\\addon.gypi',
gyp info spawn args '-I',
gyp info spawn args 'C:\\Users\\Waltem7\\.node-gyp\\6.9.1\\include\\node\\common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=C:\\Users\\Waltem7\\.node-gyp\\6.9.1',
gyp info spawn args '-Dnode_gyp_dir=C:\\Program Files (x86)\\Nodist\\v-x64\\6.9.1\\node_modules\\node-gyp',
gyp info spawn args '-Dnode_lib_file=node.lib',
gyp info spawn args '-Dmodule_root_dir=C:\\development\\ged\\sophis-c-client',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'C:\\development\\ged\\sophis-c-client\\build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn msbuild
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=x64' ]
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
node_api.cc
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(345): error C2988: unrecognizable template declaration/definition [C:\development\ged\sophis-c-c lient\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(345): error C2059: syntax error : 'using' [C:\development\ged\sophis-c-client\node_modules\node- addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(481): error C2988: unrecognizable template declaration/definition [C:\development\ged\sophis-c-c lient\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(481): error C2059: syntax error : 'using' [C:\development\ged\sophis-c-client\node_modules\node- addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(592): error C2061: syntax error : identifier 'WeakCallbackType' [C:\development\ged\sophis-c-cli ent\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(672) : see reference to class template instantiation 'v8::PersistentBase<T>' being com
piled
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(667): error C2253: 'PersistentBase<T>' : pure specifier or abstract override specifier only allo wed on virtual function [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(874): error C2253: 'Global<T>' : pure specifier or abstract override specifier only allowed on v irtual function [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(877) : see reference to class template instantiation 'v8::Global<T>' being compiled
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(882): error C2988: unrecognizable template declaration/definition [C:\development\ged\sophis-c-c lient\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(882): error C2059: syntax error : 'using' [C:\development\ged\sophis-c-client\node_modules\node- addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(945): error C2989: 'v8::HandleScope' : class template has already been declared as a non-class t emplate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(328) : see declaration of 'v8::HandleScope'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(979): error C2989: 'v8::EscapableHandleScope' : class template has already been declared as a no n-class template [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(139) : see declaration of 'v8::EscapableHandleScope'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(1009): error C2989: 'v8::Data' : class template has already been declared as a non-class templat e [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(76) : see declaration of 'v8::Data'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(1143): error C2989: 'v8::Script' : class template has already been declared as a non-class templ ate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(99) : see declaration of 'v8::Script'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(1582): error C2989: 'v8::StackTrace' : class template has already been declared as a non-class t emplate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(104) : see declaration of 'v8::StackTrace'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(1645): error C2989: 'v8::StackFrame' : class template has already been declared as a non-class t emplate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(103) : see declaration of 'v8::StackFrame'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2060): error C2989: 'v8::Value' : class template has already been declared as a non-class templa te [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(112) : see declaration of 'v8::Value'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2066): error C2989: 'v8::Primitive' : class template has already been declared as a non-class te mplate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(95) : see declaration of 'v8::Primitive'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2081): error C2989: 'v8::Boolean' : class template has already been declared as a non-class temp late [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(72) : see declaration of 'v8::Boolean'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2101): error C2989: 'v8::Name' : class template has already been declared as a non-class templat e [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(88) : see declaration of 'v8::Name'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2469): error C2989: 'v8::String' : class template has already been declared as a non-class templ ate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(105) : see declaration of 'v8::String'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2508): error C2989: 'v8::Symbol' : class template has already been declared as a non-class templ ate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(107) : see declaration of 'v8::Symbol'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2536): error C2989: 'v8::Private' : class template has already been declared as a non-class temp late [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(109) : see declaration of 'v8::Private'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2550): error C2989: 'v8::Number' : class template has already been declared as a non-class templ ate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(89) : see declaration of 'v8::Number'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2565): error C2989: 'v8::Integer' : class template has already been declared as a non-class temp late [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(84) : see declaration of 'v8::Integer'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2579): error C2989: 'v8::Int32' : class template has already been declared as a non-class templa te [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(83) : see declaration of 'v8::Int32'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(2593): error C2989: 'v8::Uint32' : class template has already been declared as a non-class templ ate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(110) : see declaration of 'v8::Uint32'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3015): error C2989: 'v8::Object' : class template has already been declared as a non-class templ ate [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(91) : see declaration of 'v8::Object'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3045): error C2989: 'v8::Array' : class template has already been declared as a non-class templa te [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(71) : see declaration of 'v8::Array'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3249): error C2504: 'v8::Object' : base class undefined [C:\development\ged\sophis-c-client\node _modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3256): error C2061: syntax error : identifier 'FunctionCallback' [C:\development\ged\sophis-c-cl ient\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3260): error C2061: syntax error : identifier 'FunctionCallback' [C:\development\ged\sophis-c-cl ient\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3263): error C2535: 'v8::MaybeLocal<F> v8::Function::New(v8::Local<T>)' : member function alread y defined or declared [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
with
[
F=v8::Function,
T=v8::Context
]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3255) : see declaration of 'v8::Function::New'
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3267): error C2061: syntax error : identifier 'FunctionCallback' [C:\development\ged\sophis-c-cl ient\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3277): error C2059: syntax error : 'return' [C:\development\ged\sophis-c-client\node_modules\nod e-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3277): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3282): error C2146: syntax error : missing ';' before identifier 'Call' [C:\development\ged\soph is-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3288): error C2270: 'GetName' : modifiers not allowed on nonmember functions [C:\development\ged \sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3296): error C2270: 'GetInferredName' : modifiers not allowed on nonmember functions [C:\develop ment\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3302): error C2270: 'GetDebugName' : modifiers not allowed on nonmember functions [C:\developmen t\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3308): error C2270: 'GetDisplayName' : modifiers not allowed on nonmember functions [C:\developm ent\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3314): error C2270: 'GetScriptLineNumber' : modifiers not allowed on nonmember functions [C:\dev elopment\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3319): error C2270: 'GetScriptColumnNumber' : modifiers not allowed on nonmember functions [C:\d evelopment\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3324): error C2270: 'IsBuiltin' : modifiers not allowed on nonmember functions [C:\development\g ed\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3329): error C2270: 'ScriptId' : modifiers not allowed on nonmember functions [C:\development\ge d\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3335): error C2270: 'GetBoundFunction' : modifiers not allowed on nonmember functions [C:\develo pment\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3337): error C2270: 'GetScriptOrigin' : modifiers not allowed on nonmember functions [C:\develop ment\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3341): error C2059: syntax error : 'private' [C:\development\ged\sophis-c-client\node_modules\no de-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3342): error C2059: syntax error : ')' [C:\development\ged\sophis-c-client\node_modules\node-add on-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3351): error C2504: 'Object' : base class undefined [C:\development\ged\sophis-c-client\node_mod ules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3353): error C2504: 'Object' : base class undefined [C:\development\ged\sophis-c-client\node_mod ules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3359): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3359): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3359): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3360): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3360): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3361): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3366): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3366): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3366): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3372): error C2061: syntax error : identifier 'Local' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3374): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3374): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3374): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3376): error C2061: syntax error : identifier 'Local' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3378): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3378): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3378): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3380): error C2061: syntax error : identifier 'Value' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3384): error C2061: syntax error : identifier 'Value' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3394): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3394): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3394): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3397): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3397): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3397): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3400): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3400): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3400): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3401): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3401): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3402): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3405): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3405): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3405): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3406): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3406): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3407): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3415): error C2061: syntax error : identifier 'Value' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3419): error C2061: syntax error : identifier 'Value' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3427): error C2504: 'Object' : base class undefined [C:\development\ged\sophis-c-client\node_mod ules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3429): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3429): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3429): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3430): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3430): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3430): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3437): error C2143: syntax error : missing ';' before '<' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3437): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3439): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3441): error C2061: syntax error : identifier 'Value' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3445): error C2061: syntax error : identifier 'Value' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3462): error C2504: 'Object' : base class undefined [C:\development\ged\sophis-c-client\node_mod ules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3479): error C2628: 'ArrayBuffer::Allocator' followed by 'void' is illegal (did you forget a ';' ?) [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3505): error C3861: 'data_': identifier not found [C:\development\ged\sophis-c-client\node_modul es\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3505): error C2461: 'Contents' : constructor syntax missing formal parameters [C:\development\ge d\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3505): error C2059: syntax error : 'constant' [C:\development\ged\sophis-c-client\node_modules\n ode-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3505): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3505): error C2143: syntax error : missing ';' before '{' [C:\development\ged\sophis-c-client\no de_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3505): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [C:\devel opment\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3507): error C2059: syntax error : 'return' [C:\development\ged\sophis-c-client\node_modules\nod e-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3507): error C2238: unexpected token(s) preceding ';' [C:\development\ged\sophis-c-client\node_m odules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3508): error C2146: syntax error : missing ';' before identifier 'ByteLength' [C:\development\ge d\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3508): error C2270: 'ByteLength' : modifiers not allowed on nonmember functions [C:\development\ ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3508): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\development\ged\sophis-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3508): error C2065: 'byte_length_' : undeclared identifier [C:\development\ged\sophis-c-client\n ode_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3510): error C2059: syntax error : 'private' [C:\development\ged\sophis-c-client\node_modules\no de-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3514): error C2255: 'friend' : not allowed outside of a class definition [C:\development\ged\sop his-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
c:\users\waltem7\.node-gyp\6.9.1\include\node\v8.h(3514): fatal error C1003: error count exceeds 100; stopping compilation [C:\development\ged\soph is-c-client\node_modules\node-addon-api\src\node-api.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `msbuild` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Program Files (x86)\Nodist\v-x64\6.9.1\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:191:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files (x86)\\Nodist\\v-x64\\6.9.1\\node.exe" "C:\\Program Files (x86)\\Nodist\\v-x64\\6.9.1\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--msvs_version=2012"
gyp ERR! cwd C:\development\ged\sophis-c-client
gyp ERR! node -v v6.9.1
gyp ERR! node-gyp -v v3.5.0
gyp ERR! not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment