mapbox / mapnik-vector-tile

Mapnik implemention of Mapbox Vector Tile specification
BSD 3-Clause "New" or "Revised" License
553 stars 117 forks source link

Problem with mapnik-vector-tile #238

Closed nixadmin closed 7 years ago

nixadmin commented 7 years ago

Hello. When we run the C++ tests with "make test". We have error: make[1]: Leaving directory '/root/nix/artemt/mapnik-vector-tile/build' DYLD_LIBRARY_PATH= ./build/Release/tests ./build/Release/tests: symbol lookup error: ./build/Release/tests: undefined symbol: _ZN6mapnik16datasource_cache20register_datasourcesERKSsb Makefile:24: recipe for target 'test' failed make: *** [test] Error 127

Can you help us resolve it? Thanks

flippmoke commented 7 years ago

@nixadmin what version of mapnik are you using? Try running:

make clean
source boostrap.sh
make
make test
flippmoke commented 7 years ago

Closing this ticket from a lack of a response.