https://github.com/Toblerity/Fiona/blob/ec9768a9389530a0570446e3c34ae91448d28cf4/fiona/gdal.pxi#L20 Should become: ```c++ cdef extern from "cpl_port.h": ctypedef const char * const * CSLConstList ``` And here: https://github.com/Toblerity/Fiona/blob/ec9768a9389530a0570446e3c34ae91448d28cf4/fiona/ogrext.pyx#L1266 * https://github.com/OSGeo/gdal/blob/a071ab3fc60cd94fcc94728cc3d5382995f447e2/port/cpl_port.h#L1280 * https://github.com/OSGeo/gdal/blob/a071ab3fc60cd94fcc94728cc3d5382995f447e2/gcore/gdaldataset.cpp#L5218
Fiona/fiona/gdal.pxi
Line 20 in ec9768a
Should become:
And here:
Fiona/fiona/ogrext.pyx
Line 1266 in ec9768a