not sure what I did wrong. 1. Downloaded mapbox/windows-builds 2. installed Python 64 bit 3. installed git 64 bit 4. installed VS2015 5. updated settings.bat to point to 64 bit python and git. 6. ran settings.bat "FASTBUILD=0" "BOOST_VERSION=63" 7. ran scripts\build.bat build_mapnik.bat fails ..\..\src\geometry\closest_point.cpp(81): error C2440: 'initializing': cannot convert from 'initializer list' to 'mapnik::geometry::result_type' closest_point.cpp return result_type { pt_.x, pt_.y, 0.0 };
not sure what I did wrong.
build_mapnik.bat fails
closest_point.cpp
return result_type { pt_.x, pt_.y, 0.0 };