Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created October 23, 2013 20:34
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 tmcw/7126193 to your computer and use it in GitHub Desktop.
Save tmcw/7126193 to your computer and use it in GitHub Desktop.
npm WARN package.json carmen@0.1.0 No repository field.
npm WARN package.json tilelive-s3@0.8.1 No repository field.
> carmen@0.1.0 install /Users/tmcw/src/carmen
> node-gyp rebuild
ACTION binding_gyp_action_before_build_target_run_protoc Release/obj/gen/index.pb.cc
TOUCH Release/obj.target/action_before_build.stamp
CXX(target) Release/obj.target/binding/src/binding.o
In file included from ../src/binding.cpp:18:
../src/pbf.hpp:94:55: warning: variable 'end' is uninitialized when used within its own initialization [-Wuninitialized]
const int8_t* end = reinterpret_cast<const int8_t*>(end);
~~~ ^~~
In file included from ../src/binding.cpp:19:
./Release/obj/gen/index.pb.h:9:10: fatal error: 'google/protobuf/stubs/common.h' file not found
#include <google/protobuf/stubs/common.h>
^
1 warning and 1 error generated.
make: *** [Release/obj.target/binding/src/binding.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/Cellar/node/0.10.21/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Darwin 13.0.0
gyp ERR! command "node" "/usr/local/Cellar/node/0.10.21/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/tmcw/src/carmen
gyp ERR! node -v v0.10.21
gyp ERR! node-gyp -v v0.10.10
gyp ERR! not ok
npm ERR! weird error 1
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment