You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2018. It is now read-only.
Hi!
At the request of Wilhelm Berg in this issue I share my results on the build of mapnik debug configuration.
I create 2 Pull Requests: windows-builds and mapnik-gyp
Build v3.0.x(not master) Mapnik branch.
Start settings.bat with "FASTBUILD=0" "BUILD_TYPE=Debug" "MAPNIKBRANCH=v3.0.x".
Start scripts\build.bat.
Error: LINK : fatal error LNK1104: cannot open file '..\..\masmx64\gvmat64.obj'
Replace packages\zlib\contrib\vstudio\vc11\zlibvc.vcxproj by this file.
Repeat start scripts\build.bat. Again the same error(((
Repeat start scripts\build.bat again! Build is going on!!!
Build Mapnik fails.
Manually changed packages\boost\spirit\home\support\attributes.hpp and replace line 1035 to using std::swap; (see here).
Manually changed packages\boost\bin.v2\project-cache.jam and set has_icu builds to true (see here).
Replace packages\mapnik-master\mapnik-gyp\build.bat by this file.