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
../src/MurmurHash3.cpp: In function ‘void MurmurHash3_x86_32(const void_, int, uint32_t, void_)’:
../src/MurmurHash3.cpp:55:23: error: inlining failed in call to always_inline ‘uint32_t getblock(const uint32_t_, int)’: function body can be overwritten at link time
../src/MurmurHash3.cpp:112:36: error: called from here
uint32_t k1 = getblock(blocks,i);
.
.
.
make: *_* [Release/obj.target/rawhash/src/MurmurHash3.o] Error 1
make: Leaving directory /data1/Projects/noon-importer/node_modules/rawhash/build' gyp ERR! build error gyp ERR! stack Error:make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/nvm/v0.10.32/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:12)
gyp ERR! System Linux 3.11.0-26-generic
gyp ERR! command "node" "/usr/local/nvm/v0.10.32/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /data1/Projects/noon-importer/node_modules/rawhash
gyp ERR! node -v v0.10.32
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok
The text was updated successfully, but these errors were encountered:
../src/MurmurHash3.cpp: In function ‘void MurmurHash3_x86_32(const void_, int, uint32_t, void_)’:
../src/MurmurHash3.cpp:55:23: error: inlining failed in call to always_inline ‘uint32_t getblock(const uint32_t_, int)’: function body can be overwritten at link time
../src/MurmurHash3.cpp:112:36: error: called from here
uint32_t k1 = getblock(blocks,i);
.
.
.
make: *_* [Release/obj.target/rawhash/src/MurmurHash3.o] Error 1
make: Leaving directory
/data1/Projects/noon-importer/node_modules/rawhash/build' gyp ERR! build error gyp ERR! stack Error:
make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/local/nvm/v0.10.32/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:12)
gyp ERR! System Linux 3.11.0-26-generic
gyp ERR! command "node" "/usr/local/nvm/v0.10.32/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /data1/Projects/noon-importer/node_modules/rawhash
gyp ERR! node -v v0.10.32
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok
The text was updated successfully, but these errors were encountered: