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
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
code.cc
log.cc
drivelist.cc
com.cc
C:\Users\appveyor\.node-gyp\iojs-1.8.0\deps\v8\include\v8.h(4028): error C2610: 'v8::WasmCompiledModule::TransferrableModule::TransferrableModule(v8::WasmCompiledModule::TransferrableModule &&)' : is not a special member function which can be defaulted (..\src\drivelist.cc) [C:\projects\drivelist\build\drivelist.vcxproj]
C:\Users\appveyor\.node-gyp\iojs-1.8.0\deps\v8\include\v8.h(4031): error C2610: 'v8::WasmCompiledModule::TransferrableModule &v8::WasmCompiledModule::TransferrableModule::operator =(v8::WasmCompiledModule::TransferrableModule &&)' : is not a special member function which can be defaulted (..\src\drivelist.cc) [C:\projects\drivelist\build\drivelist.vcxproj]
C:\Users\appveyor\.node-gyp\iojs-1.8.0\deps\v8\include\v8.h(4104): error C2610: 'v8::WasmModuleObjectBuilder::WasmModuleObjectBuilder(v8::WasmModuleObjectBuilder &&)' : is not a special member function which can be defaulted (..\src\drivelist.cc) [C:\projects\drivelist\build\drivelist.vcxproj]
C:\Users\appveyor\.node-gyp\iojs-1.8.0\deps\v8\include\v8.h(4106): error C2610: 'v8::WasmModuleObjectBuilder &v8::WasmModuleObjectBuilder::operator =(v8::WasmModuleObjectBuilder &&)' : is not a special member function which can be defaulted (..\src\drivelist.cc) [C:\projects\drivelist\build\drivelist.vcxproj]
scanner.cc
volume.cc
disk.cc
wmi.cc
win_delay_load_hook.cc
prebuild ERR! build error
prebuild ERR! stack Error: `msbuild` failed with exit code: 1
prebuild ERR! stack at ChildProcess.onExit (C:\projects\drivelist\node_modules\node-gyp\lib\build.js:258:23)
prebuild ERR! stack at emitTwo (events.js:125:13)
prebuild ERR! stack at ChildProcess.emit (events.js:213:7)
prebuild ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
prebuild ERR! not ok
prebuild ERR! build Error: `msbuild` failed with exit code: 1
prebuild ERR! build at ChildProcess.onExit (C:\projects\drivelist\node_modules\node-gyp\lib\build.js:258:23)
prebuild ERR! build at emitTwo (events.js:125:13)
prebuild ERR! build at ChildProcess.emit (events.js:213:7)
prebuild ERR! build at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] prebuild: `prebuild --all --strip "-u" "*****"`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] prebuild 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\appveyor\AppData\Roaming\npm-cache\_logs\2017-09-28T14_38_40_790Z-debug.log
Command exited with code 2
The text was updated successfully, but these errors were encountered:
Turns out the issue here is that VS2013 does not support defaulting move constructor and move assignment operators (see nodejs/node-v8#4).
I have now set the build worker image on AppVeyor to use the VS2015 image (which it should've defaulted to according to the docs) instead of the VS2013 image.
https://ci.appveyor.com/project/resin-io/drivelist/build/1.0.830/job/k570q7x53q2v79x7
The text was updated successfully, but these errors were encountered: