-
Notifications
You must be signed in to change notification settings - Fork 15
Description
do you have a guess what might cause this error? node-mapnik tests ran successfully. I've added 'ldflags': ['-zdefs'], to bindings.gyp target and it shows that
vector_server.cpp:(.text+0xdf): undefined reference to `Map::constructor'
(besides everything else also being undefined references). I'm building on ubuntu 10.04 with default nodejs 0.8 and mapnik master
jeff@city:/home/jeff/src/vector-tile-server% node ./server.js osm_vectors.xml 8000
module.js:485
process.dlopen(filename, module.exports);
^
Error: /home/jeff/src/vector-tile-server/build/Release/node_vector_server.node: undefined symbol: _ZN3Map11constructorE
at Object.Module._extensions..node (module.js:485:11)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (/home/jeff/src/vector-tile-server/lib/vector_server.js:1:103)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)