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
When building GlenRice-NOAA/gdal on Appveyor (using the root appveyor.yml), both builds fail with the following error:
Error: A deprecated csdestruct typemap was found for {type}, please remove it and replace all csdestruct, csdestruct_derived and csfinalize typemaps by the csdispose, csdispose_derived, csdisposing and csdisposing_derived typemaps.
ok, comparing build logs, I found the issue. In your fork which is new SWIG 4.0 is installed by Chocalatey, whereas in existing forks like the OSGeo/gdal one or my own fork, it uses an older cached version (3.0.12). #1727 is an attempt to workaround this
Expected behavior and actual behavior.
When building GlenRice-NOAA/gdal on Appveyor (using the root
appveyor.yml
), both builds fail with the following error:for the following types:
is additional configuration required to build?
Steps to reproduce the problem.
Operating system
GDAL version and provenance
master
The text was updated successfully, but these errors were encountered: