You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately - I'm trying to rebuild the project for Node 12.7 build getting a lot of build errors (*** is used to replace actual paths below, please ignore)
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
binding.cc
win_delay_load_hook.cc
***\node_modules\@ronomon\utimes\binding.cc(151): error C2660: 'v8::Value::Uint32Value': function does not take 0 arguments [***\node_modules\@ronomon\utimes\build\binding.vcxproj]
c:\users\***\.node-gyp\12.7.0\include\node\v8.h(2574): note: see declaration of 'v8::Value::Uint32Value' (compiling source file ..\binding.cc)
***\node_modules\@ronomon\utimes\binding.cc(151): error C2789: 'flags': an object of const-qualified type must be initialized [***\node_modules\@ronomon\utimes\build\binding.vcxproj]
***\node_modules\@ronomon\utimes\binding.cc(151): note: see declaration of 'flags'
***\node_modules\@ronomon\utimes\binding.cc(152): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [***\node_modules\@ronomon\utimes\build\binding.vcxproj]
c:\users\***\.node-gyp\12.7.0\include\node\v8.h(2572): note: see declaration of 'v8::Value::IntegerValue' (compiling source file ..\binding.cc)
***\node_modules\@ronomon\utimes\binding.cc(152): error C2789: 'btime': an object of const-qualified type must be initialized [***\node_modules\@ronomon\utimes\build\binding.vcxproj]
***\node_modules\@ronomon\utimes\binding.cc(152): note: see declaration of 'btime'
***\node_modules\@ronomon\utimes\binding.cc(153): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [***\node_modules\@ronomon\utimes\build\binding.vcxproj]
c:\users\***\.node-gyp\12.7.0\include\node\v8.h(2572): note: see declaration of 'v8::Value::IntegerValue' (compiling source file ..\binding.cc)
***\node_modules\@ronomon\utimes\binding.cc(153): error C2789: 'mtime': an object of const-qualified type must be initialized [***\node_modules\@ronomon\utimes\build\binding.vcxproj]
***\node_modules\@ronomon\utimes\binding.cc(153): note: see declaration of 'mtime'
***\node_modules\@ronomon\utimes\binding.cc(154): error C2660: 'v8::Value::IntegerValue': function does not take 0 arguments [***\node_modules\@ronomon\utimes\build\binding.vcxproj]
c:\users\***\.node-gyp\12.7.0\include\node\v8.h(2572): note: see declaration of 'v8::Value::IntegerValue' (compiling source file ..\binding.cc)
***\node_modules\@ronomon\utimes\binding.cc(154): error C2789: 'atime': an object of const-qualified type must be initialized [***\node_modules\@ronomon\utimes\build\binding.vcxproj]
***\node_modules\@ronomon\utimes\binding.cc(154): note: see declaration of 'atime'
gyp ERR! build error
The text was updated successfully, but these errors were encountered:
Hi,
thanks for making this project.
Unfortunately - I'm trying to rebuild the project for Node 12.7 build getting a lot of build errors (*** is used to replace actual paths below, please ignore)
System: Windows 10 1903 64-bit, Node 12.7.0, node-gyp 3.8.0, package: @ronomon/[email protected]
The text was updated successfully, but these errors were encountered: