rasterio / rasterio-wheels

MIT License
11 stars 16 forks source link

GDAL 2.4.0 fails to build #15

Closed sgillies closed 5 years ago

sgillies commented 5 years ago

make -j4 obscures the error, so I haven't found it yet. Our image is based on CentOS 5 and we've seen issues before.

sgillies commented 5 years ago

I tracked it down by trying to build GDAL 2.4.0 in a manylinux1 container locally: https://travis-ci.com/sgillies/rasterio-wheels/jobs/172427803#L2173. json_tokener.c:249:3: error: unknown type name ‘locale_t’.

sgillies commented 5 years ago

Sorted it out. Once json-c 0.12.1 was built successfully, GDAL builds succeeded.