-
Notifications
You must be signed in to change notification settings - Fork 85
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
node 12 compile error #134
Comments
Had the same issue. Only noticed after it built fine with node 11 |
Node 10 has not issue , Node 11 do not compile test because End-of-Life on 2019.6.1。 |
Please fix this I need to use this library with node 12 |
still broken |
I have the same problem with node 14 or 15. ......
d:\code\node\libui-node\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reint
erpret_cast, C-style cast or function-style cast (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Pe
rsistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': functi
on does not take 1 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\b
uild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(5847): note: see declaration of 'v8::StringObj
ect::New' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling so
urce file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(67): error C2039: 'MarkIndependent': is not a member of 'Nan
::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::P
ersistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1818): error C2661: 'v8::Object::Set': no overloaded function takes 2 ar
guments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1824): error C2661: 'v8::Object::Set': no overloaded function takes 2 ar
guments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1830): error C2661: 'v8::Object::Set': no overloaded function takes 2 ar
guments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1836): error C2661: 'v8::Object::Get': no overloaded function takes 1 ar
guments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1835): error C2672: 'Nan::EscapableHandleScope::Escape': no matching ove
rloaded function found (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1842): error C2661: 'v8::Object::Get': no overloaded function takes 1 ar
guments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1842): error C2672: 'Nan::EscapableHandleScope::Escape': no matching ove
rloaded function found (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindwrapper.h(139): error C2039: 'MarkIndependent': is not
a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxpr
oj]
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1847): error C2661: 'v8::Object::Get': no overloaded function takes 1 ar
guments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1847): error C2672: 'Nan::EscapableHandleScope::Escape': no matching ove
rloaded function found (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(187): error C2660: 'v8::Value::BooleanValue':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-
node\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2858): note: see declaration of 'v8::Value::Bo
oleanValue' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(189): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-n
ode\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(190): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-n
ode\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(192): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-n
ode\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(193): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-n
ode\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(194): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-n
ode\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Pe
rsistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(196): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-no
de\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1034): error C2660: 'v8::Value::ToString': function does not take 0 argu
ments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2810): note: see declaration of 'v8::Value::To
String' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(67): error C2039: 'MarkIndependent': is not a member of 'Nan
::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\timer.cc)d:\code\node\libui-node\node_modules\nan\nan.h(1044): err
or C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char
*' to 'v8::Isolate *' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reint
erpret_cast, C-style cast or function-style cast (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::P
ersistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(197): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-no
de\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(198): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-no
de\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(200): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-no
de\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindwrapper.h(139): error C2039: 'MarkIndependent': is not
a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxpr
oj]
with
[
T=v8::Object
] (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1818): error C2661: 'v8::Object::Set': no overloaded function takes 2 ar
guments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1824): error C2661: 'v8::Object::Set': no overloaded function takes 2 ar
guments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1830): error C2661: 'v8::Object::Set': no overloaded function takes 2 ar
guments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1836): error C2661: 'v8::Object::Get': no overloaded function takes 1 ar
guments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1835): error C2672: 'Nan::EscapableHandleScope::Escape': no matching ove
rloaded function found (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1842): error C2661: 'v8::Object::Get': no overloaded function takes 1 ar
guments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1842): error C2672: 'Nan::EscapableHandleScope::Escape': no matching ove
rloaded function found (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\external.h(112): error C2660: 'v8::Value::ToObject': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-node\bu
ild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1847): error C2661: 'v8::Object::Get': no overloaded function takes 1 ar
guments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1847): error C2672: 'Nan::EscapableHandleScope::Escape': no matching ove
rloaded function found (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(187): error C2660: 'v8::Value::BooleanValue':
function does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\
nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2858): note: see declaration of 'v8::Value::Bo
oleanValue' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(189): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2660: 'v8::Value::ToString': func
tion does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-node\
build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2810): note: see declaration of 'v8::Value::To
String' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2512: 'Nan::Utf8String::Utf8Strin
g': no appropriate default constructor available (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\cod
e\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(190): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(192): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\buffer.h(33): error C2660: 'v8::Value::ToObject': function
does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-node\build
\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(193): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(194): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(196): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nb
ind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(197): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nb
ind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(198): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nb
ind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(200): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nb
ind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\UiArea\UiDrawPath.cc)d:\code\node\libui-node\node_modules\nan\nan_object_wrap
.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>
>'
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindwrapper.h(139): error C2039: 'MarkIndependent': is not
a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxpr
oj]
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(67): error C2039: 'MarkIndependent': is not a member of 'Nan
::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::P
ersistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(187): error C2660: 'v8::Value::BooleanValue':
function does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2858): note: see declaration of 'v8::Value::Bo
oleanValue' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(189): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nb
ind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\external.h(112): error C2660: 'v8::Value::ToObject': functi
on does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nbind.v
cxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(190): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nb
ind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(192): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nb
ind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2660: 'v8::Value::ToString': func
tion does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nbind
.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2810): note: see declaration of 'v8::Value::To
String' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2512: 'Nan::Utf8String::Utf8Strin
g': no appropriate default constructor available (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libu
i-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(193): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nb
ind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\buffer.h(33): error C2660: 'v8::Value::ToObject': function
does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nbind.vcxp
roj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\src\UiArea\UiDrawPath.cc)
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(194): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nb
ind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(196): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(197): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(198): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(200): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\external.h(112): error C2660: 'v8::Value::ToObject': functi
on does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vc
xproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindwrapper.h(139): error C2039: 'MarkIndependent': is not
a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxpr
oj]
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2660: 'v8::Value::ToString': func
tion does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.
vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2810): note: see declaration of 'v8::Value::To
String' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2512: 'Nan::Utf8String::Utf8Strin
g': no appropriate default constructor available (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui
-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(190): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-node\bu
ild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\buffer.h(33): error C2660: 'v8::Value::ToObject': function
does not take 0 arguments (compiling source file ..\src\arch\win32\timer.cc) [D:\code\node\libui-node\build\nbind.vcxpr
oj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\src\arch\win32\timer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(187): error C2660: 'v8::Value::BooleanValue':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui
-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(191): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-node\bu
ild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2858): note: see declaration of 'v8::Value::Bo
oleanValue' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(192): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-node\bu
ild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(189): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-
node\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(193): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc) [D:\code\node\libui-node\bu
ild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Buffer.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(190): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-
node\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(192): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-
node\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(193): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-
node\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(194): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-
node\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(196): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-n
ode\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(197): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-n
ode\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(198): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-n
ode\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(200): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-n
ode\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\external.h(112): error C2660: 'v8::Value::ToObject': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\b
uild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2660: 'v8::Value::ToString': func
tion does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node
\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2810): note: see declaration of 'v8::Value::To
String' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2512: 'Nan::Utf8String::Utf8Strin
g': no appropriate default constructor available (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\co
de\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\buffer.h(33): error C2660: 'v8::Value::ToObject': function
does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\buil
d\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(190): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nbind.v
cxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(191): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nbind.v
cxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(192): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nbind.v
cxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(193): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\src\UiArea\UiDrawPath.cc) [D:\code\node\libui-node\build\nbind.v
cxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\UiArea\UiDrawPath.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(190): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\b
uild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(191): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\b
uild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(192): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\b
uild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(193): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\node_modules\nbind\src\v8\Binding.cc) [D:\code\node\libui-node\b
uild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\node_modules\nbind\src\v8\Binding.cc)
d:\code\node\libui-node\node_modules\nbind\src\v8\binding.cc(244): error C2065: 'Handle': undeclared identifier [D:\cod
e\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan_converters_43_inl.h(22): error C2664: 'v8::Local<v8::Boolean> v8::Value::T
oBoolean(v8::Isolate *) const': cannot convert argument 1 from 'v8::Local<v8::Context>' to 'v8::Isolate *' (compiling s
ource file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan_converters_43_inl.h(22): note: No user-defined-conversion operator avail
able that can perform this conversion, or the operator cannot be called (compiling source file ..\src\arch\win32\libu
i_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan_converters_43_inl.h(40): error C2664: 'bool v8::Value::BooleanValue(v8::Is
olate *) const': cannot convert argument 1 from 'v8::Local<v8::Context>' to 'v8::Isolate *' (compiling source file ..\s
rc\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan_converters_43_inl.h(40): note: No user-defined-conversion operator avail
able that can perform this conversion, or the operator cannot be called (compiling source file ..\src\arch\win32\libu
i_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v
8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideE
ffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\a
rch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source
type, or constructor overload resolution was ambiguous (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': functi
on does not take 1 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(5847): note: see declaration of 'v8::StringObj
ect::New' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling so
urce file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1034): error C2660: 'v8::Value::ToString': function does not take 0 argu
ments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2810): note: see declaration of 'v8::Value::To
String' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,
int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\arch\win32\
libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reint
erpret_cast, C-style cast or function-style cast (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1818): error C2661: 'v8::Object::Set': no overloaded function takes 2 ar
guments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1824): error C2661: 'v8::Object::Set': no overloaded function takes 2 ar
guments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1830): error C2661: 'v8::Object::Set': no overloaded function takes 2 ar
guments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1836): error C2661: 'v8::Object::Get': no overloaded function takes 1 ar
guments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1835): error C2672: 'Nan::EscapableHandleScope::Escape': no matching ove
rloaded function found (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcx
proj]
d:\code\node\libui-node\node_modules\nan\nan.h(1842): error C2661: 'v8::Object::Get': no overloaded function takes 1 ar
guments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1842): error C2672: 'Nan::EscapableHandleScope::Escape': no matching ove
rloaded function found (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcx
proj]
d:\code\node\libui-node\node_modules\nan\nan.h(1847): error C2661: 'v8::Object::Get': no overloaded function takes 1 ar
guments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nan\nan.h(1847): error C2672: 'Nan::EscapableHandleScope::Escape': no matching ove
rloaded function found (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vcx
proj]
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Pe
rsistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(67): error C2039: 'MarkIndependent': is not a member of 'Nan
::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::P
ersistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindwrapper.h(139): error C2039: 'MarkIndependent': is not
a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\code\node\libui-node\build\nbind.vcxpr
oj]
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCop
yablePersistentTraits<T>>'
with
[
T=v8::Object
] (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(187): error C2660: 'v8::Value::BooleanValue':
function does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\bu
ild\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2858): note: see declaration of 'v8::Value::Bo
oleanValue' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(189): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\bui
ld\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(190): error C2660: 'v8::Value::NumberValue':
function does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\bui
ld\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(192): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\bui
ld\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(193): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\bui
ld\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(194): error C2660: 'v8::Value::Uint32Value':
function does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\bui
ld\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2866): note: see declaration of 'v8::Value::Ui
nt32Value' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(196): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\buil
d\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\src\v8\binding.cc(244): error C2275: 'v8::Object': illegal use of this type
as an expressionc:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of
'v8::Value::Int32Value' (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.vc
xproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(3664): note: see declaration of 'v8::Object'
d:\code\node\libui-node\node_modules\nbind\src\v8\binding.cc(244): error C2065: 'exports': undeclared identifier [D:\co
de\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\src\v8\binding.cc(244): error C2182: 'initModule': illegal use of type 'void
' [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(197): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\buil
d\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(198): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\buil
d\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingtype.h(200): error C2660: 'v8::Value::Int32Value': f
unction does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\buil
d\nbind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2869): note: see declaration of 'v8::Value::In
t32Value' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\external.h(112): error C2660: 'v8::Value::ToObject': functi
on does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2660: 'v8::Value::ToString': func
tion does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\n
bind.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2810): note: see declaration of 'v8::Value::To
String' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\bindingstd.h(128): error C2512: 'Nan::Utf8String::Utf8Strin
g': no appropriate default constructor available (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\
libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\buffer.h(33): error C2660: 'v8::Value::ToObject': function
does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbind.
vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2822): note: see declaration of 'v8::Value::To
Object' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\src\v8\binding.cc(244): error C2448: 'initModule': function-style initialize
r appears to be a function definition [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\src\v8\binding.cc(387): warning C4312: 'type cast': conversion from 'int' to
'node::addon_register_func' of greater size [D:\code\node\libui-node\build\nbind.vcxproj]
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(190): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(191): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(192): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\arch\win32\libui_loop.cc)
d:\code\node\libui-node\node_modules\nbind\include\nbind\v8\int64.h(193): error C2660: 'v8::Value::NumberValue': functi
on does not take 0 arguments (compiling source file ..\src\arch\win32\libui_loop.cc) [D:\code\node\libui-node\build\nbi
nd.vcxproj]
c:\users\liu.d.h\appdata\local\node-gyp\cache\14.8.0\include\node\v8.h(2861): note: see declaration of 'v8::Value::Nu
mberValue' (compiling source file ..\src\arch\win32\libui_loop.cc)
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\ \Community\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Users\Liu.D.H\AppData\Roaming g\nvm\v14.8.0\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:314:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_p process.js:276:12)
gyp ERR! System Windows_NT 10.0.19042
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Liu.D.H\ \\AppData\\Roaming\\nvm\\v14.8.0\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "build"
gyp ERR! cwd D:\code\node\libui-node
gyp ERR! node -v v14.8.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `node-gyp configure build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Liu.D.H\AppData\Roaming\npm-cache\_logs\2020-11-27T06_53_31_774Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `libui-download && autogypi && npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Liu.D.H\AppData\Roaming\npm-cache\_logs\2020-11-27T06_53_32_067Z-debug.log
D:\code\node\libui-node> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: windows 7
node: 12.0.0 ~ 12.2.0
compile error
The text was updated successfully, but these errors were encountered: