On samedi 20 janvier 2018 12:04:42 CET Tobias Reinicke wrote: > Hello, > > I've been trying to get gdal compiled to be able to read GML files - but I > keep on getting expat / Xerces errors. > I am working on an AWS AMI that matches the AWS Lambda environment (as I'm > trying to get this working in Lambda really).(AMI: > amzn-ami-hvm-2017.03.1.20170812-x86_64-gp2 / amiId: ami-ebd02392)
Tobias, If you did a first GDAL build without expat support, and then ran ./configure and make again, some files have not been recompiled, so do a "make clean" and build again. Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
