Skip to content

Instantly share code, notes, and snippets.

@JAYSONHOOGY
Created June 13, 2013 06:35
Show Gist options
  • Save JAYSONHOOGY/5771633 to your computer and use it in GitHub Desktop.
Save JAYSONHOOGY/5771633 to your computer and use it in GitHub Desktop.
npm http GET https://github.com/mapnik/node-mapnik/tarball/vector-tile
npm http 200 https://github.com/mapnik/node-mapnik/tarball/vector-tile
npm http GET https://registry.npmjs.org/mapnik-vector-tile
npm http 304 https://registry.npmjs.org/mapnik-vector-tile
npm WARN package.json mapnik-vector-tile@0.0.4 No repository field.
> mapnik-vector-tile@0.0.4 install /home/jayson/node_modules/mapnik/node_modules/mapnik-vector-tile
> protoc -Iproto/ --cpp_out=./src/ ./proto/vector_tile.proto
> mapnik@1.0.0 install /home/jayson/node_modules/mapnik
> node-gyp rebuild
make: Entering directory `/home/jayson/node_modules/mapnik/build'
CXX(target) Release/obj.target/_mapnik/src/node_mapnik.o
In file included from ../src/mapnik_fonts.hpp:15:0,
from ../src/node_mapnik.cpp:14:
../src/utils.hpp:47:10: error: ‘value_integer’ in namespace ‘mapnik’ does not name a type
../src/utils.hpp:60:24: error: ‘value_integer’ has not been declared
../src/utils.hpp:100:33: error: ‘value_integer’ has not been declared
make: *** [Release/obj.target/_mapnik/src/node_mapnik.o] Error 1
make: Leaving directory `/home/jayson/node_modules/mapnik/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/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 Linux 3.8.0-23-generic
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/jayson/node_modules/mapnik
gyp ERR! node -v v0.10.10
gyp ERR! node-gyp -v v0.9.6
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