I need to build Mapnik V3 and node-mapnik V3 for Tilemill.
Has anyone gotten this to build on their 10.1 systems? Currently trying to build on a PCBSD 10.1 system, but fails.
Github issues reports: https://github.com/mapnik/mapnik-support/issues/33 with error log gists.
Seems to be a FreeBSD clang and clang++ issue according to the developer.
make.conf:
Solution is completely eluding me. Has to be something simple I am missing.
Thanks.
Has anyone gotten this to build on their 10.1 systems? Currently trying to build on a PCBSD 10.1 system, but fails.
Github issues reports: https://github.com/mapnik/mapnik-support/issues/33 with error log gists.
Seems to be a FreeBSD clang and clang++ issue according to the developer.
make.conf:
Code:
CC=/usr/bin/clang
CXX=/usr/bin/clang++
CPP=/usr/bin/clang-cpp
Solution is completely eluding me. Has to be something simple I am missing.
Thanks.
Last edited by a moderator: