Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alisonamerico/d858bd52caf996d7ba590513e7972be9 to your computer and use it in GitHub Desktop.
Save alisonamerico/d858bd52caf996d7ba590513e7972be9 to your computer and use it in GitHub Desktop.
erro_ao_instalar_lib_gdal_via_poetry
snowman on  84 [!?] is 📦 v0.1.0 via 🐍 v3.8.3 (.venv)
❯ poetry add gdal
Using version ^3.1.2 for gdal
Updating dependencies
Resolving dependencies...
Writing lock file
Package operations: 1 install, 0 updates, 0 removals
- Installing gdal (3.1.2)
[EnvCommandError]
Command ['/home/alison/Workspace/snowman/.venv/bin/pip', 'install', '--no-deps', 'gdal==3.1.2'] errored with the following return code 1, and output:
Collecting gdal==3.1.2
Using cached GDAL-3.1.2.tar.gz (593 kB)
Building wheels for collected packages: gdal
Building wheel for gdal (setup.py): started
Building wheel for gdal (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /home/alison/Workspace/snowman/.venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rjv9s_p4/gdal/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rjv9s_p4/gdal/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-xsz1k97n
cwd: /tmp/pip-install-rjv9s_p4/gdal/
Complete output (5186 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
copying gdal.py -> build/lib.linux-x86_64-3.8
copying ogr.py -> build/lib.linux-x86_64-3.8
copying osr.py -> build/lib.linux-x86_64-3.8
copying gdalconst.py -> build/lib.linux-x86_64-3.8
copying gdalnumeric.py -> build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gdal.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/osr.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/ogr.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/__init__.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gdalconst.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gdal_array.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gnm.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gdalnumeric.py -> build/lib.linux-x86_64-3.8/osgeo
Fixing build/lib.linux-x86_64-3.8/gdal.py build/lib.linux-x86_64-3.8/ogr.py build/lib.linux-x86_64-3.8/osr.py build/lib.linux-x86_64-3.8/gdalconst.py build/lib.linux-x86_64-3.8/gdalnumeric.py build/lib.linux-x86_64-3.8/osgeo/gdal.py build/lib.linux-x86_64-3.8/osgeo/osr.py build/lib.linux-x86_64-3.8/osgeo/ogr.py build/lib.linux-x86_64-3.8/osgeo/__init__.py build/lib.linux-x86_64-3.8/osgeo/gdalconst.py build/lib.linux-x86_64-3.8/osgeo/gdal_array.py build/lib.linux-x86_64-3.8/osgeo/gnm.py build/lib.linux-x86_64-3.8/osgeo/gdalnumeric.py
Skipping optional fixer: ws_comma
Fixing build/lib.linux-x86_64-3.8/gdal.py build/lib.linux-x86_64-3.8/ogr.py build/lib.linux-x86_64-3.8/osr.py build/lib.linux-x86_64-3.8/gdalconst.py build/lib.linux-x86_64-3.8/gdalnumeric.py build/lib.linux-x86_64-3.8/osgeo/gdal.py build/lib.linux-x86_64-3.8/osgeo/osr.py build/lib.linux-x86_64-3.8/osgeo/ogr.py build/lib.linux-x86_64-3.8/osgeo/__init__.py build/lib.linux-x86_64-3.8/osgeo/gdalconst.py build/lib.linux-x86_64-3.8/osgeo/gdal_array.py build/lib.linux-x86_64-3.8/osgeo/gnm.py build/lib.linux-x86_64-3.8/osgeo/gdalnumeric.py
Skipping optional fixer: ws_comma
running build_ext
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c gdal_python_cxx11_test.cpp -o gdal_python_cxx11_test.o
building 'osgeo._gdal' extension
creating build/temp.linux-x86_64-3.8
building 'osgeo._gdalconst' extension
creating build/temp.linux-x86_64-3.8/extensions
building 'osgeo._osr' extension
creating build/temp.linux-x86_64-3.8/extensions
building 'osgeo._ogr' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/ogr_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/ogr_wrap.o -I/usr/include
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/gdalconst_wrap.c -o build/temp.linux-x86_64-3.8/extensions/gdalconst_wrap.o -I/usr/include
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/gdal_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/gdal_wrap.o -I/usr/include
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/osr_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/osr_wrap.o -I/usr/include
extensions/gdalconst_wrap.c: In function ‘PyInit__gdalconst’:
extensions/gdalconst_wrap.c:3879:71: error: ‘GDAL_OF_MULTIDIM_RASTER’ undeclared (first use in this function)
3879 | SWIG_Python_SetConstant(d, "OF_MULTIDIM_RASTER",SWIG_From_int((int)(GDAL_OF_MULTIDIM_RASTER)));
| ^~~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3879:71: note: each undeclared identifier is reported only once for each function it appears in
extensions/gdalconst_wrap.c:3903:71: error: ‘GDAL_DIM_TYPE_HORIZONTAL_X’ undeclared (first use in this function)
3903 | SWIG_Python_SetConstant(d, "DIM_TYPE_HORIZONTAL_X",SWIG_FromCharPtr(GDAL_DIM_TYPE_HORIZONTAL_X));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3904:71: error: ‘GDAL_DIM_TYPE_HORIZONTAL_Y’ undeclared (first use in this function)
3904 | SWIG_Python_SetConstant(d, "DIM_TYPE_HORIZONTAL_Y",SWIG_FromCharPtr(GDAL_DIM_TYPE_HORIZONTAL_Y));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3905:67: error: ‘GDAL_DIM_TYPE_VERTICAL’ undeclared (first use in this function)
3905 | SWIG_Python_SetConstant(d, "DIM_TYPE_VERTICAL",SWIG_FromCharPtr(GDAL_DIM_TYPE_VERTICAL));
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3906:67: error: ‘GDAL_DIM_TYPE_TEMPORAL’ undeclared (first use in this function)
3906 | SWIG_Python_SetConstant(d, "DIM_TYPE_TEMPORAL",SWIG_FromCharPtr(GDAL_DIM_TYPE_TEMPORAL));
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3907:69: error: ‘GDAL_DIM_TYPE_PARAMETRIC’ undeclared (first use in this function)
3907 | SWIG_Python_SetConstant(d, "DIM_TYPE_PARAMETRIC",SWIG_FromCharPtr(GDAL_DIM_TYPE_PARAMETRIC));
| ^~~~~~~~~~~~~~~~~~~~~~~~
building 'osgeo._gnm' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/gnm_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/gnm_wrap.o -I/usr/include
extensions/gdal_wrap.cpp:3209:9: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
3209 | typedef GDALExtendedDataTypeHS GDALExtendedDataTypeHS;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/osr_wrap.cpp: In function ‘int OSRSpatialReferenceShadow_IsDerivedGeographic(OSRSpatialReferenceShadow*)’:
extensions/osr_wrap.cpp:3772:12: error: ‘OSRIsDerivedGeographic’ was not declared in this scope; did you mean ‘OSRIsGeographic’?
3772 | return OSRIsDerivedGeographic(self);
| ^~~~~~~~~~~~~~~~~~~~~~
| OSRIsGeographic
extensions/osr_wrap.cpp: In function ‘int OSRSpatialReferenceShadow_GetAxesCount(OSRSpatialReferenceShadow*)’:
extensions/osr_wrap.cpp:3979:12: error: ‘OSRGetAxesCount’ was not declared in this scope
3979 | return OSRGetAxesCount(self);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:3210:9: error: ‘GDALEDTComponentHS’ does not name a type
3210 | typedef GDALEDTComponentHS GDALEDTComponentHS;
| ^~~~~~~~~~~~~~~~~~
extensions/osr_wrap.cpp: In function ‘OGRErr OSRSpatialReferenceShadow_SetDataAxisToSRSAxisMapping(OSRSpatialReferenceShadow*, int, int*)’:
extensions/osr_wrap.cpp:4027:12: error: ‘OSRSetDataAxisToSRSAxisMapping’ was not declared in this scope; did you mean ‘OSRGetDataAxisToSRSAxisMapping’?
4027 | return OSRSetDataAxisToSRSAxisMapping(self, nList, pList);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OSRGetDataAxisToSRSAxisMapping
extensions/gdal_wrap.cpp:3211:9: error: ‘GDALGroupHS’ does not name a type
3211 | typedef GDALGroupHS GDALGroupHS;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:3212:9: error: ‘GDALMDArrayHS’ does not name a type
3212 | typedef GDALMDArrayHS GDALMDArrayHS;
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:3213:9: error: ‘GDALAttributeHS’ does not name a type
3213 | typedef GDALAttributeHS GDALAttributeHS;
| ^~~~~~~~~~~~~~~
extensions/osr_wrap.cpp: In function ‘OGRErr OSRSpatialReferenceShadow_SetVerticalPerspective(OSRSpatialReferenceShadow*, double, double, double, double, double, double)’:
extensions/osr_wrap.cpp:4235:12: error: ‘OSRSetVerticalPerspective’ was not declared in this scope
4235 | return OSRSetVerticalPerspective( self,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:3214:9: error: ‘GDALDimensionHS’ does not name a type
3214 | typedef GDALDimensionHS GDALDimensionHS;
| ^~~~~~~~~~~~~~~
extensions/osr_wrap.cpp: In function ‘OGRErr OSRSpatialReferenceShadow_ExportToPROJJSON(OSRSpatialReferenceShadow*, char**, char**)’:
extensions/osr_wrap.cpp:4343:12: error: ‘OSRExportToPROJJSON’ was not declared in this scope; did you mean ‘OSRExportToERM’?
4343 | return OSRExportToPROJJSON( self, argout, options );
| ^~~~~~~~~~~~~~~~~~~
| OSRExportToERM
extensions/osr_wrap.cpp: In function ‘OGRErr OSRSpatialReferenceShadow_PromoteTo3D(OSRSpatialReferenceShadow*, const char*)’:
extensions/osr_wrap.cpp:4382:12: error: ‘OSRPromoteTo3D’ was not declared in this scope
4382 | return OSRPromoteTo3D(self, name);
| ^~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘bool wrapper_VSIUnlinkBatch(char**)’:
extensions/gdal_wrap.cpp:4273:20: error: ‘VSIUnlinkBatch’ was not declared in this scope; did you mean ‘VSIUnlink’?
4273 | int* success = VSIUnlinkBatch(files);
| ^~~~~~~~~~~~~~
| VSIUnlink
extensions/ogr_wrap.cpp: In function ‘OGRGeometryShadow* CreateGeometryFromEsriJson(const char*)’:
extensions/ogr_wrap.cpp:5075:51: error: ‘OGR_G_CreateGeometryFromEsriJson’ was not declared in this scope; did you mean ‘OGR_G_CreateGeometryFromJson’?
5075 | OGRGeometryShadow* geom = (OGRGeometryShadow*)OGR_G_CreateGeometryFromEsriJson(input_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGR_G_CreateGeometryFromJson
extensions/ogr_wrap.cpp: In function ‘OGRGeometryShadow* OGRGeometryShadow_RemoveLowerDimensionSubGeoms(OGRGeometryShadow*)’:
extensions/ogr_wrap.cpp:5353:33: error: ‘OGR_G_RemoveLowerDimensionSubGeoms’ was not declared in this scope; did you mean ‘OGRGeometryShadow_RemoveLowerDimensionSubGeoms’?
5353 | return (OGRGeometryShadow*) OGR_G_RemoveLowerDimensionSubGeoms(self);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeometryShadow_RemoveLowerDimensionSubGeoms
extensions/gdal_wrap.cpp: In function ‘GDALDatasetShadow* GDALDriverShadow_CreateMultiDimensional(GDALDriverShadow*, const char*, char**, char**)’:
extensions/gdal_wrap.cpp:4414:50: error: ‘GDALCreateMultiDimensional’ was not declared in this scope; did you mean ‘GDALDriverShadow_CreateMultiDimensional’?
4414 | GDALDatasetShadow* ds = (GDALDatasetShadow*) GDALCreateMultiDimensional( self,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALDriverShadow_CreateMultiDimensional
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:4859:12: error: ‘GDALGroupHS’ does not name a type
4859 | SWIGINTERN GDALGroupHS *GDALDatasetShadow_GetRootGroup(GDALDatasetShadow *self){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘CPLErr GDALDatasetShadow_ReadRaster1(GDALDatasetShadow*, int, int, int, int, void**, int*, int*, GDALDataType*, int, int*, GIntBig*, GIntBig*, GIntBig*, GDALRIOResampleAlg, GDALProgressFunc, void*)’:
extensions/gdal_wrap.cpp:5306:59: error: ‘GRIORA_LAST’ was not declared in this scope
5306 | static_cast<int>(resample_alg) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:5423:17: error: variable or field ‘delete_GDALGroupHS’ declared void
5423 | SWIGINTERN void delete_GDALGroupHS(GDALGroupHS *self){
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5423:36: error: ‘GDALGroupHS’ was not declared in this scope
5423 | SWIGINTERN void delete_GDALGroupHS(GDALGroupHS *self){
| ^~~~~~~~~~~
extensions/ogr_wrap.cpp: In function ‘OGRGeometryShadow* OGRGeometryShadow_Transform__SWIG_1(OGRGeometryShadow*, OGRGeomTransformerShadow*)’:
extensions/ogr_wrap.cpp:5505:32: error: ‘OGR_GeomTransformer_Transform’ was not declared in this scope; did you mean ‘OGRGeomTransformerShadow’?
5505 | return (OGRGeometryShadow*)OGR_GeomTransformer_Transform(transformer, self);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeomTransformerShadow
extensions/gdal_wrap.cpp:5423:49: error: ‘self’ was not declared in this scope
5423 | SWIGINTERN void delete_GDALGroupHS(GDALGroupHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5426:44: error: ‘GDALGroupHS’ was not declared in this scope
5426 | SWIGINTERN char const *GDALGroupHS_GetName(GDALGroupHS *self){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5426:57: error: ‘self’ was not declared in this scope
5426 | SWIGINTERN char const *GDALGroupHS_GetName(GDALGroupHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5429:48: error: ‘GDALGroupHS’ was not declared in this scope
5429 | SWIGINTERN char const *GDALGroupHS_GetFullName(GDALGroupHS *self){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5429:61: error: ‘self’ was not declared in this scope
5429 | SWIGINTERN char const *GDALGroupHS_GetFullName(GDALGroupHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5432:47: error: ‘GDALGroupHS’ was not declared in this scope
5432 | SWIGINTERN char **GDALGroupHS_GetMDArrayNames(GDALGroupHS *self,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5432:60: error: ‘self’ was not declared in this scope
5432 | SWIGINTERN char **GDALGroupHS_GetMDArrayNames(GDALGroupHS *self,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5432:65: error: expected primary-expression before ‘char’
5432 | SWIGINTERN char **GDALGroupHS_GetMDArrayNames(GDALGroupHS *self,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5432:81: error: expression list treated as compound expression in initializer [-fpermissive]
5432 | SWIGINTERN char **GDALGroupHS_GetMDArrayNames(GDALGroupHS *self,char **options=0){
| ^
extensions/ogr_wrap.cpp: In function ‘OGRGeomTransformerShadow* new_OGRGeomTransformerShadow(OSRCoordinateTransformationShadow*, char**)’:
extensions/ogr_wrap.cpp:5508:12: error: ‘OGR_GeomTransformer_Create’ was not declared in this scope; did you mean ‘OGRGeomTransformerShadow’?
5508 | return OGR_GeomTransformer_Create(ct, options);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeomTransformerShadow
extensions/gdal_wrap.cpp:5435:12: error: ‘GDALMDArrayHS’ does not name a type
5435 | SWIGINTERN GDALMDArrayHS *GDALGroupHS_OpenMDArray(GDALGroupHS *self,char const *name,char **options=0){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5438:45: error: ‘GDALGroupHS’ was not declared in this scope
5438 | SWIGINTERN char **GDALGroupHS_GetGroupNames(GDALGroupHS *self,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5438:58: error: ‘self’ was not declared in this scope
5438 | SWIGINTERN char **GDALGroupHS_GetGroupNames(GDALGroupHS *self,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5438:63: error: expected primary-expression before ‘char’
5438 | SWIGINTERN char **GDALGroupHS_GetGroupNames(GDALGroupHS *self,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5438:79: error: expression list treated as compound expression in initializer [-fpermissive]
5438 | SWIGINTERN char **GDALGroupHS_GetGroupNames(GDALGroupHS *self,char **options=0){
| ^
extensions/ogr_wrap.cpp: In function ‘void delete_OGRGeomTransformerShadow(OGRGeomTransformerShadow*)’:
extensions/ogr_wrap.cpp:5511:5: error: ‘OGR_GeomTransformer_Destroy’ was not declared in this scope; did you mean ‘OGRGeomTransformerShadow’?
5511 | OGR_GeomTransformer_Destroy( self );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeomTransformerShadow
extensions/gdal_wrap.cpp:5441:12: error: ‘GDALGroupHS’ does not name a type
5441 | SWIGINTERN GDALGroupHS *GDALGroupHS_OpenGroup(GDALGroupHS *self,char const *name,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5444:17: error: variable or field ‘GDALGroupHS_GetDimensions’ declared void
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5444:43: error: ‘GDALGroupHS’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5444:56: error: ‘self’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~
extensions/ogr_wrap.cpp: In function ‘OGRGeometryShadow* OGRGeomTransformerShadow_Transform(OGRGeomTransformerShadow*, OGRGeometryShadow*)’:
extensions/ogr_wrap.cpp:5514:32: error: ‘OGR_GeomTransformer_Transform’ was not declared in this scope; did you mean ‘OGRGeomTransformerShadow_Transform’?
5514 | return (OGRGeometryShadow*)OGR_GeomTransformer_Transform(self, src_geom);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeomTransformerShadow_Transform
extensions/gdal_wrap.cpp:5444:61: error: ‘GDALDimensionHS’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5444:80: error: ‘pdims’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~
extensions/gdal_wrap.cpp:5444:93: error: expected primary-expression before ‘*’ token
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^
extensions/gdal_wrap.cpp:5444:94: error: ‘pnCount’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~~~
extensions/gdal_wrap.cpp:5444:102: error: expected primary-expression before ‘char’
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5447:12: error: ‘GDALAttributeHS’ does not name a type
5447 | SWIGINTERN GDALAttributeHS *GDALGroupHS_GetAttribute(GDALGroupHS *self,char const *name){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5450:17: error: variable or field ‘GDALGroupHS_GetAttributes’ declared void
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5450:43: error: ‘GDALGroupHS’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5450:56: error: ‘self’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5450:61: error: ‘GDALAttributeHS’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5450:80: error: ‘pattrs’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~
extensions/gdal_wrap.cpp:5450:94: error: expected primary-expression before ‘*’ token
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^
extensions/gdal_wrap.cpp:5450:95: error: ‘pnCount’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~
extensions/gdal_wrap.cpp:5450:103: error: expected primary-expression before ‘char’
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5453:49: error: ‘GDALGroupHS’ was not declared in this scope
5453 | SWIGINTERN char **GDALGroupHS_GetStructuralInfo(GDALGroupHS *self){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5453:62: error: ‘self’ was not declared in this scope
5453 | SWIGINTERN char **GDALGroupHS_GetStructuralInfo(GDALGroupHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5456:12: error: ‘GDALGroupHS’ does not name a type
5456 | SWIGINTERN GDALGroupHS *GDALGroupHS_CreateGroup(GDALGroupHS *self,char const *name,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5459:12: error: ‘GDALDimensionHS’ does not name a type
5459 | SWIGINTERN GDALDimensionHS *GDALGroupHS_CreateDimension(GDALGroupHS *self,char const *name,char const *type,char const *direction,unsigned long long size,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5462:12: error: ‘GDALMDArrayHS’ does not name a type
5462 | SWIGINTERN GDALMDArrayHS *GDALGroupHS_CreateMDArray(GDALGroupHS *self,char const *name,int nDimensions,GDALDimensionHS **dimensions,GDALExtendedDataTypeHS *data_type,char **options=0){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5466:12: error: ‘GDALAttributeHS’ does not name a type
5466 | SWIGINTERN GDALAttributeHS *GDALGroupHS_CreateAttribute(GDALGroupHS *self,char const *name,int nDimensions,GUIntBig *dimensions,GDALExtendedDataTypeHS *data_type,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5474:34: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5474 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5474:58: error: ‘dt’ was not declared in this scope
5474 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~
extensions/gdal_wrap.cpp:5497:46: error: ‘GDALMDArrayHS’ was not declared in this scope
5497 | static CPLErr MDArrayReadWriteCheckArguments(GDALMDArrayHS* array,
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5497:61: error: ‘array’ was not declared in this scope
5497 | static CPLErr MDArrayReadWriteCheckArguments(GDALMDArrayHS* array,
| ^~~~~
extensions/gdal_wrap.cpp:5473:1: note: ‘std::array’ is defined in header ‘<array>’; did you forget to ‘#include <array>’?
5472 | #include <limits>
+++ |+#include <array>
5473 |
extensions/gdal_wrap.cpp:5498:46: error: expected primary-expression before ‘bool’
5498 | bool bCheckOnlyDims,
| ^~~~
extensions/gdal_wrap.cpp:5499:46: error: expected primary-expression before ‘int’
5499 | int nDims1, GUIntBig* array_start_idx,
| ^~~
extensions/gdal_wrap.cpp:5499:66: error: expected primary-expression before ‘*’ token
5499 | int nDims1, GUIntBig* array_start_idx,
| ^
extensions/gdal_wrap.cpp:5499:68: error: ‘array_start_idx’ was not declared in this scope
5499 | int nDims1, GUIntBig* array_start_idx,
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5500:46: error: expected primary-expression before ‘int’
5500 | int nDims2, GUIntBig* count,
| ^~~
extensions/gdal_wrap.cpp:5500:66: error: expected primary-expression before ‘*’ token
5500 | int nDims2, GUIntBig* count,
| ^
extensions/gdal_wrap.cpp:5500:68: error: ‘count’ was not declared in this scope
5500 | int nDims2, GUIntBig* count,
| ^~~~~
extensions/gdal_wrap.cpp:5501:46: error: expected primary-expression before ‘int’
5501 | int nDims3, GIntBig* array_step,
| ^~~
extensions/gdal_wrap.cpp:5501:65: error: expected primary-expression before ‘*’ token
5501 | int nDims3, GIntBig* array_step,
| ^
extensions/gdal_wrap.cpp:5501:67: error: ‘array_step’ was not declared in this scope
5501 | int nDims3, GIntBig* array_step,
| ^~~~~~~~~~
extensions/gdal_wrap.cpp:5502:46: error: expected primary-expression before ‘int’
5502 | int nDims4, GIntBig* buffer_stride,
| ^~~
extensions/gdal_wrap.cpp:5502:65: error: expected primary-expression before ‘*’ token
5502 | int nDims4, GIntBig* buffer_stride,
| ^
extensions/gdal_wrap.cpp:5502:67: error: ‘buffer_stride’ was not declared in this scope
5502 | int nDims4, GIntBig* buffer_stride,
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5503:46: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5503 | GDALExtendedDataTypeHS* buffer_datatype,
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5503:70: error: ‘buffer_datatype’ was not declared in this scope
5503 | GDALExtendedDataTypeHS* buffer_datatype,
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5504:52: error: expected primary-expression before ‘*’ token
5504 | size_t* pnBufferSize)
| ^
extensions/gdal_wrap.cpp:5504:54: error: ‘pnBufferSize’ was not declared in this scope
5504 | size_t* pnBufferSize)
| ^~~~~~~~~~~~
extensions/gdal_wrap.cpp:5504:66: error: expression list treated as compound expression in initializer [-fpermissive]
5504 | size_t* pnBufferSize)
| ^
extensions/gdal_wrap.cpp:5600:17: error: variable or field ‘delete_GDALMDArrayHS’ declared void
5600 | SWIGINTERN void delete_GDALMDArrayHS(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5600:38: error: ‘GDALMDArrayHS’ was not declared in this scope
5600 | SWIGINTERN void delete_GDALMDArrayHS(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5600:53: error: ‘self’ was not declared in this scope
5600 | SWIGINTERN void delete_GDALMDArrayHS(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5603:46: error: ‘GDALMDArrayHS’ was not declared in this scope
5603 | SWIGINTERN char const *GDALMDArrayHS_GetName(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5603:61: error: ‘self’ was not declared in this scope
5603 | SWIGINTERN char const *GDALMDArrayHS_GetName(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5606:50: error: ‘GDALMDArrayHS’ was not declared in this scope
5606 | SWIGINTERN char const *GDALMDArrayHS_GetFullName(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5606:65: error: ‘self’ was not declared in this scope
5606 | SWIGINTERN char const *GDALMDArrayHS_GetFullName(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5609:67: error: ‘GDALMDArrayHS’ was not declared in this scope
5609 | SWIGINTERN unsigned long long GDALMDArrayHS_GetTotalElementsCount(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5609:82: error: ‘self’ was not declared in this scope
5609 | SWIGINTERN unsigned long long GDALMDArrayHS_GetTotalElementsCount(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5622:51: error: ‘GDALMDArrayHS’ was not declared in this scope
5622 | SWIGINTERN size_t GDALMDArrayHS_GetDimensionCount(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5622:66: error: ‘self’ was not declared in this scope
5622 | SWIGINTERN size_t GDALMDArrayHS_GetDimensionCount(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5649:17: error: variable or field ‘GDALMDArrayHS_GetDimensions’ declared void
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5649:45: error: ‘GDALMDArrayHS’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5649:60: error: ‘self’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:5649:65: error: ‘GDALDimensionHS’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5649:84: error: ‘pdims’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~
extensions/gdal_wrap.cpp:5649:97: error: expected primary-expression before ‘*’ token
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5649:98: error: ‘pnCount’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:5652:17: error: variable or field ‘GDALMDArrayHS_GetBlockSize’ declared void
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5652:44: error: ‘GDALMDArrayHS’ was not declared in this scope
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5652:59: error: ‘self’ was not declared in this scope
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:5652:73: error: expected primary-expression before ‘*’ token
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5652:75: error: ‘psizes’ was not declared in this scope
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~
extensions/gdal_wrap.cpp:5652:89: error: expected primary-expression before ‘*’ token
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5652:90: error: ‘pnCount’ was not declared in this scope
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:5655:17: error: variable or field ‘GDALMDArrayHS_GetProcessingChunkSize’ declared void
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5655:54: error: ‘GDALMDArrayHS’ was not declared in this scope
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5655:69: error: ‘self’ was not declared in this scope
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:5655:81: error: expected primary-expression before ‘nMaxChunkMemory’
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5655:106: error: expected primary-expression before ‘*’ token
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5655:108: error: ‘psizes’ was not declared in this scope
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~
extensions/gdal_wrap.cpp:5655:122: error: expected primary-expression before ‘*’ token
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5655:123: error: ‘pnCount’ was not declared in this scope
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~
extensions/ogr_wrap.cpp: In function ‘PyObject* _wrap_CreateGeometryFromWkb(PyObject*, PyObject*, PyObject*)’:
extensions/ogr_wrap.cpp:21022:63: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
21022 | int res = PyObject_AsReadBuffer(obj0, &safeBuf, &safeLen);
| ^
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/ogr_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5668:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
5668 | SWIGINTERN GDALExtendedDataTypeHS *GDALMDArrayHS_GetDataType(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5671:51: error: ‘GDALMDArrayHS’ was not declared in this scope
5671 | SWIGINTERN char **GDALMDArrayHS_GetStructuralInfo(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5671:66: error: ‘self’ was not declared in this scope
5671 | SWIGINTERN char **GDALMDArrayHS_GetStructuralInfo(GDALMDArrayHS *self){
| ^~~~
extensions/ogr_wrap.cpp: In function ‘PyObject* _wrap_new_Geometry(PyObject*, PyObject*, PyObject*)’:
extensions/ogr_wrap.cpp:21857:65: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
21857 | int res = PyObject_AsReadBuffer(obj2, &safeBuf, &safeLen);
| ^
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/ogr_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5674:38: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5674:53: error: ‘self’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:5674:58: error: expected primary-expression before ‘int’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~
extensions/gdal_wrap.cpp:5674:78: error: expected primary-expression before ‘*’ token
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5674:79: error: ‘array_start_idx’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5674:95: error: expected primary-expression before ‘int’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~
extensions/gdal_wrap.cpp:5674:115: error: expected primary-expression before ‘*’ token
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5674:116: error: ‘count’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~
extensions/gdal_wrap.cpp:5674:122: error: expected primary-expression before ‘int’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~
extensions/gdal_wrap.cpp:5674:141: error: expected primary-expression before ‘*’ token
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5674:142: error: ‘array_step’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~
extensions/gdal_wrap.cpp:5674:153: error: expected primary-expression before ‘int’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~
extensions/gdal_wrap.cpp:5674:172: error: expected primary-expression before ‘*’ token
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5674:173: error: ‘buffer_stride’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5674:187: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5674:211: error: ‘buffer_datatype’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5674:227: error: expected primary-expression before ‘void’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:5674:237: error: expression list treated as compound expression in initializer [-fpermissive]
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5839:50: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5839:65: error: ‘self’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~
extensions/gdal_wrap.cpp:5839:70: error: expected primary-expression before ‘int’
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~
extensions/gdal_wrap.cpp:5839:90: error: expected primary-expression before ‘*’ token
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^
building 'osgeo._gdal_array' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/gdal_array_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/gdal_array_wrap.o -I/usr/include
extensions/gdal_wrap.cpp:5839:91: error: ‘array_start_idx’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5839:107: error: expected primary-expression before ‘int’
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~
extensions/gdal_wrap.cpp:5839:127: error: expected primary-expression before ‘*’ token
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^
extensions/gdal_wrap.cpp:5839:128: error: ‘count’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~
extensions/gdal_wrap.cpp:5839:134: error: expected primary-expression before ‘int’
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~
extensions/gdal_wrap.cpp:5839:153: error: expected primary-expression before ‘*’ token
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^
extensions/gdal_wrap.cpp:5839:154: error: ‘array_step’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~
extensions/gdal_wrap.cpp:5839:165: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5839:189: error: ‘buffer_datatype’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5839:205: error: expected primary-expression before ‘char’
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~
extensions/gdal_wrap.cpp:5839:219: error: expression list treated as compound expression in initializer [-fpermissive]
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^
extensions/gdal_wrap.cpp:5888:39: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5888:54: error: ‘self’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~
extensions/gdal_wrap.cpp:5888:59: error: expected primary-expression before ‘int’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~
extensions/gdal_wrap.cpp:5888:79: error: expected primary-expression before ‘*’ token
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5888:80: error: ‘array_start_idx’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5888:96: error: expected primary-expression before ‘int’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~
extensions/gdal_wrap.cpp:5888:116: error: expected primary-expression before ‘*’ token
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5888:117: error: ‘count’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~
extensions/gdal_wrap.cpp:5888:123: error: expected primary-expression before ‘int’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~
extensions/gdal_wrap.cpp:5888:142: error: expected primary-expression before ‘*’ token
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5888:143: error: ‘array_step’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~
extensions/gdal_wrap.cpp:5888:154: error: expected primary-expression before ‘int’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~
extensions/gdal_wrap.cpp:5888:173: error: expected primary-expression before ‘*’ token
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5888:174: error: ‘buffer_stride’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5888:188: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5888:212: error: ‘buffer_datatype’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5888:236: error: expected primary-expression before ‘buf_len’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~
extensions/gdal_wrap.cpp:5888:244: error: expected primary-expression before ‘char’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~
extensions/gdal_wrap.cpp:5888:260: error: expression list treated as compound expression in initializer [-fpermissive]
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5938:12: error: ‘GDALAttributeHS’ does not name a type
5938 | SWIGINTERN GDALAttributeHS *GDALMDArrayHS_GetAttribute(GDALMDArrayHS *self,char const *name){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5941:17: error: variable or field ‘GDALMDArrayHS_GetAttributes’ declared void
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5941:45: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5941:60: error: ‘self’ was not declared in this scope
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5941:65: error: ‘GDALAttributeHS’ was not declared in this scope
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5941:84: error: ‘pattrs’ was not declared in this scope
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~
extensions/gdal_wrap.cpp:5941:98: error: expected primary-expression before ‘*’ token
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^
extensions/gdal_wrap.cpp:5941:99: error: ‘pnCount’ was not declared in this scope
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~
extensions/gdal_wrap.cpp:5941:107: error: expected primary-expression before ‘char’
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5944:12: error: ‘GDALAttributeHS’ does not name a type
5944 | SWIGINTERN GDALAttributeHS *GDALMDArrayHS_CreateAttribute(GDALMDArrayHS *self,char const *name,int nDimensions,GUIntBig *dimensions,GDALExtendedDataTypeHS *data_type,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5949:53: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5949 | SWIGINTERN CPLErr GDALMDArrayHS_GetNoDataValueAsRaw(GDALMDArrayHS *self,void **buf){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5949:68: error: ‘self’ was not declared in this scope
5949 | SWIGINTERN CPLErr GDALMDArrayHS_GetNoDataValueAsRaw(GDALMDArrayHS *self,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:5949:73: error: expected primary-expression before ‘void’
5949 | SWIGINTERN CPLErr GDALMDArrayHS_GetNoDataValueAsRaw(GDALMDArrayHS *self,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:5949:83: error: expression list treated as compound expression in initializer [-fpermissive]
5949 | SWIGINTERN CPLErr GDALMDArrayHS_GetNoDataValueAsRaw(GDALMDArrayHS *self,void **buf){
| ^
extensions/gdal_wrap.cpp:5995:17: error: variable or field ‘GDALMDArrayHS_GetNoDataValueAsDouble’ declared void
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5995:54: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5995:69: error: ‘self’ was not declared in this scope
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~
extensions/gdal_wrap.cpp:5995:74: error: expected primary-expression before ‘double’
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~
extensions/gdal_wrap.cpp:5995:86: error: expected primary-expression before ‘int’
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~
extensions/gdal_wrap.cpp:5998:54: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5998 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueDouble(GDALMDArrayHS *self,double d){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5998:69: error: ‘self’ was not declared in this scope
5998 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueDouble(GDALMDArrayHS *self,double d){
| ^~~~
extensions/gdal_wrap.cpp:5998:74: error: expected primary-expression before ‘double’
5998 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueDouble(GDALMDArrayHS *self,double d){
| ^~~~~~
extensions/gdal_wrap.cpp:5998:82: error: expression list treated as compound expression in initializer [-fpermissive]
5998 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueDouble(GDALMDArrayHS *self,double d){
| ^
extensions/gdal_wrap.cpp:6001:51: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6001:66: error: ‘self’ was not declared in this scope
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6001:79: error: expected primary-expression before ‘nLen’
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6001:84: error: expected primary-expression before ‘char’
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6001:94: error: expression list treated as compound expression in initializer [-fpermissive]
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^
extensions/gdal_wrap.cpp:6013:51: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6013 | SWIGINTERN CPLErr GDALMDArrayHS_DeleteNoDataValue(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6013:66: error: ‘self’ was not declared in this scope
6013 | SWIGINTERN CPLErr GDALMDArrayHS_DeleteNoDataValue(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6016:17: error: variable or field ‘GDALMDArrayHS_GetOffset’ declared void
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6016:41: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6016:56: error: ‘self’ was not declared in this scope
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~
extensions/gdal_wrap.cpp:6016:61: error: expected primary-expression before ‘double’
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~
extensions/gdal_wrap.cpp:6016:73: error: expected primary-expression before ‘int’
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~
extensions/gdal_wrap.cpp:6019:17: error: variable or field ‘GDALMDArrayHS_GetScale’ declared void
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6019:40: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6019:55: error: ‘self’ was not declared in this scope
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~
extensions/gdal_wrap.cpp:6019:60: error: expected primary-expression before ‘double’
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~
extensions/gdal_wrap.cpp:6019:72: error: expected primary-expression before ‘int’
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~
extensions/gdal_wrap.cpp:6022:43: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6022 | SWIGINTERN CPLErr GDALMDArrayHS_SetOffset(GDALMDArrayHS *self,double val){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6022:58: error: ‘self’ was not declared in this scope
6022 | SWIGINTERN CPLErr GDALMDArrayHS_SetOffset(GDALMDArrayHS *self,double val){
| ^~~~
extensions/gdal_wrap.cpp:6022:63: error: expected primary-expression before ‘double’
6022 | SWIGINTERN CPLErr GDALMDArrayHS_SetOffset(GDALMDArrayHS *self,double val){
| ^~~~~~
extensions/gdal_wrap.cpp:6022:73: error: expression list treated as compound expression in initializer [-fpermissive]
6022 | SWIGINTERN CPLErr GDALMDArrayHS_SetOffset(GDALMDArrayHS *self,double val){
| ^
extensions/gdal_wrap.cpp:6025:42: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6025 | SWIGINTERN CPLErr GDALMDArrayHS_SetScale(GDALMDArrayHS *self,double val){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6025:57: error: ‘self’ was not declared in this scope
6025 | SWIGINTERN CPLErr GDALMDArrayHS_SetScale(GDALMDArrayHS *self,double val){
| ^~~~
extensions/gdal_wrap.cpp:6025:62: error: expected primary-expression before ‘double’
6025 | SWIGINTERN CPLErr GDALMDArrayHS_SetScale(GDALMDArrayHS *self,double val){
| ^~~~~~
extensions/gdal_wrap.cpp:6025:72: error: expression list treated as compound expression in initializer [-fpermissive]
6025 | SWIGINTERN CPLErr GDALMDArrayHS_SetScale(GDALMDArrayHS *self,double val){
| ^
extensions/gdal_wrap.cpp:6028:41: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6028 | SWIGINTERN CPLErr GDALMDArrayHS_SetUnit(GDALMDArrayHS *self,char const *unit){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6028:56: error: ‘self’ was not declared in this scope
6028 | SWIGINTERN CPLErr GDALMDArrayHS_SetUnit(GDALMDArrayHS *self,char const *unit){
| ^~~~
extensions/gdal_wrap.cpp:6028:61: error: expected primary-expression before ‘char’
6028 | SWIGINTERN CPLErr GDALMDArrayHS_SetUnit(GDALMDArrayHS *self,char const *unit){
| ^~~~
extensions/gdal_wrap.cpp:6028:77: error: expression list treated as compound expression in initializer [-fpermissive]
6028 | SWIGINTERN CPLErr GDALMDArrayHS_SetUnit(GDALMDArrayHS *self,char const *unit){
| ^
extensions/gdal_wrap.cpp:6031:46: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6031 | SWIGINTERN char const *GDALMDArrayHS_GetUnit(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6031:61: error: ‘self’ was not declared in this scope
6031 | SWIGINTERN char const *GDALMDArrayHS_GetUnit(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6034:47: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6034:62: error: ‘self’ was not declared in this scope
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^~~~
extensions/gdal_wrap.cpp:6034:93: error: expected primary-expression before ‘*’ token
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^
extensions/gdal_wrap.cpp:6034:94: error: ‘srs’ was not declared in this scope
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^~~
extensions/gdal_wrap.cpp:6034:97: error: expression list treated as compound expression in initializer [-fpermissive]
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^
extensions/gdal_wrap.cpp:6037:67: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6037 | SWIGINTERN OSRSpatialReferenceShadow *GDALMDArrayHS_GetSpatialRef(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6037:82: error: ‘self’ was not declared in this scope
6037 | SWIGINTERN OSRSpatialReferenceShadow *GDALMDArrayHS_GetSpatialRef(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6040:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6040 | SWIGINTERN GDALMDArrayHS *GDALMDArrayHS_GetView(GDALMDArrayHS *self,char const *viewExpr){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6043:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6043 | SWIGINTERN GDALMDArrayHS *GDALMDArrayHS_Transpose(GDALMDArrayHS *self,int nList,int *pList){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6046:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6046 | SWIGINTERN GDALMDArrayHS *GDALMDArrayHS_GetUnscaled(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6049:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6049 | SWIGINTERN GDALMDArrayHS *GDALMDArrayHS_GetMask(GDALMDArrayHS *self,char **options=0){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6052:62: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6052:77: error: ‘self’ was not declared in this scope
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^~~~
extensions/gdal_wrap.cpp:6052:89: error: expected primary-expression before ‘iXDim’
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^~~~~
extensions/gdal_wrap.cpp:6052:102: error: expected primary-expression before ‘iYDim’
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^~~~~
extensions/gdal_wrap.cpp:6052:107: error: expression list treated as compound expression in initializer [-fpermissive]
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^
extensions/gdal_wrap.cpp:6055:17: error: variable or field ‘delete_GDALAttributeHS’ declared void
6055 | SWIGINTERN void delete_GDALAttributeHS(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6055:40: error: ‘GDALAttributeHS’ was not declared in this scope
6055 | SWIGINTERN void delete_GDALAttributeHS(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6055:57: error: ‘self’ was not declared in this scope
6055 | SWIGINTERN void delete_GDALAttributeHS(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6058:48: error: ‘GDALAttributeHS’ was not declared in this scope
6058 | SWIGINTERN char const *GDALAttributeHS_GetName(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6058:65: error: ‘self’ was not declared in this scope
6058 | SWIGINTERN char const *GDALAttributeHS_GetName(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6061:52: error: ‘GDALAttributeHS’ was not declared in this scope
6061 | SWIGINTERN char const *GDALAttributeHS_GetFullName(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6061:69: error: ‘self’ was not declared in this scope
6061 | SWIGINTERN char const *GDALAttributeHS_GetFullName(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6064:69: error: ‘GDALAttributeHS’ was not declared in this scope
6064 | SWIGINTERN unsigned long long GDALAttributeHS_GetTotalElementsCount(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6064:86: error: ‘self’ was not declared in this scope
6064 | SWIGINTERN unsigned long long GDALAttributeHS_GetTotalElementsCount(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6067:53: error: ‘GDALAttributeHS’ was not declared in this scope
6067 | SWIGINTERN size_t GDALAttributeHS_GetDimensionCount(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6067:70: error: ‘self’ was not declared in this scope
6067 | SWIGINTERN size_t GDALAttributeHS_GetDimensionCount(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6070:17: error: variable or field ‘GDALAttributeHS_GetDimensionsSize’ declared void
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6070:51: error: ‘GDALAttributeHS’ was not declared in this scope
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6070:68: error: ‘self’ was not declared in this scope
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:6070:82: error: expected primary-expression before ‘*’ token
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6070:84: error: ‘pdims’ was not declared in this scope
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~~
extensions/gdal_wrap.cpp:6070:97: error: expected primary-expression before ‘*’ token
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6070:98: error: ‘pnCount’ was not declared in this scope
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:6073:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
6073 | SWIGINTERN GDALExtendedDataTypeHS *GDALAttributeHS_GetDataType(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6076:45: error: ‘GDALAttributeHS’ was not declared in this scope
6076 | SWIGINTERN CPLErr GDALAttributeHS_ReadAsRaw(GDALAttributeHS *self,void **buf){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6076:62: error: ‘self’ was not declared in this scope
6076 | SWIGINTERN CPLErr GDALAttributeHS_ReadAsRaw(GDALAttributeHS *self,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:6076:67: error: expected primary-expression before ‘void’
6076 | SWIGINTERN CPLErr GDALAttributeHS_ReadAsRaw(GDALAttributeHS *self,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:6076:77: error: expression list treated as compound expression in initializer [-fpermissive]
6076 | SWIGINTERN CPLErr GDALAttributeHS_ReadAsRaw(GDALAttributeHS *self,void **buf){
| ^
extensions/gdal_wrap.cpp:6132:53: error: ‘GDALAttributeHS’ was not declared in this scope
6132 | SWIGINTERN char const *GDALAttributeHS_ReadAsString(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6132:70: error: ‘self’ was not declared in this scope
6132 | SWIGINTERN char const *GDALAttributeHS_ReadAsString(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6135:42: error: ‘GDALAttributeHS’ was not declared in this scope
6135 | SWIGINTERN int GDALAttributeHS_ReadAsInt(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6135:59: error: ‘self’ was not declared in this scope
6135 | SWIGINTERN int GDALAttributeHS_ReadAsInt(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6138:48: error: ‘GDALAttributeHS’ was not declared in this scope
6138 | SWIGINTERN double GDALAttributeHS_ReadAsDouble(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6138:65: error: ‘self’ was not declared in this scope
6138 | SWIGINTERN double GDALAttributeHS_ReadAsDouble(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6141:53: error: ‘GDALAttributeHS’ was not declared in this scope
6141 | SWIGINTERN char **GDALAttributeHS_ReadAsStringArray(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6141:70: error: ‘self’ was not declared in this scope
6141 | SWIGINTERN char **GDALAttributeHS_ReadAsStringArray(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6144:17: error: variable or field ‘GDALAttributeHS_ReadAsIntArray’ declared void
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6144:48: error: ‘GDALAttributeHS’ was not declared in this scope
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6144:65: error: ‘self’ was not declared in this scope
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:6144:70: error: expected primary-expression before ‘int’
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~
extensions/gdal_wrap.cpp:6144:89: error: expected primary-expression before ‘*’ token
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6144:90: error: ‘pnCount’ was not declared in this scope
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:6147:17: error: variable or field ‘GDALAttributeHS_ReadAsDoubleArray’ declared void
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6147:51: error: ‘GDALAttributeHS’ was not declared in this scope
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6147:68: error: ‘self’ was not declared in this scope
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:6147:73: error: expected primary-expression before ‘double’
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~~~
extensions/gdal_wrap.cpp:6147:95: error: expected primary-expression before ‘*’ token
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6147:96: error: ‘pnCount’ was not declared in this scope
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:6150:44: error: ‘GDALAttributeHS’ was not declared in this scope
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6150:61: error: ‘self’ was not declared in this scope
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6150:74: error: expected primary-expression before ‘nLen’
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6150:79: error: expected primary-expression before ‘char’
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6150:89: error: expression list treated as compound expression in initializer [-fpermissive]
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^
extensions/gdal_wrap.cpp:6162:47: error: ‘GDALAttributeHS’ was not declared in this scope
6162 | SWIGINTERN CPLErr GDALAttributeHS_WriteString(GDALAttributeHS *self,char const *val){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6162:64: error: ‘self’ was not declared in this scope
6162 | SWIGINTERN CPLErr GDALAttributeHS_WriteString(GDALAttributeHS *self,char const *val){
| ^~~~
extensions/gdal_wrap.cpp:6162:69: error: expected primary-expression before ‘char’
6162 | SWIGINTERN CPLErr GDALAttributeHS_WriteString(GDALAttributeHS *self,char const *val){
| ^~~~
extensions/gdal_wrap.cpp:6162:84: error: expression list treated as compound expression in initializer [-fpermissive]
6162 | SWIGINTERN CPLErr GDALAttributeHS_WriteString(GDALAttributeHS *self,char const *val){
| ^
extensions/gdal_wrap.cpp:6165:52: error: ‘GDALAttributeHS’ was not declared in this scope
6165 | SWIGINTERN CPLErr GDALAttributeHS_WriteStringArray(GDALAttributeHS *self,char **vals){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6165:69: error: ‘self’ was not declared in this scope
6165 | SWIGINTERN CPLErr GDALAttributeHS_WriteStringArray(GDALAttributeHS *self,char **vals){
| ^~~~
extensions/gdal_wrap.cpp:6165:74: error: expected primary-expression before ‘char’
6165 | SWIGINTERN CPLErr GDALAttributeHS_WriteStringArray(GDALAttributeHS *self,char **vals){
| ^~~~
extensions/gdal_wrap.cpp:6165:85: error: expression list treated as compound expression in initializer [-fpermissive]
6165 | SWIGINTERN CPLErr GDALAttributeHS_WriteStringArray(GDALAttributeHS *self,char **vals){
| ^
extensions/gdal_wrap.cpp:6168:44: error: ‘GDALAttributeHS’ was not declared in this scope
6168 | SWIGINTERN CPLErr GDALAttributeHS_WriteInt(GDALAttributeHS *self,int val){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6168:61: error: ‘self’ was not declared in this scope
6168 | SWIGINTERN CPLErr GDALAttributeHS_WriteInt(GDALAttributeHS *self,int val){
| ^~~~
extensions/gdal_wrap.cpp:6168:66: error: expected primary-expression before ‘int’
6168 | SWIGINTERN CPLErr GDALAttributeHS_WriteInt(GDALAttributeHS *self,int val){
| ^~~
extensions/gdal_wrap.cpp:6168:73: error: expression list treated as compound expression in initializer [-fpermissive]
6168 | SWIGINTERN CPLErr GDALAttributeHS_WriteInt(GDALAttributeHS *self,int val){
| ^
extensions/gdal_wrap.cpp:6171:47: error: ‘GDALAttributeHS’ was not declared in this scope
6171 | SWIGINTERN CPLErr GDALAttributeHS_WriteDouble(GDALAttributeHS *self,double val){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6171:64: error: ‘self’ was not declared in this scope
6171 | SWIGINTERN CPLErr GDALAttributeHS_WriteDouble(GDALAttributeHS *self,double val){
| ^~~~
extensions/gdal_wrap.cpp:6171:69: error: expected primary-expression before ‘double’
6171 | SWIGINTERN CPLErr GDALAttributeHS_WriteDouble(GDALAttributeHS *self,double val){
| ^~~~~~
extensions/gdal_wrap.cpp:6171:79: error: expression list treated as compound expression in initializer [-fpermissive]
6171 | SWIGINTERN CPLErr GDALAttributeHS_WriteDouble(GDALAttributeHS *self,double val){
| ^
extensions/gdal_wrap.cpp:6174:52: error: ‘GDALAttributeHS’ was not declared in this scope
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6174:69: error: ‘self’ was not declared in this scope
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^~~~
extensions/gdal_wrap.cpp:6174:74: error: expected primary-expression before ‘int’
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^~~
extensions/gdal_wrap.cpp:6174:84: error: expected primary-expression before ‘double’
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^~~~~~
extensions/gdal_wrap.cpp:6174:97: error: expression list treated as compound expression in initializer [-fpermissive]
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^
extensions/gdal_wrap.cpp:6177:17: error: variable or field ‘delete_GDALDimensionHS’ declared void
6177 | SWIGINTERN void delete_GDALDimensionHS(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6177:40: error: ‘GDALDimensionHS’ was not declared in this scope
6177 | SWIGINTERN void delete_GDALDimensionHS(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6177:57: error: ‘self’ was not declared in this scope
6177 | SWIGINTERN void delete_GDALDimensionHS(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6180:48: error: ‘GDALDimensionHS’ was not declared in this scope
6180 | SWIGINTERN char const *GDALDimensionHS_GetName(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6180:65: error: ‘self’ was not declared in this scope
6180 | SWIGINTERN char const *GDALDimensionHS_GetName(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6183:52: error: ‘GDALDimensionHS’ was not declared in this scope
6183 | SWIGINTERN char const *GDALDimensionHS_GetFullName(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6183:69: error: ‘self’ was not declared in this scope
6183 | SWIGINTERN char const *GDALDimensionHS_GetFullName(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6186:48: error: ‘GDALDimensionHS’ was not declared in this scope
6186 | SWIGINTERN char const *GDALDimensionHS_GetType(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6186:65: error: ‘self’ was not declared in this scope
6186 | SWIGINTERN char const *GDALDimensionHS_GetType(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6189:53: error: ‘GDALDimensionHS’ was not declared in this scope
6189 | SWIGINTERN char const *GDALDimensionHS_GetDirection(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6189:70: error: ‘self’ was not declared in this scope
6189 | SWIGINTERN char const *GDALDimensionHS_GetDirection(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6192:55: error: ‘GDALDimensionHS’ was not declared in this scope
6192 | SWIGINTERN unsigned long long GDALDimensionHS_GetSize(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6192:72: error: ‘self’ was not declared in this scope
6192 | SWIGINTERN unsigned long long GDALDimensionHS_GetSize(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6195:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6195 | SWIGINTERN GDALMDArrayHS *GDALDimensionHS_GetIndexingVariable(GDALDimensionHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6198:53: error: ‘GDALDimensionHS’ was not declared in this scope
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6198:70: error: ‘self’ was not declared in this scope
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^~~~
extensions/gdal_wrap.cpp:6198:75: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6198:90: error: ‘array’ was not declared in this scope
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^~~~~
extensions/gdal_wrap.cpp:6198:90: note: ‘std::array’ is defined in header ‘<array>’; did you forget to ‘#include <array>’?
extensions/gdal_wrap.cpp:6198:95: error: expression list treated as compound expression in initializer [-fpermissive]
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^
extensions/gdal_wrap.cpp:6201:17: error: variable or field ‘delete_GDALExtendedDataTypeHS’ declared void
6201 | SWIGINTERN void delete_GDALExtendedDataTypeHS(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6201:47: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
6201 | SWIGINTERN void delete_GDALExtendedDataTypeHS(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6201:71: error: ‘self’ was not declared in this scope
6201 | SWIGINTERN void delete_GDALExtendedDataTypeHS(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6204:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
6204 | SWIGINTERN GDALExtendedDataTypeHS *GDALExtendedDataTypeHS_Create(GDALDataType dt){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6207:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
6207 | SWIGINTERN GDALExtendedDataTypeHS *GDALExtendedDataTypeHS_CreateString(size_t nMaxStringLength=0){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6210:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
6210 | SWIGINTERN GDALExtendedDataTypeHS *GDALExtendedDataTypeHS_CreateCompound(char const *name,size_t nTotalSize,int nComps,GDALEDTComponentHS **comps){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6213:55: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetName’?
6213 | SWIGINTERN char const *GDALExtendedDataTypeHS_GetName(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetName
extensions/gdal_wrap.cpp:6213:79: error: ‘self’ was not declared in this scope
6213 | SWIGINTERN char const *GDALExtendedDataTypeHS_GetName(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6216:12: error: ‘GDALExtendedDataTypeClass’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_GetName’?
6216 | SWIGINTERN GDALExtendedDataTypeClass GDALExtendedDataTypeHS_GetClass(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetName
extensions/gdal_wrap.cpp:6219:67: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetName’?
6219 | SWIGINTERN GDALDataType GDALExtendedDataTypeHS_GetNumericDataType(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetName
extensions/gdal_wrap.cpp:6219:91: error: ‘self’ was not declared in this scope
6219 | SWIGINTERN GDALDataType GDALExtendedDataTypeHS_GetNumericDataType(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6222:50: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6222 | SWIGINTERN size_t GDALExtendedDataTypeHS_GetSize(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6222:74: error: ‘self’ was not declared in this scope
6222 | SWIGINTERN size_t GDALExtendedDataTypeHS_GetSize(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6225:61: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6225 | SWIGINTERN size_t GDALExtendedDataTypeHS_GetMaxStringLength(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6225:85: error: ‘self’ was not declared in this scope
6225 | SWIGINTERN size_t GDALExtendedDataTypeHS_GetMaxStringLength(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6228:17: error: variable or field ‘GDALExtendedDataTypeHS_GetComponents’ declared void
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6228:54: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6228:78: error: ‘self’ was not declared in this scope
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:6228:83: error: ‘GDALEDTComponentHS’ was not declared in this scope
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6228:105: error: ‘pcomps’ was not declared in this scope
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~
extensions/gdal_wrap.cpp:6228:119: error: expected primary-expression before ‘*’ token
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6228:120: error: ‘pnCount’ was not declared in this scope
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:6231:53: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6231:77: error: ‘self’ was not declared in this scope
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~
extensions/gdal_wrap.cpp:6231:82: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6231:106: error: ‘other’ was not declared in this scope
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~
extensions/gdal_wrap.cpp:6231:111: error: expression list treated as compound expression in initializer [-fpermissive]
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^
extensions/gdal_wrap.cpp:6234:47: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:6234:71: error: ‘self’ was not declared in this scope
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~
extensions/gdal_wrap.cpp:6234:76: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:6234:100: error: ‘other’ was not declared in this scope
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~
extensions/gdal_wrap.cpp:6234:105: error: expression list treated as compound expression in initializer [-fpermissive]
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^
extensions/gdal_wrap.cpp:6237:17: error: variable or field ‘delete_GDALEDTComponentHS’ declared void
6237 | SWIGINTERN void delete_GDALEDTComponentHS(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6237:43: error: ‘GDALEDTComponentHS’ was not declared in this scope
6237 | SWIGINTERN void delete_GDALEDTComponentHS(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6237:63: error: ‘self’ was not declared in this scope
6237 | SWIGINTERN void delete_GDALEDTComponentHS(GDALEDTComponentHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6240:12: error: ‘GDALEDTComponentHS’ does not name a type
6240 | SWIGINTERN GDALEDTComponentHS *GDALEDTComponentHS_Create(char const *name,size_t offset,GDALExtendedDataTypeHS *type){
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6243:51: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
6243 | SWIGINTERN char const *GDALEDTComponentHS_GetName(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:6243:71: error: ‘self’ was not declared in this scope
6243 | SWIGINTERN char const *GDALEDTComponentHS_GetName(GDALEDTComponentHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6246:48: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
6246 | SWIGINTERN size_t GDALEDTComponentHS_GetOffset(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:6246:68: error: ‘self’ was not declared in this scope
6246 | SWIGINTERN size_t GDALEDTComponentHS_GetOffset(GDALEDTComponentHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6249:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
6249 | SWIGINTERN GDALExtendedDataTypeHS *GDALEDTComponentHS_GetType(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:6585:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6585 | SWIGINTERN GDALMDArrayHS *GDALRasterBandShadow_AsMDArray(GDALRasterBandShadow *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp: In function ‘CPLErr GDALRasterBandShadow_ReadRaster1(GDALRasterBandShadow*, double, double, double, double, void**, int*, int*, int*, GIntBig*, GIntBig*, GDALRIOResampleAlg, GDALProgressFunc, void*)’:
extensions/gdal_wrap.cpp:6593:59: error: ‘GRIORA_LAST’ was not declared in this scope
6593 | static_cast<int>(resample_alg) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:7168:25: error: ‘GDALViewshedMode’ has not been declared
7168 | GDALViewshedMode mode, double maxDistance,
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:7170:25: error: ‘GDALViewshedOutputType’ has not been declared
7170 | GDALViewshedOutputType heightMode = GVOT_NORMAL,
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:7170:61: error: ‘GVOT_NORMAL’ was not declared in this scope; did you mean ‘FP_NORMAL’?
7170 | GDALViewshedOutputType heightMode = GVOT_NORMAL,
| ^~~~~~~~~~~
| FP_NORMAL
extensions/gdal_wrap.cpp: In function ‘GDALDatasetShadow* ViewshedGenerate(GDALRasterBandShadow*, const char*, const char*, char**, double, double, double, double, double, double, double, double, double, int, double, GDALProgressFunc, void*, int, char**)’:
extensions/gdal_wrap.cpp:7173:29: error: ‘GDALViewshedGenerate’ was not declared in this scope; did you mean ‘ViewshedGenerate’?
7173 | GDALDatasetShadow* ds = GDALViewshedGenerate( srcBand,
| ^~~~~~~~~~~~~~~~~~~~
| ViewshedGenerate
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:7672:12: error: ‘GDALMultiDimInfoOptions’ does not name a type; did you mean ‘GDALInfoOptions’?
7672 | SWIGINTERN GDALMultiDimInfoOptions *new_GDALMultiDimInfoOptions(char **options){
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:7675:17: error: variable or field ‘delete_GDALMultiDimInfoOptions’ declared void
7675 | SWIGINTERN void delete_GDALMultiDimInfoOptions(GDALMultiDimInfoOptions *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:7675:48: error: ‘GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘GDALInfoOptions’?
7675 | SWIGINTERN void delete_GDALMultiDimInfoOptions(GDALMultiDimInfoOptions *self){
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:7675:73: error: ‘self’ was not declared in this scope
7675 | SWIGINTERN void delete_GDALMultiDimInfoOptions(GDALMultiDimInfoOptions *self){
| ^~~~
extensions/gdal_wrap.cpp:8210:12: error: ‘GDALMultiDimTranslateOptions’ does not name a type; did you mean ‘GDALVectorTranslateOptions’?
8210 | SWIGINTERN GDALMultiDimTranslateOptions *new_GDALMultiDimTranslateOptions(char **options){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:8213:17: error: variable or field ‘delete_GDALMultiDimTranslateOptions’ declared void
8213 | SWIGINTERN void delete_GDALMultiDimTranslateOptions(GDALMultiDimTranslateOptions *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:8213:53: error: ‘GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptions’?
8213 | SWIGINTERN void delete_GDALMultiDimTranslateOptions(GDALMultiDimTranslateOptions *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:8213:83: error: ‘self’ was not declared in this scope
8213 | SWIGINTERN void delete_GDALMultiDimTranslateOptions(GDALMultiDimTranslateOptions *self){
| ^~~~
extensions/gdal_wrap.cpp:8219:46: error: ‘GDALMultiDimTranslateOptions’ has not been declared
8219 | GDALMultiDimTranslateOptions* multiDimTranslateOptions,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘GDALDatasetShadow* wrapper_GDALMultiDimTranslateDestName(const char*, int, GDALDatasetShadow**, int*, GDALProgressFunc, void*)’:
extensions/gdal_wrap.cpp:8230:40: error: ‘GDALMultiDimTranslateOptionsNew’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptionsNew’?
8230 | multiDimTranslateOptions = GDALMultiDimTranslateOptionsNew(NULL, NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptionsNew
extensions/gdal_wrap.cpp:8232:9: error: ‘GDALMultiDimTranslateOptionsSetProgress’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptionsSetProgress’?
8232 | GDALMultiDimTranslateOptionsSetProgress(multiDimTranslateOptions, callback, callback_data);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptionsSetProgress
extensions/gdal_wrap.cpp:8241:27: error: ‘GDALMultiDimTranslate’ was not declared in this scope; did you mean ‘GDALVectorTranslate’?
8241 | GDALDatasetH hDSRet = GDALMultiDimTranslate(dest, NULL, object_list_count, poObjects, multiDimTranslateOptions, &usageError);
| ^~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslate
extensions/gdal_wrap.cpp:8243:9: error: ‘GDALMultiDimTranslateOptionsFree’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptionsFree’?
8243 | GDALMultiDimTranslateOptionsFree(multiDimTranslateOptions);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptionsFree
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EscapeString(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:9015:63: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
9015 | int res = PyObject_AsReadBuffer(obj0, &safeBuf, &safeLen);
| ^
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/gdal_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_CPLBinaryToHex(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:10335:63: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
10335 | int res = PyObject_AsReadBuffer(obj0, &safeBuf, &safeLen);
| ^
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/gdal_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_GetFileMetadata(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:11937:25: error: ‘VSIGetFileMetadata’ was not declared in this scope; did you mean ‘_wrap_GetFileMetadata’?
11937 | result = (char **)VSIGetFileMetadata((char const *)arg1,(char const *)arg2,arg3);
| ^~~~~~~~~~~~~~~~~~
| _wrap_GetFileMetadata
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_SetFileMetadata(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:12120:22: error: ‘VSISetFileMetadata’ was not declared in this scope; did you mean ‘_wrap_SetFileMetadata’?
12120 | result = (bool)VSISetFileMetadata((char const *)arg1,arg2,(char const *)arg3,arg4);
| ^~~~~~~~~~~~~~~~~~
| _wrap_SetFileMetadata
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_VSIFWriteL(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:12779:63: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
12779 | int res = PyObject_AsReadBuffer(obj0, &safeBuf, &safeLen);
| ^
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/gdal_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dataset_GetRootGroup(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:17345:3: error: ‘GDALGroupHS’ was not declared in this scope
17345 | GDALGroupHS *result = 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:17345:16: error: ‘result’ was not declared in this scope
17345 | GDALGroupHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:17359:30: error: expected primary-expression before ‘)’ token
17359 | result = (GDALGroupHS *)GDALDatasetShadow_GetRootGroup(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dataset_ReadRaster1(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:20848:50: error: ‘GRIORA_LAST’ was not declared in this scope
20848 | static_cast<int>(arg15) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_Group(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:20921:3: error: ‘GDALGroupHS’ was not declared in this scope
20921 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:20921:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
20921 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:20921:37: error: expected primary-expression before ‘)’ token
20921 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:20931:28: error: ‘GDALGroupHS’ does not name a type
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:20931:40: error: expected ‘>’ before ‘*’ token
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:20931:40: error: expected ‘(’ before ‘*’ token
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:20931:42: error: expected primary-expression before ‘>’ token
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:20931:50: error: expected ‘)’ before ‘;’ token
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:20938:7: error: ‘delete_GDALGroupHS’ was not declared in this scope
20938 | delete_GDALGroupHS(arg1);
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:20960:3: error: ‘GDALGroupHS’ was not declared in this scope
20960 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4003:21: error: ‘GDALGroup’ was not declared in this scope
4003 | std::shared_ptr<GDALGroup> GetRootGroup() const override { return poMEMDS->GetRootGroup(); }
| ^~~~~~~~~
extensions/gdal_array_wrap.cpp:4003:30: error: template argument 1 is invalid
4003 | std::shared_ptr<GDALGroup> GetRootGroup() const override { return poMEMDS->GetRootGroup(); }
| ^
extensions/gdal_array_wrap.cpp:4003:32: error: ‘int NUMPYMultiDimensionalDataset::GetRootGroup() const’ marked ‘override’, but does not override
4003 | std::shared_ptr<GDALGroup> GetRootGroup() const override { return poMEMDS->GetRootGroup(); }
| ^~~~~~~~~~~~
extensions/gdal_array_wrap.cpp: In member function ‘int NUMPYMultiDimensionalDataset::GetRootGroup() const’:
extensions/gdal_array_wrap.cpp:4003:80: error: ‘class GDALDataset’ has no member named ‘GetRootGroup’
4003 | std::shared_ptr<GDALGroup> GetRootGroup() const override { return poMEMDS->GetRootGroup(); }
| ^~~~~~~~~~~~
extensions/gdal_array_wrap.cpp: In static member function ‘static GDALDataset* NUMPYMultiDimensionalDataset::Open(PyArrayObject*)’:
extensions/gdal_array_wrap.cpp:4047:33: error: ‘class GDALDriver’ has no member named ‘CreateMultiDimensional’
4047 | auto poMEMDS = poMemDriver->CreateMultiDimensional("", nullptr, nullptr);
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:20960:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
20960 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:20960:37: error: expected primary-expression before ‘)’ token
20960 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:20971:28: error: ‘GDALGroupHS’ does not name a type
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:20971:40: error: expected ‘>’ before ‘*’ token
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:20971:40: error: expected ‘(’ before ‘*’ token
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:20971:42: error: expected primary-expression before ‘>’ token
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:20971:50: error: expected ‘)’ before ‘;’ token
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:20978:48: error: ‘GDALGroupHS_GetName’ cannot be used as a function
20978 | result = (char *)GDALGroupHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetFullName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21000:3: error: ‘GDALGroupHS’ was not declared in this scope
21000 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21000:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21000 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21000:37: error: expected primary-expression before ‘)’ token
21000 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_array_wrap.cpp:4051:33: error: ‘GDALDimension’ was not declared in this scope
4051 | std::vector<std::shared_ptr<GDALDimension>> apoDims;
| ^~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4051:33: error: template argument 1 is invalid
extensions/gdal_array_wrap.cpp:4051:46: error: template argument 1 is invalid
4051 | std::vector<std::shared_ptr<GDALDimension>> apoDims;
| ^~
extensions/gdal_array_wrap.cpp:4051:46: error: template argument 2 is invalid
extensions/gdal_array_wrap.cpp:4061:17: error: request for member ‘push_back’ in ‘apoDims’, which is of non-class type ‘int’
4061 | apoDims.push_back(poDim);
| ^~~~~~~~~
extensions/gdal_array_wrap.cpp:4077:39: error: ‘GDALExtendedDataType’ has not been declared
4077 | GDALExtendedDataType::Create(eType),
| ^~~~~~~~~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4081:16: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
4081 | delete poMEMDS;
| ^~~~~~~
extensions/gdal_wrap.cpp:21011:28: error: ‘GDALGroupHS’ does not name a type
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21011:40: error: expected ‘>’ before ‘*’ token
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21011:40: error: expected ‘(’ before ‘*’ token
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21011:42: error: expected primary-expression before ‘>’ token
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21011:50: error: expected ‘)’ before ‘;’ token
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21018:52: error: ‘GDALGroupHS_GetFullName’ cannot be used as a function
21018 | result = (char *)GDALGroupHS_GetFullName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetMDArrayNames(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21040:3: error: ‘GDALGroupHS’ was not declared in this scope
21040 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21040:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21040 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21040:37: error: expected primary-expression before ‘)’ token
21040 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21053:28: error: ‘GDALGroupHS’ does not name a type
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21053:40: error: expected ‘>’ before ‘*’ token
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21053:40: error: expected ‘(’ before ‘*’ token
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21053:42: error: expected primary-expression before ‘>’ token
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21053:50: error: expected ‘)’ before ‘;’ token
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21071:62: error: ‘GDALGroupHS_GetMDArrayNames’ cannot be used as a function
21071 | result = (char **)GDALGroupHS_GetMDArrayNames(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_OpenMDArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21117:3: error: ‘GDALGroupHS’ was not declared in this scope
21117 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21117:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21117 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_array_wrap.cpp: At global scope:
extensions/gdal_array_wrap.cpp:4473:34: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
4473 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:21117:37: error: expected primary-expression before ‘)’ token
21117 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_array_wrap.cpp:4473:58: error: ‘dt’ was not declared in this scope
4473 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~
extensions/gdal_array_wrap.cpp:4498:27: error: ‘GDALMDArrayHS’ has not been declared
4498 | GDALMDArrayHS* mdarray,
| ^~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4502:27: error: ‘GDALExtendedDataTypeHS’ has not been declared
4502 | GDALExtendedDataTypeHS* buffer_datatype) {
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp: In function ‘CPLErr MDArrayIONumPy(bool, int*, PyArrayObject*, int, GUIntBig*, int, GIntBig*, int*)’:
extensions/gdal_array_wrap.cpp:4504:46: error: ‘CheckNumericDataType’ cannot be used as a function
4504 | if( !CheckNumericDataType(buffer_datatype) )
| ^
extensions/gdal_wrap.cpp:21128:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
21128 | GDALMDArrayHS *result = 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:21128:18: error: ‘result’ was not declared in this scope
21128 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21135:28: error: ‘GDALGroupHS’ does not name a type
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21135:40: error: expected ‘>’ before ‘*’ token
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21135:40: error: expected ‘(’ before ‘*’ token
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21135:42: error: expected primary-expression before ‘>’ token
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21135:50: error: expected ‘)’ before ‘;’ token
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21163:32: error: expected primary-expression before ‘)’ token
21163 | result = (GDALMDArrayHS *)GDALGroupHS_OpenMDArray(arg1,(char const *)arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetGroupNames(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21195:3: error: ‘GDALGroupHS’ was not declared in this scope
21195 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21195:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21195 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21195:37: error: expected primary-expression before ‘)’ token
21195 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_array_wrap.cpp:4510:36: error: ‘GDALMDArrayGetDimensionCount’ was not declared in this scope
4510 | const int nExpectedDims = (int)GDALMDArrayGetDimensionCount(mdarray);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21208:28: error: ‘GDALGroupHS’ does not name a type
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21208:40: error: expected ‘>’ before ‘*’ token
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21208:40: error: expected ‘(’ before ‘*’ token
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21208:42: error: expected primary-expression before ‘>’ token
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21208:50: error: expected ‘)’ before ‘;’ token
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21226:60: error: ‘GDALGroupHS_GetGroupNames’ cannot be used as a function
21226 | result = (char **)GDALGroupHS_GetGroupNames(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_OpenGroup(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21272:3: error: ‘GDALGroupHS’ was not declared in this scope
21272 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21272:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21272 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21272:37: error: expected primary-expression before ‘)’ token
21272 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21283:16: error: ‘result’ was not declared in this scope
21283 | GDALGroupHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21290:28: error: ‘GDALGroupHS’ does not name a type
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21290:40: error: expected ‘>’ before ‘*’ token
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21290:40: error: expected ‘(’ before ‘*’ token
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21290:42: error: expected primary-expression before ‘>’ token
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21290:50: error: expected ‘)’ before ‘;’ token
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21318:30: error: expected primary-expression before ‘)’ token
21318 | result = (GDALGroupHS *)GDALGroupHS_OpenGroup(arg1,(char const *)arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetDimensions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21350:3: error: ‘GDALGroupHS’ was not declared in this scope
21350 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21350:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21350 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21350:37: error: expected primary-expression before ‘)’ token
21350 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_array_wrap.cpp:4521:28: error: ‘GDALExtendedDataTypeGetSize’ was not declared in this scope
4521 | const size_t nDTSize = GDALExtendedDataTypeGetSize(buffer_datatype);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21351:3: error: ‘GDALDimensionHS’ was not declared in this scope
21351 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21351:22: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
21351 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21351:49: error: expected primary-expression before ‘)’ token
21351 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:21356:21: error: ‘dims2’ was not declared in this scope
21356 | GDALDimensionHS **dims2 = 0 ;
| ^~~~~
extensions/gdal_wrap.cpp:21371:28: error: ‘GDALGroupHS’ does not name a type
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21371:40: error: expected ‘>’ before ‘*’ token
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21371:40: error: expected ‘(’ before ‘*’ token
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21371:42: error: expected primary-expression before ‘>’ token
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21371:50: error: expected ‘)’ before ‘;’ token
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_array_wrap.cpp:4541:16: error: ‘GDALMDArrayWrite’ was not declared in this scope
4541 | return GDALMDArrayWrite( mdarray,
| ^~~~~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4552:16: error: ‘GDALMDArrayRead’ was not declared in this scope
4552 | return GDALMDArrayRead( mdarray,
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21389:7: error: ‘GDALGroupHS_GetDimensions’ was not declared in this scope; did you mean ‘_wrap_Group_GetDimensions’?
21389 | GDALGroupHS_GetDimensions(arg1,arg2,arg3,arg4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_Group_GetDimensions
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetAttribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21437:3: error: ‘GDALGroupHS’ was not declared in this scope
21437 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21437:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21437 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21437:37: error: expected primary-expression before ‘)’ token
21437 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_array_wrap.cpp: In function ‘PyObject* _wrap_BandRasterIONumPy(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_array_wrap.cpp:5444:49: error: ‘GRIORA_LAST’ was not declared in this scope
5444 | static_cast<int>(arg9) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21446:3: error: ‘GDALAttributeHS’ was not declared in this scope
21446 | GDALAttributeHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp: In function ‘PyObject* _wrap_DatasetIONumPy(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_array_wrap.cpp:5639:49: error: ‘GRIORA_LAST’ was not declared in this scope
5639 | static_cast<int>(arg9) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21446:20: error: ‘result’ was not declared in this scope
21446 | GDALAttributeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21453:28: error: ‘GDALGroupHS’ does not name a type
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21453:40: error: expected ‘>’ before ‘*’ token
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21453:40: error: expected ‘(’ before ‘*’ token
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21453:42: error: expected primary-expression before ‘>’ token
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21453:50: error: expected ‘)’ before ‘;’ token
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21470:34: error: expected primary-expression before ‘)’ token
21470 | result = (GDALAttributeHS *)GDALGroupHS_GetAttribute(arg1,(char const *)arg2);
| ^
extensions/gdal_array_wrap.cpp: In function ‘PyObject* _wrap_MDArrayIONumPy(PyObject*, PyObject*)’:
extensions/gdal_array_wrap.cpp:5671:3: error: ‘GDALMDArrayHS’ was not declared in this scope
5671 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetAttributes(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21494:3: error: ‘GDALGroupHS’ was not declared in this scope
21494 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_array_wrap.cpp:5671:18: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’?
5671 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^~~~
| arg1
extensions/gdal_array_wrap.cpp:5671:41: error: expected primary-expression before ‘)’ token
5671 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21494:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21494 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21494:37: error: expected primary-expression before ‘)’ token
21494 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
g++ -pthread -shared -L/home/alison/.pyenv/versions/3.8.3/lib -L/home/alison/.pyenv/versions/3.8.3/lib build/temp.linux-x86_64-3.8/extensions/gnm_wrap.o -L../../.libs -L../../ -L/usr/lib -lgdal -o build/lib.linux-x86_64-3.8/osgeo/_gnm.cpython-38-x86_64-linux-gnu.so
extensions/gdal_wrap.cpp:21495:3: error: ‘GDALAttributeHS’ was not declared in this scope
21495 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21495:22: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
21495 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21495:49: error: expected primary-expression before ‘)’ token
21495 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:21500:21: error: ‘attrs2’ was not declared in this scope
21500 | GDALAttributeHS **attrs2 = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21515:28: error: ‘GDALGroupHS’ does not name a type
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21515:40: error: expected ‘>’ before ‘*’ token
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21515:40: error: expected ‘(’ before ‘*’ token
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21515:42: error: expected primary-expression before ‘>’ token
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21515:50: error: expected ‘)’ before ‘;’ token
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_array_wrap.cpp:5677:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5677 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_array_wrap.cpp:5677:27: error: ‘arg8’ was not declared in this scope; did you mean ‘arg7’?
5677 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg7
extensions/gdal_array_wrap.cpp:5677:59: error: expected primary-expression before ‘)’ token
5677 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_array_wrap.cpp:5702:28: error: ‘GDALMDArrayHS’ does not name a type
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:5702:42: error: expected ‘>’ before ‘*’ token
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
extensions/gdal_array_wrap.cpp:5702:42: error: expected ‘(’ before ‘*’ token
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
| (
extensions/gdal_array_wrap.cpp:5702:44: error: expected primary-expression before ‘>’ token
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
extensions/gdal_array_wrap.cpp:5702:52: error: expected ‘)’ before ‘;’ token
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:21533:7: error: ‘GDALGroupHS_GetAttributes’ was not declared in this scope; did you mean ‘_wrap_Group_GetAttributes’?
21533 | GDALGroupHS_GetAttributes(arg1,arg2,arg3,arg4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_Group_GetAttributes
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetStructuralInfo(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21581:3: error: ‘GDALGroupHS’ was not declared in this scope
21581 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_array_wrap.cpp:5771:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:21581:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21581 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21581:37: error: expected primary-expression before ‘)’ token
21581 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_array_wrap.cpp:5771:51: error: expected ‘>’ before ‘*’ token
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
extensions/gdal_array_wrap.cpp:5771:51: error: expected ‘(’ before ‘*’ token
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
| (
extensions/gdal_array_wrap.cpp:5771:53: error: expected primary-expression before ‘>’ token
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
extensions/gdal_array_wrap.cpp:5771:61: error: expected ‘)’ before ‘;’ token
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
| )
extensions/gdal_wrap.cpp:21592:28: error: ‘GDALGroupHS’ does not name a type
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21592:40: error: expected ‘>’ before ‘*’ token
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21592:40: error: expected ‘(’ before ‘*’ token
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21592:42: error: expected primary-expression before ‘>’ token
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21592:50: error: expected ‘)’ before ‘;’ token
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21599:59: error: ‘GDALGroupHS_GetStructuralInfo’ cannot be used as a function
21599 | result = (char **)GDALGroupHS_GetStructuralInfo(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_CreateGroup(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21644:3: error: ‘GDALGroupHS’ was not declared in this scope
21644 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21644:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21644 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21644:37: error: expected primary-expression before ‘)’ token
21644 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21655:16: error: ‘result’ was not declared in this scope
21655 | GDALGroupHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21662:28: error: ‘GDALGroupHS’ does not name a type
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21662:40: error: expected ‘>’ before ‘*’ token
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21662:40: error: expected ‘(’ before ‘*’ token
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21662:42: error: expected primary-expression before ‘>’ token
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21662:50: error: expected ‘)’ before ‘;’ token
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21690:30: error: expected primary-expression before ‘)’ token
21690 | result = (GDALGroupHS *)GDALGroupHS_CreateGroup(arg1,(char const *)arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_CreateDimension(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21722:3: error: ‘GDALGroupHS’ was not declared in this scope
21722 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21722:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21722 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21722:37: error: expected primary-expression before ‘)’ token
21722 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21747:3: error: ‘GDALDimensionHS’ was not declared in this scope
21747 | GDALDimensionHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21747:20: error: ‘result’ was not declared in this scope
21747 | GDALDimensionHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21754:28: error: ‘GDALGroupHS’ does not name a type
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21754:40: error: expected ‘>’ before ‘*’ token
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21754:40: error: expected ‘(’ before ‘*’ token
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21754:42: error: expected primary-expression before ‘>’ token
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21754:50: error: expected ‘)’ before ‘;’ token
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21797:34: error: expected primary-expression before ‘)’ token
21797 | result = (GDALDimensionHS *)GDALGroupHS_CreateDimension(arg1,(char const *)arg2,(char const *)arg3,(char const *)arg4,arg5,arg6);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_CreateMDArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21833:3: error: ‘GDALGroupHS’ was not declared in this scope
21833 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21833:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21833 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21833:37: error: expected primary-expression before ‘)’ token
21833 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21836:3: error: ‘GDALDimensionHS’ was not declared in this scope
21836 | GDALDimensionHS **arg4 = (GDALDimensionHS **) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21836:21: error: ‘arg4’ was not declared in this scope; did you mean ‘arg3’?
21836 | GDALDimensionHS **arg4 = (GDALDimensionHS **) 0 ;
| ^~~~
| arg3
extensions/gdal_wrap.cpp:21836:47: error: expected primary-expression before ‘)’ token
21836 | GDALDimensionHS **arg4 = (GDALDimensionHS **) 0 ;
| ^
extensions/gdal_wrap.cpp:21837:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
21837 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:21837:27: error: ‘arg5’ was not declared in this scope; did you mean ‘arg3’?
21837 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg3
extensions/gdal_wrap.cpp:21837:59: error: expected primary-expression before ‘)’ token
21837 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21851:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
21851 | GDALMDArrayHS *result = 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:21851:18: error: ‘result’ was not declared in this scope
21851 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21858:28: error: ‘GDALGroupHS’ does not name a type
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21858:40: error: expected ‘>’ before ‘*’ token
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21858:40: error: expected ‘(’ before ‘*’ token
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21858:42: error: expected primary-expression before ‘>’ token
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21858:50: error: expected ‘)’ before ‘;’ token
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21876:30: error: expected primary-expression before ‘)’ token
21876 | arg4 = (GDALDimensionHS**) CPLMalloc(arg3*sizeof(GDALDimensionHS*));
| ^
extensions/gdal_wrap.cpp:21880:24: error: ‘rawobjectpointer’ was not declared in this scope
21880 | GDALDimensionHS* rawobjectpointer = NULL;
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21896:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:21896:51: error: expected ‘>’ before ‘*’ token
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:21896:51: error: expected ‘(’ before ‘*’ token
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| (
extensions/gdal_wrap.cpp:21896:53: error: expected primary-expression before ‘>’ token
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:21896:61: error: expected ‘)’ before ‘;’ token
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| )
extensions/gdal_wrap.cpp:21924:32: error: expected primary-expression before ‘)’ token
21924 | result = (GDALMDArrayHS *)GDALGroupHS_CreateMDArray(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_CreateAttribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21964:3: error: ‘GDALGroupHS’ was not declared in this scope
21964 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21964:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21964 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21964:37: error: expected primary-expression before ‘)’ token
21964 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21968:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
21968 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:21968:27: error: ‘arg5’ was not declared in this scope; did you mean ‘arg4’?
21968 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg4
extensions/gdal_wrap.cpp:21968:59: error: expected primary-expression before ‘)’ token
21968 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21982:3: error: ‘GDALAttributeHS’ was not declared in this scope
21982 | GDALAttributeHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21982:20: error: ‘result’ was not declared in this scope
21982 | GDALAttributeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21989:28: error: ‘GDALGroupHS’ does not name a type
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21989:40: error: expected ‘>’ before ‘*’ token
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21989:40: error: expected ‘(’ before ‘*’ token
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21989:42: error: expected primary-expression before ‘>’ token
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21989:50: error: expected ‘)’ before ‘;’ token
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22025:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22025:51: error: expected ‘>’ before ‘*’ token
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:22025:51: error: expected ‘(’ before ‘*’ token
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| (
extensions/gdal_wrap.cpp:22025:53: error: expected primary-expression before ‘>’ token
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:22025:61: error: expected ‘)’ before ‘;’ token
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| )
extensions/gdal_wrap.cpp:22053:34: error: expected primary-expression before ‘)’ token
22053 | result = (GDALAttributeHS *)GDALGroupHS_CreateAttribute(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_MDArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22104:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22104 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22104:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22104 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22104:41: error: expected primary-expression before ‘)’ token
22104 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22114:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22114:42: error: expected ‘>’ before ‘*’ token
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22114:42: error: expected ‘(’ before ‘*’ token
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22114:44: error: expected primary-expression before ‘>’ token
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22114:52: error: expected ‘)’ before ‘;’ token
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22121:7: error: ‘delete_GDALMDArrayHS’ was not declared in this scope
22121 | delete_GDALMDArrayHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22143:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22143 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22143:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22143 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22143:41: error: expected primary-expression before ‘)’ token
22143 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22154:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22154:42: error: expected ‘>’ before ‘*’ token
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22154:42: error: expected ‘(’ before ‘*’ token
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22154:44: error: expected primary-expression before ‘>’ token
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22154:52: error: expected ‘)’ before ‘;’ token
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22161:50: error: ‘GDALMDArrayHS_GetName’ cannot be used as a function
22161 | result = (char *)GDALMDArrayHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetFullName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22183:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22183 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22183:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22183 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22183:41: error: expected primary-expression before ‘)’ token
22183 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22194:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22194:42: error: expected ‘>’ before ‘*’ token
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22194:42: error: expected ‘(’ before ‘*’ token
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22194:44: error: expected primary-expression before ‘>’ token
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22194:52: error: expected ‘)’ before ‘;’ token
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22201:54: error: ‘GDALMDArrayHS_GetFullName’ cannot be used as a function
22201 | result = (char *)GDALMDArrayHS_GetFullName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetTotalElementsCount(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22223:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22223 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22223:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22223 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22223:41: error: expected primary-expression before ‘)’ token
22223 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22234:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22234:42: error: expected ‘>’ before ‘*’ token
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22234:42: error: expected ‘(’ before ‘*’ token
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22234:44: error: expected primary-expression before ‘>’ token
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22234:52: error: expected ‘)’ before ‘;’ token
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22241:76: error: ‘GDALMDArrayHS_GetTotalElementsCount’ cannot be used as a function
22241 | result = (unsigned long long)GDALMDArrayHS_GetTotalElementsCount(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetDimensionCount(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22263:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22263 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22263:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22263 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22263:41: error: expected primary-expression before ‘)’ token
22263 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22274:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22274:42: error: expected ‘>’ before ‘*’ token
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22274:42: error: expected ‘(’ before ‘*’ token
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22274:44: error: expected primary-expression before ‘>’ token
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22274:52: error: expected ‘)’ before ‘;’ token
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22281:52: error: ‘GDALMDArrayHS_GetDimensionCount’ cannot be used as a function
22281 | result = GDALMDArrayHS_GetDimensionCount(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetDimensions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22303:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22303 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22303:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22303 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22303:41: error: expected primary-expression before ‘)’ token
22303 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22304:3: error: ‘GDALDimensionHS’ was not declared in this scope
22304 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:22304:22: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
22304 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22304:49: error: expected primary-expression before ‘)’ token
22304 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:22308:21: error: ‘dims2’ was not declared in this scope
22308 | GDALDimensionHS **dims2 = 0 ;
| ^~~~~
extensions/gdal_wrap.cpp:22322:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22322:42: error: expected ‘>’ before ‘*’ token
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22322:42: error: expected ‘(’ before ‘*’ token
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22322:44: error: expected primary-expression before ‘>’ token
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22322:52: error: expected ‘)’ before ‘;’ token
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22329:7: error: ‘GDALMDArrayHS_GetDimensions’ was not declared in this scope; did you mean ‘GDALMDArrayHS_GetDimensionCount’?
22329 | GDALMDArrayHS_GetDimensions(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALMDArrayHS_GetDimensionCount
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetBlockSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22369:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22369 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22369:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22369 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22369:41: error: expected primary-expression before ‘)’ token
22369 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22388:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22388:42: error: expected ‘>’ before ‘*’ token
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22388:42: error: expected ‘(’ before ‘*’ token
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22388:44: error: expected primary-expression before ‘>’ token
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22388:52: error: expected ‘)’ before ‘;’ token
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22395:7: error: ‘GDALMDArrayHS_GetBlockSize’ was not declared in this scope; did you mean ‘_wrap_MDArray_GetBlockSize’?
22395 | GDALMDArrayHS_GetBlockSize(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_MDArray_GetBlockSize
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetProcessingChunkSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22441:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22441 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22441:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22441 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22441:41: error: expected primary-expression before ‘)’ token
22441 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22464:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22464:42: error: expected ‘>’ before ‘*’ token
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22464:42: error: expected ‘(’ before ‘*’ token
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22464:44: error: expected primary-expression before ‘>’ token
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22464:52: error: expected ‘)’ before ‘;’ token
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22476:7: error: ‘GDALMDArrayHS_GetProcessingChunkSize’ was not declared in this scope; did you mean ‘_wrap_MDArray_GetProcessingChunkSize’?
22476 | GDALMDArrayHS_GetProcessingChunkSize(arg1,arg2,arg3,arg4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_MDArray_GetProcessingChunkSize
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetDataType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22522:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22522 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22522:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22522 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22522:41: error: expected primary-expression before ‘)’ token
22522 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22526:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22526 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22526:27: error: ‘result’ was not declared in this scope
22526 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:22533:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22533:42: error: expected ‘>’ before ‘*’ token
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22533:42: error: expected ‘(’ before ‘*’ token
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22533:44: error: expected primary-expression before ‘>’ token
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22533:52: error: expected ‘)’ before ‘;’ token
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22540:41: error: expected primary-expression before ‘)’ token
22540 | result = (GDALExtendedDataTypeHS *)GDALMDArrayHS_GetDataType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetStructuralInfo(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22562:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22562 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22562:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22562 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22562:41: error: expected primary-expression before ‘)’ token
22562 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22573:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22573:42: error: expected ‘>’ before ‘*’ token
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22573:42: error: expected ‘(’ before ‘*’ token
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22573:44: error: expected primary-expression before ‘>’ token
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22573:52: error: expected ‘)’ before ‘;’ token
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22580:61: error: ‘GDALMDArrayHS_GetStructuralInfo’ cannot be used as a function
22580 | result = (char **)GDALMDArrayHS_GetStructuralInfo(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_Read(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22625:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22625 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22625:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22625 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22625:41: error: expected primary-expression before ‘)’ token
22625 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22634:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22634 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22634:27: error: ‘arg10’ was not declared in this scope
22634 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~
extensions/gdal_wrap.cpp:22634:60: error: expected primary-expression before ‘)’ token
22634 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22658:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22658:42: error: expected ‘>’ before ‘*’ token
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22658:42: error: expected ‘(’ before ‘*’ token
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22658:44: error: expected primary-expression before ‘>’ token
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22658:52: error: expected ‘)’ before ‘;’ token
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22767:29: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22767:52: error: expected ‘>’ before ‘*’ token
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
extensions/gdal_wrap.cpp:22767:52: error: expected ‘(’ before ‘*’ token
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
| (
extensions/gdal_wrap.cpp:22767:54: error: expected primary-expression before ‘>’ token
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
extensions/gdal_wrap.cpp:22767:63: error: expected ‘)’ before ‘;’ token
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
| )
extensions/gdal_wrap.cpp:22779:118: error: ‘GDALMDArrayHS_Read’ cannot be used as a function
22779 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_Read(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_WriteStringArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22862:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22862 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22862:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22862 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22862:41: error: expected primary-expression before ‘)’ token
22862 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22869:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22869 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22869:27: error: ‘arg8’ was not declared in this scope; did you mean ‘arg7’?
22869 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg7
extensions/gdal_wrap.cpp:22869:59: error: expected primary-expression before ‘)’ token
22869 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22888:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22888:42: error: expected ‘>’ before ‘*’ token
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22888:42: error: expected ‘(’ before ‘*’ token
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22888:44: error: expected primary-expression before ‘>’ token
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22888:52: error: expected ‘)’ before ‘;’ token
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22971:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22971:51: error: expected ‘>’ before ‘*’ token
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
extensions/gdal_wrap.cpp:22971:51: error: expected ‘(’ before ‘*’ token
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
| (
extensions/gdal_wrap.cpp:22971:53: error: expected primary-expression before ‘>’ token
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
extensions/gdal_wrap.cpp:22971:61: error: expected ‘)’ before ‘;’ token
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
| )
extensions/gdal_wrap.cpp:22992:118: error: ‘GDALMDArrayHS_WriteStringArray’ cannot be used as a function
22992 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_WriteStringArray(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_Write(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23058:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23058 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23058:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23058 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23058:41: error: expected primary-expression before ‘)’ token
23058 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23067:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
23067 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:23067:27: error: ‘arg10’ was not declared in this scope
23067 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~
extensions/gdal_wrap.cpp:23067:60: error: expected primary-expression before ‘)’ token
23067 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23089:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23089:42: error: expected ‘>’ before ‘*’ token
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23089:42: error: expected ‘(’ before ‘*’ token
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23089:44: error: expected primary-expression before ‘>’ token
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23089:52: error: expected ‘)’ before ‘;’ token
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23198:29: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:23198:52: error: expected ‘>’ before ‘*’ token
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
extensions/gdal_wrap.cpp:23198:52: error: expected ‘(’ before ‘*’ token
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
| (
extensions/gdal_wrap.cpp:23198:54: error: expected primary-expression before ‘>’ token
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
extensions/gdal_wrap.cpp:23198:63: error: expected ‘)’ before ‘;’ token
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
| )
extensions/gdal_wrap.cpp:23249:125: error: ‘GDALMDArrayHS_Write’ cannot be used as a function
23249 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_Write(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetAttribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23331:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23331 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23331:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23331 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23331:41: error: expected primary-expression before ‘)’ token
23331 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23340:3: error: ‘GDALAttributeHS’ was not declared in this scope
23340 | GDALAttributeHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:23340:20: error: ‘result’ was not declared in this scope
23340 | GDALAttributeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:23347:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23347:42: error: expected ‘>’ before ‘*’ token
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23347:42: error: expected ‘(’ before ‘*’ token
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23347:44: error: expected primary-expression before ‘>’ token
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23347:52: error: expected ‘)’ before ‘;’ token
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23364:34: error: expected primary-expression before ‘)’ token
23364 | result = (GDALAttributeHS *)GDALMDArrayHS_GetAttribute(arg1,(char const *)arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetAttributes(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23388:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23388 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23388:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23388 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23388:41: error: expected primary-expression before ‘)’ token
23388 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23389:3: error: ‘GDALAttributeHS’ was not declared in this scope
23389 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:23389:22: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
23389 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23389:49: error: expected primary-expression before ‘)’ token
23389 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:23394:21: error: ‘attrs2’ was not declared in this scope
23394 | GDALAttributeHS **attrs2 = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:23409:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23409:42: error: expected ‘>’ before ‘*’ token
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23409:42: error: expected ‘(’ before ‘*’ token
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23409:44: error: expected primary-expression before ‘>’ token
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23409:52: error: expected ‘)’ before ‘;’ token
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23427:7: error: ‘GDALMDArrayHS_GetAttributes’ was not declared in this scope; did you mean ‘_wrap_MDArray_GetAttributes’?
23427 | GDALMDArrayHS_GetAttributes(arg1,arg2,arg3,arg4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_MDArray_GetAttributes
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_CreateAttribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23475:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23475 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23475:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23475 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23475:41: error: expected primary-expression before ‘)’ token
23475 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23479:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
23479 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:23479:27: error: ‘arg5’ was not declared in this scope; did you mean ‘arg4’?
23479 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg4
extensions/gdal_wrap.cpp:23479:59: error: expected primary-expression before ‘)’ token
23479 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23493:3: error: ‘GDALAttributeHS’ was not declared in this scope
23493 | GDALAttributeHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:23493:20: error: ‘result’ was not declared in this scope
23493 | GDALAttributeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:23500:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23500:42: error: expected ‘>’ before ‘*’ token
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23500:42: error: expected ‘(’ before ‘*’ token
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23500:44: error: expected primary-expression before ‘>’ token
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23500:52: error: expected ‘)’ before ‘;’ token
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23536:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:23536:51: error: expected ‘>’ before ‘*’ token
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:23536:51: error: expected ‘(’ before ‘*’ token
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| (
extensions/gdal_wrap.cpp:23536:53: error: expected primary-expression before ‘>’ token
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:23536:61: error: expected ‘)’ before ‘;’ token
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| )
extensions/gdal_wrap.cpp:23564:34: error: expected primary-expression before ‘)’ token
23564 | result = (GDALAttributeHS *)GDALMDArrayHS_CreateAttribute(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetNoDataValueAsRaw(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23608:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23608 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23608:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23608 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23608:41: error: expected primary-expression before ‘)’ token
23608 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23625:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23625:42: error: expected ‘>’ before ‘*’ token
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23625:42: error: expected ‘(’ before ‘*’ token
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23625:44: error: expected primary-expression before ‘>’ token
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23625:52: error: expected ‘)’ before ‘;’ token
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23632:86: error: ‘GDALMDArrayHS_GetNoDataValueAsRaw’ cannot be used as a function
23632 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_GetNoDataValueAsRaw(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetNoDataValueAsDouble(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23667:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23667 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23667:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23667 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23667:41: error: expected primary-expression before ‘)’ token
23667 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23686:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23686:42: error: expected ‘>’ before ‘*’ token
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23686:42: error: expected ‘(’ before ‘*’ token
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23686:44: error: expected primary-expression before ‘>’ token
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23686:52: error: expected ‘)’ before ‘;’ token
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23693:7: error: ‘GDALMDArrayHS_GetNoDataValueAsDouble’ was not declared in this scope; did you mean ‘GDALMDArrayHS_SetNoDataValueDouble’?
23693 | GDALMDArrayHS_GetNoDataValueAsDouble(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALMDArrayHS_SetNoDataValueDouble
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetNoDataValueDouble(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23728:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23728 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23728:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23728 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23728:41: error: expected primary-expression before ‘)’ token
23728 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23743:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23743:42: error: expected ‘>’ before ‘*’ token
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23743:42: error: expected ‘(’ before ‘*’ token
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23743:44: error: expected primary-expression before ‘>’ token
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23743:52: error: expected ‘)’ before ‘;’ token
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23755:87: error: ‘GDALMDArrayHS_SetNoDataValueDouble’ cannot be used as a function
23755 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetNoDataValueDouble(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetNoDataValueRaw(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23777:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23777 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23777:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23777 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23777:41: error: expected primary-expression before ‘)’ token
23777 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23792:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23792:42: error: expected ‘>’ before ‘*’ token
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23792:42: error: expected ‘(’ before ‘*’ token
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23792:44: error: expected primary-expression before ‘>’ token
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23792:52: error: expected ‘)’ before ‘;’ token
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23838:89: error: ‘GDALMDArrayHS_SetNoDataValueRaw’ cannot be used as a function
23838 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetNoDataValueRaw(arg1,arg2,arg3));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_DeleteNoDataValue(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23872:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23872 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23872:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23872 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23872:41: error: expected primary-expression before ‘)’ token
23872 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23883:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23883:42: error: expected ‘>’ before ‘*’ token
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23883:42: error: expected ‘(’ before ‘*’ token
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23883:44: error: expected primary-expression before ‘>’ token
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23883:52: error: expected ‘)’ before ‘;’ token
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23890:79: error: ‘GDALMDArrayHS_DeleteNoDataValue’ cannot be used as a function
23890 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_DeleteNoDataValue(arg1));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetOffset(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23912:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23912 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23912:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23912 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23912:41: error: expected primary-expression before ‘)’ token
23912 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23931:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23931:42: error: expected ‘>’ before ‘*’ token
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23931:42: error: expected ‘(’ before ‘*’ token
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23931:44: error: expected primary-expression before ‘>’ token
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23931:52: error: expected ‘)’ before ‘;’ token
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23938:7: error: ‘GDALMDArrayHS_GetOffset’ was not declared in this scope; did you mean ‘GDALMDArrayHS_SetOffset’?
23938 | GDALMDArrayHS_GetOffset(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALMDArrayHS_SetOffset
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetScale(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23973:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23973 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23973:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23973 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23973:41: error: expected primary-expression before ‘)’ token
23973 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23992:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23992:42: error: expected ‘>’ before ‘*’ token
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23992:42: error: expected ‘(’ before ‘*’ token
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23992:44: error: expected primary-expression before ‘>’ token
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23992:52: error: expected ‘)’ before ‘;’ token
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23999:7: error: ‘GDALMDArrayHS_GetScale’ was not declared in this scope; did you mean ‘GDALMDArrayHS_SetScale’?
23999 | GDALMDArrayHS_GetScale(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALMDArrayHS_SetScale
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetOffset(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24034:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24034 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24034:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24034 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24034:41: error: expected primary-expression before ‘)’ token
24034 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24049:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24049:42: error: expected ‘>’ before ‘*’ token
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24049:42: error: expected ‘(’ before ‘*’ token
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24049:44: error: expected primary-expression before ‘>’ token
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24049:52: error: expected ‘)’ before ‘;’ token
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24061:76: error: ‘GDALMDArrayHS_SetOffset’ cannot be used as a function
24061 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetOffset(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetScale(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24083:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24083 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24083:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24083 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24083:41: error: expected primary-expression before ‘)’ token
24083 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24098:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24098:42: error: expected ‘>’ before ‘*’ token
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24098:42: error: expected ‘(’ before ‘*’ token
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24098:44: error: expected primary-expression before ‘>’ token
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24098:52: error: expected ‘)’ before ‘;’ token
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24110:75: error: ‘GDALMDArrayHS_SetScale’ cannot be used as a function
24110 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetScale(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetUnit(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24132:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24132 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24132:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24132 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24132:41: error: expected primary-expression before ‘)’ token
24132 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24148:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24148:42: error: expected ‘>’ before ‘*’ token
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24148:42: error: expected ‘(’ before ‘*’ token
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24148:44: error: expected primary-expression before ‘>’ token
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24148:52: error: expected ‘)’ before ‘;’ token
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24160:88: error: ‘GDALMDArrayHS_SetUnit’ cannot be used as a function
24160 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetUnit(arg1,(char const *)arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetUnit(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24184:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24184 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24184:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24184 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24184:41: error: expected primary-expression before ‘)’ token
24184 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24195:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24195:42: error: expected ‘>’ before ‘*’ token
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24195:42: error: expected ‘(’ before ‘*’ token
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24195:44: error: expected primary-expression before ‘>’ token
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24195:52: error: expected ‘)’ before ‘;’ token
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24202:50: error: ‘GDALMDArrayHS_GetUnit’ cannot be used as a function
24202 | result = (char *)GDALMDArrayHS_GetUnit(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetSpatialRef(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24224:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24224 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24224:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24224 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24224:41: error: expected primary-expression before ‘)’ token
24224 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24239:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24239:42: error: expected ‘>’ before ‘*’ token
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24239:42: error: expected ‘(’ before ‘*’ token
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24239:44: error: expected primary-expression before ‘>’ token
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24239:52: error: expected ‘)’ before ‘;’ token
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24251:61: error: ‘GDALMDArrayHS_SetSpatialRef’ cannot be used as a function
24251 | result = (OGRErr)GDALMDArrayHS_SetSpatialRef(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetSpatialRef(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24289:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24289 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24289:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24289 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24289:41: error: expected primary-expression before ‘)’ token
24289 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24300:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24300:42: error: expected ‘>’ before ‘*’ token
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24300:42: error: expected ‘(’ before ‘*’ token
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24300:44: error: expected primary-expression before ‘>’ token
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24300:52: error: expected ‘)’ before ‘;’ token
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24307:77: error: ‘GDALMDArrayHS_GetSpatialRef’ cannot be used as a function
24307 | result = (OSRSpatialReferenceShadow *)GDALMDArrayHS_GetSpatialRef(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetView(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24329:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24329 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24329:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24329 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24329:41: error: expected primary-expression before ‘)’ token
24329 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24338:18: error: ‘result’ was not declared in this scope
24338 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24345:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24345:42: error: expected ‘>’ before ‘*’ token
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24345:42: error: expected ‘(’ before ‘*’ token
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24345:44: error: expected primary-expression before ‘>’ token
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24345:52: error: expected ‘)’ before ‘;’ token
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24362:32: error: expected primary-expression before ‘)’ token
24362 | result = (GDALMDArrayHS *)GDALMDArrayHS_GetView(arg1,(char const *)arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_Transpose(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24386:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24386 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24386:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24386 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24386:41: error: expected primary-expression before ‘)’ token
24386 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24393:18: error: ‘result’ was not declared in this scope
24393 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24400:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24400:42: error: expected ‘>’ before ‘*’ token
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24400:42: error: expected ‘(’ before ‘*’ token
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24400:44: error: expected primary-expression before ‘>’ token
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24400:52: error: expected ‘)’ before ‘;’ token
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24414:32: error: expected primary-expression before ‘)’ token
24414 | result = (GDALMDArrayHS *)GDALMDArrayHS_Transpose(arg1,arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetUnscaled(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24444:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24444 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24444:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24444 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24444:41: error: expected primary-expression before ‘)’ token
24444 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24448:18: error: ‘result’ was not declared in this scope
24448 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24455:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24455:42: error: expected ‘>’ before ‘*’ token
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24455:42: error: expected ‘(’ before ‘*’ token
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24455:44: error: expected primary-expression before ‘>’ token
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24455:52: error: expected ‘)’ before ‘;’ token
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24462:32: error: expected primary-expression before ‘)’ token
24462 | result = (GDALMDArrayHS *)GDALMDArrayHS_GetUnscaled(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetMask(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24484:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24484 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24484:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24484 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24484:41: error: expected primary-expression before ‘)’ token
24484 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24490:18: error: ‘result’ was not declared in this scope
24490 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24497:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24497:42: error: expected ‘>’ before ‘*’ token
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24497:42: error: expected ‘(’ before ‘*’ token
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24497:44: error: expected primary-expression before ‘>’ token
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24497:52: error: expected ‘)’ before ‘;’ token
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24515:32: error: expected primary-expression before ‘)’ token
24515 | result = (GDALMDArrayHS *)GDALMDArrayHS_GetMask(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_AsClassicDataset(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24545:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24545 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24545:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24545 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24545:41: error: expected primary-expression before ‘)’ token
24545 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24564:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24564:42: error: expected ‘>’ before ‘*’ token
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24564:42: error: expected ‘(’ before ‘*’ token
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24564:44: error: expected primary-expression before ‘>’ token
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24564:52: error: expected ‘)’ before ‘;’ token
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24581:82: error: ‘GDALMDArrayHS_AsClassicDataset’ cannot be used as a function
24581 | result = (GDALDatasetShadow *)GDALMDArrayHS_AsClassicDataset(arg1,arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_Attribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24610:3: error: ‘GDALAttributeHS’ was not declared in this scope
24610 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24610:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24610 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24610:45: error: expected primary-expression before ‘)’ token
24610 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24620:28: error: ‘GDALAttributeHS’ does not name a type
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24620:44: error: expected ‘>’ before ‘*’ token
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24620:44: error: expected ‘(’ before ‘*’ token
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24620:46: error: expected primary-expression before ‘>’ token
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24620:54: error: expected ‘)’ before ‘;’ token
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24627:7: error: ‘delete_GDALAttributeHS’ was not declared in this scope
24627 | delete_GDALAttributeHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24649:3: error: ‘GDALAttributeHS’ was not declared in this scope
24649 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24649:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24649 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24649:45: error: expected primary-expression before ‘)’ token
24649 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24660:28: error: ‘GDALAttributeHS’ does not name a type
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24660:44: error: expected ‘>’ before ‘*’ token
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24660:44: error: expected ‘(’ before ‘*’ token
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24660:46: error: expected primary-expression before ‘>’ token
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24660:54: error: expected ‘)’ before ‘;’ token
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24667:52: error: ‘GDALAttributeHS_GetName’ cannot be used as a function
24667 | result = (char *)GDALAttributeHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetFullName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24689:3: error: ‘GDALAttributeHS’ was not declared in this scope
24689 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24689:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24689 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24689:45: error: expected primary-expression before ‘)’ token
24689 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24700:28: error: ‘GDALAttributeHS’ does not name a type
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24700:44: error: expected ‘>’ before ‘*’ token
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24700:44: error: expected ‘(’ before ‘*’ token
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24700:46: error: expected primary-expression before ‘>’ token
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24700:54: error: expected ‘)’ before ‘;’ token
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24707:56: error: ‘GDALAttributeHS_GetFullName’ cannot be used as a function
24707 | result = (char *)GDALAttributeHS_GetFullName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetTotalElementsCount(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24729:3: error: ‘GDALAttributeHS’ was not declared in this scope
24729 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24729:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24729 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24729:45: error: expected primary-expression before ‘)’ token
24729 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24740:28: error: ‘GDALAttributeHS’ does not name a type
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24740:44: error: expected ‘>’ before ‘*’ token
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24740:44: error: expected ‘(’ before ‘*’ token
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24740:46: error: expected primary-expression before ‘>’ token
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24740:54: error: expected ‘)’ before ‘;’ token
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24747:78: error: ‘GDALAttributeHS_GetTotalElementsCount’ cannot be used as a function
24747 | result = (unsigned long long)GDALAttributeHS_GetTotalElementsCount(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetDimensionCount(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24769:3: error: ‘GDALAttributeHS’ was not declared in this scope
24769 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24769:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24769 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24769:45: error: expected primary-expression before ‘)’ token
24769 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24780:28: error: ‘GDALAttributeHS’ does not name a type
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24780:44: error: expected ‘>’ before ‘*’ token
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24780:44: error: expected ‘(’ before ‘*’ token
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24780:46: error: expected primary-expression before ‘>’ token
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24780:54: error: expected ‘)’ before ‘;’ token
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24787:54: error: ‘GDALAttributeHS_GetDimensionCount’ cannot be used as a function
24787 | result = GDALAttributeHS_GetDimensionCount(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetDimensionsSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24809:3: error: ‘GDALAttributeHS’ was not declared in this scope
24809 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24809:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24809 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24809:45: error: expected primary-expression before ‘)’ token
24809 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24828:28: error: ‘GDALAttributeHS’ does not name a type
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24828:44: error: expected ‘>’ before ‘*’ token
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24828:44: error: expected ‘(’ before ‘*’ token
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24828:46: error: expected primary-expression before ‘>’ token
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24828:54: error: expected ‘)’ before ‘;’ token
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24835:7: error: ‘GDALAttributeHS_GetDimensionsSize’ was not declared in this scope; did you mean ‘GDALAttributeHS_GetDimensionCount’?
24835 | GDALAttributeHS_GetDimensionsSize(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALAttributeHS_GetDimensionCount
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetDataType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24881:3: error: ‘GDALAttributeHS’ was not declared in this scope
24881 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24881:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24881 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24881:45: error: expected primary-expression before ‘)’ token
24881 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24885:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
24885 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:24885:27: error: ‘result’ was not declared in this scope
24885 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24892:28: error: ‘GDALAttributeHS’ does not name a type
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24892:44: error: expected ‘>’ before ‘*’ token
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24892:44: error: expected ‘(’ before ‘*’ token
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24892:46: error: expected primary-expression before ‘>’ token
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24892:54: error: expected ‘)’ before ‘;’ token
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24899:41: error: expected primary-expression before ‘)’ token
24899 | result = (GDALExtendedDataTypeHS *)GDALAttributeHS_GetDataType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsRaw(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24921:3: error: ‘GDALAttributeHS’ was not declared in this scope
24921 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24921:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24921 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24921:45: error: expected primary-expression before ‘)’ token
24921 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24938:28: error: ‘GDALAttributeHS’ does not name a type
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24938:44: error: expected ‘>’ before ‘*’ token
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24938:44: error: expected ‘(’ before ‘*’ token
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24938:46: error: expected primary-expression before ‘>’ token
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24938:54: error: expected ‘)’ before ‘;’ token
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24945:78: error: ‘GDALAttributeHS_ReadAsRaw’ cannot be used as a function
24945 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_ReadAsRaw(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsString(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24980:3: error: ‘GDALAttributeHS’ was not declared in this scope
24980 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24980:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24980 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24980:45: error: expected primary-expression before ‘)’ token
24980 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24991:28: error: ‘GDALAttributeHS’ does not name a type
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24991:44: error: expected ‘>’ before ‘*’ token
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24991:44: error: expected ‘(’ before ‘*’ token
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24991:46: error: expected primary-expression before ‘>’ token
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24991:54: error: expected ‘)’ before ‘;’ token
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24998:57: error: ‘GDALAttributeHS_ReadAsString’ cannot be used as a function
24998 | result = (char *)GDALAttributeHS_ReadAsString(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsInt(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25020:3: error: ‘GDALAttributeHS’ was not declared in this scope
25020 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25020:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25020 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25020:45: error: expected primary-expression before ‘)’ token
25020 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25031:28: error: ‘GDALAttributeHS’ does not name a type
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25031:44: error: expected ‘>’ before ‘*’ token
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25031:44: error: expected ‘(’ before ‘*’ token
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25031:46: error: expected primary-expression before ‘>’ token
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25031:54: error: expected ‘)’ before ‘;’ token
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25038:51: error: ‘GDALAttributeHS_ReadAsInt’ cannot be used as a function
25038 | result = (int)GDALAttributeHS_ReadAsInt(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsDouble(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25060:3: error: ‘GDALAttributeHS’ was not declared in this scope
25060 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25060:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25060 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25060:45: error: expected primary-expression before ‘)’ token
25060 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25071:28: error: ‘GDALAttributeHS’ does not name a type
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25071:44: error: expected ‘>’ before ‘*’ token
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25071:44: error: expected ‘(’ before ‘*’ token
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25071:46: error: expected primary-expression before ‘>’ token
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25071:54: error: expected ‘)’ before ‘;’ token
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25078:57: error: ‘GDALAttributeHS_ReadAsDouble’ cannot be used as a function
25078 | result = (double)GDALAttributeHS_ReadAsDouble(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsStringArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25100:3: error: ‘GDALAttributeHS’ was not declared in this scope
25100 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25100:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25100 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25100:45: error: expected primary-expression before ‘)’ token
25100 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25111:28: error: ‘GDALAttributeHS’ does not name a type
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25111:44: error: expected ‘>’ before ‘*’ token
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25111:44: error: expected ‘(’ before ‘*’ token
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25111:46: error: expected primary-expression before ‘>’ token
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25111:54: error: expected ‘)’ before ‘;’ token
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25118:63: error: ‘GDALAttributeHS_ReadAsStringArray’ cannot be used as a function
25118 | result = (char **)GDALAttributeHS_ReadAsStringArray(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsIntArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25156:3: error: ‘GDALAttributeHS’ was not declared in this scope
25156 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25156:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25156 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25156:45: error: expected primary-expression before ‘)’ token
25156 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25175:28: error: ‘GDALAttributeHS’ does not name a type
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25175:44: error: expected ‘>’ before ‘*’ token
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25175:44: error: expected ‘(’ before ‘*’ token
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25175:46: error: expected primary-expression before ‘>’ token
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25175:54: error: expected ‘)’ before ‘;’ token
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25182:7: error: ‘GDALAttributeHS_ReadAsIntArray’ was not declared in this scope; did you mean ‘GDALAttributeHS_ReadAsStringArray’?
25182 | GDALAttributeHS_ReadAsIntArray(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALAttributeHS_ReadAsStringArray
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsDoubleArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25222:3: error: ‘GDALAttributeHS’ was not declared in this scope
25222 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25222:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25222 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25222:45: error: expected primary-expression before ‘)’ token
25222 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25241:28: error: ‘GDALAttributeHS’ does not name a type
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25241:44: error: expected ‘>’ before ‘*’ token
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25241:44: error: expected ‘(’ before ‘*’ token
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25241:46: error: expected primary-expression before ‘>’ token
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25241:54: error: expected ‘)’ before ‘;’ token
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25248:7: error: ‘GDALAttributeHS_ReadAsDoubleArray’ was not declared in this scope; did you mean ‘GDALAttributeHS_ReadAsDouble’?
25248 | GDALAttributeHS_ReadAsDoubleArray(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALAttributeHS_ReadAsDouble
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteRaw(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25284:3: error: ‘GDALAttributeHS’ was not declared in this scope
25284 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25284:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25284 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25284:45: error: expected primary-expression before ‘)’ token
25284 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25299:28: error: ‘GDALAttributeHS’ does not name a type
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25299:44: error: expected ‘>’ before ‘*’ token
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25299:44: error: expected ‘(’ before ‘*’ token
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25299:46: error: expected primary-expression before ‘>’ token
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25299:54: error: expected ‘)’ before ‘;’ token
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25345:82: error: ‘GDALAttributeHS_WriteRaw’ cannot be used as a function
25345 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteRaw(arg1,arg2,arg3));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteString(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25379:3: error: ‘GDALAttributeHS’ was not declared in this scope
25379 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25379:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25379 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25379:45: error: expected primary-expression before ‘)’ token
25379 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25395:28: error: ‘GDALAttributeHS’ does not name a type
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25395:44: error: expected ‘>’ before ‘*’ token
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25395:44: error: expected ‘(’ before ‘*’ token
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25395:46: error: expected primary-expression before ‘>’ token
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25395:54: error: expected ‘)’ before ‘;’ token
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25407:94: error: ‘GDALAttributeHS_WriteString’ cannot be used as a function
25407 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteString(arg1,(char const *)arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteStringArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25431:3: error: ‘GDALAttributeHS’ was not declared in this scope
25431 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25431:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25431 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25431:45: error: expected primary-expression before ‘)’ token
25431 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25444:28: error: ‘GDALAttributeHS’ does not name a type
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25444:44: error: expected ‘>’ before ‘*’ token
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25444:44: error: expected ‘(’ before ‘*’ token
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25444:46: error: expected primary-expression before ‘>’ token
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25444:54: error: expected ‘)’ before ‘;’ token
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25460:85: error: ‘GDALAttributeHS_WriteStringArray’ cannot be used as a function
25460 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteStringArray(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteInt(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25490:3: error: ‘GDALAttributeHS’ was not declared in this scope
25490 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25490:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25490 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25490:45: error: expected primary-expression before ‘)’ token
25490 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25505:28: error: ‘GDALAttributeHS’ does not name a type
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25505:44: error: expected ‘>’ before ‘*’ token
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25505:44: error: expected ‘(’ before ‘*’ token
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25505:46: error: expected primary-expression before ‘>’ token
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25505:54: error: expected ‘)’ before ‘;’ token
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25517:77: error: ‘GDALAttributeHS_WriteInt’ cannot be used as a function
25517 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteInt(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteDouble(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25539:3: error: ‘GDALAttributeHS’ was not declared in this scope
25539 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25539:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25539 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25539:45: error: expected primary-expression before ‘)’ token
25539 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25554:28: error: ‘GDALAttributeHS’ does not name a type
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25554:44: error: expected ‘>’ before ‘*’ token
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25554:44: error: expected ‘(’ before ‘*’ token
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25554:46: error: expected primary-expression before ‘>’ token
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25554:54: error: expected ‘)’ before ‘;’ token
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25566:80: error: ‘GDALAttributeHS_WriteDouble’ cannot be used as a function
25566 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteDouble(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteDoubleArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25588:3: error: ‘GDALAttributeHS’ was not declared in this scope
25588 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25588:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25588 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25588:45: error: expected primary-expression before ‘)’ token
25588 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25602:28: error: ‘GDALAttributeHS’ does not name a type
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25602:44: error: expected ‘>’ before ‘*’ token
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25602:44: error: expected ‘(’ before ‘*’ token
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25602:46: error: expected primary-expression before ‘>’ token
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25602:54: error: expected ‘)’ before ‘;’ token
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25633:90: error: ‘GDALAttributeHS_WriteDoubleArray’ cannot be used as a function
25633 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteDoubleArray(arg1,arg2,arg3));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_Dimension(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25674:3: error: ‘GDALDimensionHS’ was not declared in this scope
25674 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25674:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25674 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25674:45: error: expected primary-expression before ‘)’ token
25674 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25684:28: error: ‘GDALDimensionHS’ does not name a type
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25684:44: error: expected ‘>’ before ‘*’ token
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25684:44: error: expected ‘(’ before ‘*’ token
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25684:46: error: expected primary-expression before ‘>’ token
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25684:54: error: expected ‘)’ before ‘;’ token
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25691:7: error: ‘delete_GDALDimensionHS’ was not declared in this scope
25691 | delete_GDALDimensionHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25713:3: error: ‘GDALDimensionHS’ was not declared in this scope
25713 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25713:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25713 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25713:45: error: expected primary-expression before ‘)’ token
25713 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25724:28: error: ‘GDALDimensionHS’ does not name a type
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25724:44: error: expected ‘>’ before ‘*’ token
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25724:44: error: expected ‘(’ before ‘*’ token
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25724:46: error: expected primary-expression before ‘>’ token
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25724:54: error: expected ‘)’ before ‘;’ token
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25731:52: error: ‘GDALDimensionHS_GetName’ cannot be used as a function
25731 | result = (char *)GDALDimensionHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetFullName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25753:3: error: ‘GDALDimensionHS’ was not declared in this scope
25753 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25753:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25753 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25753:45: error: expected primary-expression before ‘)’ token
25753 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25764:28: error: ‘GDALDimensionHS’ does not name a type
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25764:44: error: expected ‘>’ before ‘*’ token
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25764:44: error: expected ‘(’ before ‘*’ token
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25764:46: error: expected primary-expression before ‘>’ token
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25764:54: error: expected ‘)’ before ‘;’ token
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25771:56: error: ‘GDALDimensionHS_GetFullName’ cannot be used as a function
25771 | result = (char *)GDALDimensionHS_GetFullName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25793:3: error: ‘GDALDimensionHS’ was not declared in this scope
25793 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25793:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25793 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25793:45: error: expected primary-expression before ‘)’ token
25793 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25804:28: error: ‘GDALDimensionHS’ does not name a type
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25804:44: error: expected ‘>’ before ‘*’ token
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25804:44: error: expected ‘(’ before ‘*’ token
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25804:46: error: expected primary-expression before ‘>’ token
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25804:54: error: expected ‘)’ before ‘;’ token
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25811:52: error: ‘GDALDimensionHS_GetType’ cannot be used as a function
25811 | result = (char *)GDALDimensionHS_GetType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetDirection(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25833:3: error: ‘GDALDimensionHS’ was not declared in this scope
25833 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25833:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25833 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25833:45: error: expected primary-expression before ‘)’ token
25833 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25844:28: error: ‘GDALDimensionHS’ does not name a type
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25844:44: error: expected ‘>’ before ‘*’ token
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25844:44: error: expected ‘(’ before ‘*’ token
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25844:46: error: expected primary-expression before ‘>’ token
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25844:54: error: expected ‘)’ before ‘;’ token
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25851:57: error: ‘GDALDimensionHS_GetDirection’ cannot be used as a function
25851 | result = (char *)GDALDimensionHS_GetDirection(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25873:3: error: ‘GDALDimensionHS’ was not declared in this scope
25873 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25873:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25873 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25873:45: error: expected primary-expression before ‘)’ token
25873 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25884:28: error: ‘GDALDimensionHS’ does not name a type
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25884:44: error: expected ‘>’ before ‘*’ token
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25884:44: error: expected ‘(’ before ‘*’ token
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25884:46: error: expected primary-expression before ‘>’ token
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25884:54: error: expected ‘)’ before ‘;’ token
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25891:64: error: ‘GDALDimensionHS_GetSize’ cannot be used as a function
25891 | result = (unsigned long long)GDALDimensionHS_GetSize(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetIndexingVariable(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25913:3: error: ‘GDALDimensionHS’ was not declared in this scope
25913 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25913:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25913 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25913:45: error: expected primary-expression before ‘)’ token
25913 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25917:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
25917 | GDALMDArrayHS *result = 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:25917:18: error: ‘result’ was not declared in this scope
25917 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:25924:28: error: ‘GDALDimensionHS’ does not name a type
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25924:44: error: expected ‘>’ before ‘*’ token
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25924:44: error: expected ‘(’ before ‘*’ token
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25924:46: error: expected primary-expression before ‘>’ token
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25924:54: error: expected ‘)’ before ‘;’ token
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25931:32: error: expected primary-expression before ‘)’ token
25931 | result = (GDALMDArrayHS *)GDALDimensionHS_GetIndexingVariable(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_SetIndexingVariable(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25953:3: error: ‘GDALDimensionHS’ was not declared in this scope
25953 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25953:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25953 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25953:45: error: expected primary-expression before ‘)’ token
25953 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25954:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
25954 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:25954:18: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
25954 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25954:41: error: expected primary-expression before ‘)’ token
25954 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25968:28: error: ‘GDALDimensionHS’ does not name a type
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25968:44: error: expected ‘>’ before ‘*’ token
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25968:44: error: expected ‘(’ before ‘*’ token
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25968:46: error: expected primary-expression before ‘>’ token
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25968:54: error: expected ‘)’ before ‘;’ token
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25973:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:25973:42: error: expected ‘>’ before ‘*’ token
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:25973:42: error: expected ‘(’ before ‘*’ token
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
| (
extensions/gdal_wrap.cpp:25973:44: error: expected primary-expression before ‘>’ token
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:25973:52: error: expected ‘)’ before ‘;’ token
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:25980:67: error: ‘GDALDimensionHS_SetIndexingVariable’ cannot be used as a function
25980 | result = (bool)GDALDimensionHS_SetIndexingVariable(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_ExtendedDataType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26009:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26009 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26009:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26009 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26009:59: error: expected primary-expression before ‘)’ token
26009 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26019:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26019:51: error: expected ‘>’ before ‘*’ token
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26019:51: error: expected ‘(’ before ‘*’ token
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26019:53: error: expected primary-expression before ‘>’ token
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26019:61: error: expected ‘)’ before ‘;’ token
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26026:7: error: ‘delete_GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘SWIGTYPE_p_GDALExtendedDataTypeHS’?
26026 | delete_GDALExtendedDataTypeHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| SWIGTYPE_p_GDALExtendedDataTypeHS
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_Create(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26052:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26052 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26052:27: error: ‘result’ was not declared in this scope; did you mean ‘resultobj’?
26052 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
| resultobj
extensions/gdal_wrap.cpp:26066:41: error: expected primary-expression before ‘)’ token
26066 | result = (GDALExtendedDataTypeHS *)GDALExtendedDataTypeHS_Create(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_CreateString(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26092:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26092 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26092:27: error: ‘result’ was not declared in this scope; did you mean ‘resultobj’?
26092 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
| resultobj
extensions/gdal_wrap.cpp:26108:41: error: expected primary-expression before ‘)’ token
26108 | result = (GDALExtendedDataTypeHS *)GDALExtendedDataTypeHS_CreateString(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_CreateCompound(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26133:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26133 | GDALEDTComponentHS **arg4 = (GDALEDTComponentHS **) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26133:24: error: ‘arg4’ was not declared in this scope; did you mean ‘arg3’?
26133 | GDALEDTComponentHS **arg4 = (GDALEDTComponentHS **) 0 ;
| ^~~~
| arg3
extensions/gdal_wrap.cpp:26133:53: error: expected primary-expression before ‘)’ token
26133 | GDALEDTComponentHS **arg4 = (GDALEDTComponentHS **) 0 ;
| ^
extensions/gdal_wrap.cpp:26142:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26142 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26142:27: error: ‘result’ was not declared in this scope
26142 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:26167:33: error: expected primary-expression before ‘)’ token
26167 | arg4 = (GDALEDTComponentHS**) CPLMalloc(arg3*sizeof(GDALEDTComponentHS*));
| ^
extensions/gdal_wrap.cpp:26171:27: error: ‘rawobjectpointer’ was not declared in this scope
26171 | GDALEDTComponentHS* rawobjectpointer = NULL;
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:26194:41: error: expected primary-expression before ‘)’ token
26194 | result = (GDALExtendedDataTypeHS *)GDALExtendedDataTypeHS_CreateCompound((char const *)arg1,arg2,arg3,arg4);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26226:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26226 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26226:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26226 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26226:59: error: expected primary-expression before ‘)’ token
26226 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26237:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26237:51: error: expected ‘>’ before ‘*’ token
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26237:51: error: expected ‘(’ before ‘*’ token
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26237:53: error: expected primary-expression before ‘>’ token
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26237:61: error: expected ‘)’ before ‘;’ token
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26244:59: error: ‘GDALExtendedDataTypeHS_GetName’ cannot be used as a function
26244 | result = (char *)GDALExtendedDataTypeHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetClass(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26266:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26266 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26266:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26266 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26266:59: error: expected primary-expression before ‘)’ token
26266 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26270:3: error: ‘GDALExtendedDataTypeClass’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26270 | GDALExtendedDataTypeClass result;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26277:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26277:51: error: expected ‘>’ before ‘*’ token
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26277:51: error: expected ‘(’ before ‘*’ token
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26277:53: error: expected primary-expression before ‘>’ token
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26277:61: error: expected ‘)’ before ‘;’ token
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26284:7: error: ‘result’ was not declared in this scope
26284 | result = (GDALExtendedDataTypeClass)GDALExtendedDataTypeHS_GetClass(arg1);
| ^~~~~~
extensions/gdal_wrap.cpp:26296:48: error: ‘result’ was not declared in this scope
26296 | resultobj = SWIG_From_int(static_cast< int >(result));
| ^~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetNumericDataType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26306:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26306 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26306:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26306 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26306:59: error: expected primary-expression before ‘)’ token
26306 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26317:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26317:51: error: expected ‘>’ before ‘*’ token
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26317:51: error: expected ‘(’ before ‘*’ token
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26317:53: error: expected primary-expression before ‘>’ token
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26317:61: error: expected ‘)’ before ‘;’ token
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26324:76: error: ‘GDALExtendedDataTypeHS_GetNumericDataType’ cannot be used as a function
26324 | result = (GDALDataType)GDALExtendedDataTypeHS_GetNumericDataType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26346:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26346 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26346:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26346 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26346:59: error: expected primary-expression before ‘)’ token
26346 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26357:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26357:51: error: expected ‘>’ before ‘*’ token
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26357:51: error: expected ‘(’ before ‘*’ token
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26357:53: error: expected primary-expression before ‘>’ token
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26357:61: error: expected ‘)’ before ‘;’ token
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26364:51: error: ‘GDALExtendedDataTypeHS_GetSize’ cannot be used as a function
26364 | result = GDALExtendedDataTypeHS_GetSize(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetMaxStringLength(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26386:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26386 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26386:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26386 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26386:59: error: expected primary-expression before ‘)’ token
26386 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26397:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26397:51: error: expected ‘>’ before ‘*’ token
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26397:51: error: expected ‘(’ before ‘*’ token
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26397:53: error: expected primary-expression before ‘>’ token
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26397:61: error: expected ‘)’ before ‘;’ token
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26404:62: error: ‘GDALExtendedDataTypeHS_GetMaxStringLength’ cannot be used as a function
26404 | result = GDALExtendedDataTypeHS_GetMaxStringLength(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetComponents(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26426:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26426 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26426:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26426 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26426:59: error: expected primary-expression before ‘)’ token
26426 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26427:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26427 | GDALEDTComponentHS ***arg2 = (GDALEDTComponentHS ***) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26427:25: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
26427 | GDALEDTComponentHS ***arg2 = (GDALEDTComponentHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26427:55: error: expected primary-expression before ‘)’ token
26427 | GDALEDTComponentHS ***arg2 = (GDALEDTComponentHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:26431:24: error: ‘comps2’ was not declared in this scope
26431 | GDALEDTComponentHS **comps2 = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:26445:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26445:51: error: expected ‘>’ before ‘*’ token
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26445:51: error: expected ‘(’ before ‘*’ token
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26445:53: error: expected primary-expression before ‘>’ token
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26445:61: error: expected ‘)’ before ‘;’ token
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26452:7: error: ‘GDALExtendedDataTypeHS_GetComponents’ was not declared in this scope; did you mean ‘_wrap_ExtendedDataType_GetComponents’?
26452 | GDALExtendedDataTypeHS_GetComponents(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_ExtendedDataType_GetComponents
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_CanConvertTo(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26492:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26492 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26492:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26492 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26492:59: error: expected primary-expression before ‘)’ token
26492 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26493:27: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
26493 | GDALExtendedDataTypeHS *arg2 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26493:59: error: expected primary-expression before ‘)’ token
26493 | GDALExtendedDataTypeHS *arg2 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26507:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26507:51: error: expected ‘>’ before ‘*’ token
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26507:51: error: expected ‘(’ before ‘*’ token
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26507:53: error: expected primary-expression before ‘>’ token
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26507:61: error: expected ‘)’ before ‘;’ token
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26512:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26512:51: error: expected ‘>’ before ‘*’ token
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:26512:51: error: expected ‘(’ before ‘*’ token
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
| (
extensions/gdal_wrap.cpp:26512:53: error: expected primary-expression before ‘>’ token
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:26512:61: error: expected ‘)’ before ‘;’ token
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:26524:67: error: ‘GDALExtendedDataTypeHS_CanConvertTo’ cannot be used as a function
26524 | result = (bool)GDALExtendedDataTypeHS_CanConvertTo(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_Equals(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26546:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26546 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26546:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26546 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26546:59: error: expected primary-expression before ‘)’ token
26546 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26547:27: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
26547 | GDALExtendedDataTypeHS *arg2 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26547:59: error: expected primary-expression before ‘)’ token
26547 | GDALExtendedDataTypeHS *arg2 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26561:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26561:51: error: expected ‘>’ before ‘*’ token
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26561:51: error: expected ‘(’ before ‘*’ token
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26561:53: error: expected primary-expression before ‘>’ token
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26561:61: error: expected ‘)’ before ‘;’ token
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26566:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26566:51: error: expected ‘>’ before ‘*’ token
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:26566:51: error: expected ‘(’ before ‘*’ token
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
| (
extensions/gdal_wrap.cpp:26566:53: error: expected primary-expression before ‘>’ token
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:26566:61: error: expected ‘)’ before ‘;’ token
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:26578:61: error: ‘GDALExtendedDataTypeHS_Equals’ cannot be used as a function
26578 | result = (bool)GDALExtendedDataTypeHS_Equals(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_EDTComponent(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26607:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26607 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26607:23: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26607 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26607:51: error: expected primary-expression before ‘)’ token
26607 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26617:28: error: ‘GDALEDTComponentHS’ does not name a type; did you mean ‘GDALEDTComponentHS_GetName’?
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26617:47: error: expected ‘>’ before ‘*’ token
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26617:47: error: expected ‘(’ before ‘*’ token
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26617:49: error: expected primary-expression before ‘>’ token
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26617:57: error: expected ‘)’ before ‘;’ token
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26624:7: error: ‘delete_GDALEDTComponentHS’ was not declared in this scope; did you mean ‘SWIGTYPE_p_GDALEDTComponentHS’?
26624 | delete_GDALEDTComponentHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| SWIGTYPE_p_GDALEDTComponentHS
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EDTComponent_Create(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26648:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26648 | GDALExtendedDataTypeHS *arg3 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26648:27: error: ‘arg3’ was not declared in this scope; did you mean ‘arg2’?
26648 | GDALExtendedDataTypeHS *arg3 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg2
extensions/gdal_wrap.cpp:26648:59: error: expected primary-expression before ‘)’ token
26648 | GDALExtendedDataTypeHS *arg3 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26659:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26659 | GDALEDTComponentHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26659:23: error: ‘result’ was not declared in this scope
26659 | GDALEDTComponentHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:26676:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26676:51: error: expected ‘>’ before ‘*’ token
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^
extensions/gdal_wrap.cpp:26676:51: error: expected ‘(’ before ‘*’ token
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^
| (
extensions/gdal_wrap.cpp:26676:53: error: expected primary-expression before ‘>’ token
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^
extensions/gdal_wrap.cpp:26676:61: error: expected ‘)’ before ‘;’ token
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^
| )
extensions/gdal_wrap.cpp:26693:37: error: expected primary-expression before ‘)’ token
26693 | result = (GDALEDTComponentHS *)GDALEDTComponentHS_Create((char const *)arg1,arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EDTComponent_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26717:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26717 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26717:23: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26717 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26717:51: error: expected primary-expression before ‘)’ token
26717 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26728:28: error: ‘GDALEDTComponentHS’ does not name a type; did you mean ‘GDALEDTComponentHS_GetName’?
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26728:47: error: expected ‘>’ before ‘*’ token
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26728:47: error: expected ‘(’ before ‘*’ token
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26728:49: error: expected primary-expression before ‘>’ token
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26728:57: error: expected ‘)’ before ‘;’ token
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26735:55: error: ‘GDALEDTComponentHS_GetName’ cannot be used as a function
26735 | result = (char *)GDALEDTComponentHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EDTComponent_GetOffset(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26757:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26757 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26757:23: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26757 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26757:51: error: expected primary-expression before ‘)’ token
26757 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26768:28: error: ‘GDALEDTComponentHS’ does not name a type; did you mean ‘GDALEDTComponentHS_GetName’?
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26768:47: error: expected ‘>’ before ‘*’ token
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26768:47: error: expected ‘(’ before ‘*’ token
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26768:49: error: expected primary-expression before ‘>’ token
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26768:57: error: expected ‘)’ before ‘;’ token
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26775:49: error: ‘GDALEDTComponentHS_GetOffset’ cannot be used as a function
26775 | result = GDALEDTComponentHS_GetOffset(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EDTComponent_GetType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26797:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26797 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26797:23: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26797 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26797:51: error: expected primary-expression before ‘)’ token
26797 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26801:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26801 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26801:27: error: ‘result’ was not declared in this scope
26801 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:26808:28: error: ‘GDALEDTComponentHS’ does not name a type; did you mean ‘GDALEDTComponentHS_GetName’?
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26808:47: error: expected ‘>’ before ‘*’ token
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26808:47: error: expected ‘(’ before ‘*’ token
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26808:49: error: expected primary-expression before ‘>’ token
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26808:57: error: expected ‘)’ before ‘;’ token
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26815:41: error: expected primary-expression before ‘)’ token
26815 | result = (GDALExtendedDataTypeHS *)GDALEDTComponentHS_GetType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Band_AsMDArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:30705:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
30705 | GDALMDArrayHS *result = 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:30705:18: error: ‘result’ was not declared in this scope
30705 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:30719:32: error: expected primary-expression before ‘)’ token
30719 | result = (GDALMDArrayHS *)GDALRasterBandShadow_AsMDArray(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Band_ReadRaster1(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:30960:50: error: ‘GRIORA_LAST’ was not declared in this scope
30960 | static_cast<int>(arg12) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ViewshedGenerate(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:35228:3: error: ‘GDALViewshedMode’ was not declared in this scope
35228 | GDALViewshedMode arg14 ;
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:35232:3: error: ‘GDALViewshedOutputType’ was not declared in this scope
35232 | GDALViewshedOutputType arg18 = (GDALViewshedOutputType) GVOT_NORMAL ;
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:35371:3: error: ‘arg14’ was not declared in this scope; did you mean ‘argp4’?
35371 | arg14 = static_cast< GDALViewshedMode >(val14);
| ^~~~~
| argp4
extensions/gdal_wrap.cpp:35371:24: error: ‘GDALViewshedMode’ does not name a type
35371 | arg14 = static_cast< GDALViewshedMode >(val14);
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:35426:5: error: ‘arg18’ was not declared in this scope; did you mean ‘arg19’?
35426 | arg18 = static_cast< GDALViewshedOutputType >(val18);
| ^~~~~
| arg19
extensions/gdal_wrap.cpp:35426:26: error: ‘GDALViewshedOutputType’ does not name a type
35426 | arg18 = static_cast< GDALViewshedOutputType >(val18);
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:35446:175: error: ‘arg18’ was not declared in this scope; did you mean ‘arg19’?
35446 | result = (GDALDatasetShadow *)ViewshedGenerate(arg1,(char const *)arg2,(char const *)arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19);
| ^~~~~
| arg19
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_new_GDALMultiDimInfoOptions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:38364:3: error: ‘GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘GDALInfoOptions’?
38364 | GDALMultiDimInfoOptions *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38364:28: error: ‘result’ was not declared in this scope; did you mean ‘resultobj’?
38364 | GDALMultiDimInfoOptions *result = 0 ;
| ^~~~~~
| resultobj
extensions/gdal_wrap.cpp:38382:42: error: expected primary-expression before ‘)’ token
38382 | result = (GDALMultiDimInfoOptions *)new_GDALMultiDimInfoOptions(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_GDALMultiDimInfoOptions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:38412:3: error: ‘GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘GDALInfoOptions’?
38412 | GDALMultiDimInfoOptions *arg1 = (GDALMultiDimInfoOptions *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38412:28: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
38412 | GDALMultiDimInfoOptions *arg1 = (GDALMultiDimInfoOptions *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:38412:61: error: expected primary-expression before ‘)’ token
38412 | GDALMultiDimInfoOptions *arg1 = (GDALMultiDimInfoOptions *) 0 ;
| ^
extensions/gdal_wrap.cpp:38422:28: error: ‘GDALMultiDimInfoOptions’ does not name a type; did you mean ‘GDALInfoOptions’?
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38422:52: error: expected ‘>’ before ‘*’ token
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^
extensions/gdal_wrap.cpp:38422:52: error: expected ‘(’ before ‘*’ token
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:38422:54: error: expected primary-expression before ‘>’ token
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^
extensions/gdal_wrap.cpp:38422:62: error: expected ‘)’ before ‘;’ token
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:38429:7: error: ‘delete_GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘_wrap_delete_GDALMultiDimInfoOptions’?
38429 | delete_GDALMultiDimInfoOptions(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_delete_GDALMultiDimInfoOptions
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MultiDimInfoInternal(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:38459:3: error: ‘GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘GDALInfoOptions’?
38459 | GDALMultiDimInfoOptions *arg2 = (GDALMultiDimInfoOptions *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38459:28: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’?
38459 | GDALMultiDimInfoOptions *arg2 = (GDALMultiDimInfoOptions *) 0 ;
| ^~~~
| arg1
extensions/gdal_wrap.cpp:38459:61: error: expected primary-expression before ‘)’ token
38459 | GDALMultiDimInfoOptions *arg2 = (GDALMultiDimInfoOptions *) 0 ;
| ^
extensions/gdal_wrap.cpp:38478:28: error: ‘GDALMultiDimInfoOptions’ does not name a type; did you mean ‘GDALInfoOptions’?
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38478:52: error: expected ‘>’ before ‘*’ token
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^
extensions/gdal_wrap.cpp:38478:52: error: expected ‘(’ before ‘*’ token
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^
| (
extensions/gdal_wrap.cpp:38478:54: error: expected primary-expression before ‘>’ token
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^
extensions/gdal_wrap.cpp:38478:62: error: expected ‘)’ before ‘;’ token
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:38485:39: error: ‘GDALMultiDimInfo’ was not declared in this scope
38485 | result = (retStringAndCPLFree *)GDALMultiDimInfo(arg1,arg2);
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_new_GDALMultiDimTranslateOptions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:41203:3: error: ‘GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptions’?
41203 | GDALMultiDimTranslateOptions *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41203:33: error: ‘result’ was not declared in this scope; did you mean ‘resultobj’?
41203 | GDALMultiDimTranslateOptions *result = 0 ;
| ^~~~~~
| resultobj
extensions/gdal_wrap.cpp:41221:47: error: expected primary-expression before ‘)’ token
41221 | result = (GDALMultiDimTranslateOptions *)new_GDALMultiDimTranslateOptions(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_GDALMultiDimTranslateOptions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:41251:3: error: ‘GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptions’?
41251 | GDALMultiDimTranslateOptions *arg1 = (GDALMultiDimTranslateOptions *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41251:33: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
41251 | GDALMultiDimTranslateOptions *arg1 = (GDALMultiDimTranslateOptions *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:41251:71: error: expected primary-expression before ‘)’ token
41251 | GDALMultiDimTranslateOptions *arg1 = (GDALMultiDimTranslateOptions *) 0 ;
| ^
extensions/gdal_wrap.cpp:41261:28: error: ‘GDALMultiDimTranslateOptions’ does not name a type; did you mean ‘GDALVectorTranslateOptions’?
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41261:57: error: expected ‘>’ before ‘*’ token
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^
extensions/gdal_wrap.cpp:41261:57: error: expected ‘(’ before ‘*’ token
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:41261:59: error: expected primary-expression before ‘>’ token
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^
extensions/gdal_wrap.cpp:41261:67: error: expected ‘)’ before ‘;’ token
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:41268:7: error: ‘delete_GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘_wrap_delete_GDALMultiDimTranslateOptions’?
41268 | delete_GDALMultiDimTranslateOptions(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_delete_GDALMultiDimTranslateOptions
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_wrapper_GDALMultiDimTranslateDestName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:41300:3: error: ‘GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptions’?
41300 | GDALMultiDimTranslateOptions *arg4 = (GDALMultiDimTranslateOptions *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41300:33: error: ‘arg4’ was not declared in this scope; did you mean ‘arg3’?
41300 | GDALMultiDimTranslateOptions *arg4 = (GDALMultiDimTranslateOptions *) 0 ;
| ^~~~
| arg3
extensions/gdal_wrap.cpp:41300:71: error: expected primary-expression before ‘)’ token
41300 | GDALMultiDimTranslateOptions *arg4 = (GDALMultiDimTranslateOptions *) 0 ;
| ^
extensions/gdal_wrap.cpp:41362:28: error: ‘GDALMultiDimTranslateOptions’ does not name a type; did you mean ‘GDALVectorTranslateOptions’?
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41362:57: error: expected ‘>’ before ‘*’ token
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^
extensions/gdal_wrap.cpp:41362:57: error: expected ‘(’ before ‘*’ token
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^
| (
extensions/gdal_wrap.cpp:41362:59: error: expected primary-expression before ‘>’ token
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^
extensions/gdal_wrap.cpp:41362:67: error: expected ‘)’ before ‘;’ token
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^
| )
extensions/gdal_wrap.cpp: In function ‘PyObject* PyInit__gdal()’:
extensions/gdal_wrap.cpp:42973:79: error: ‘GEDTC_NUMERIC’ was not declared in this scope; did you mean ‘LC_NUMERIC’?
42973 | SWIG_Python_SetConstant(d, "GEDTC_NUMERIC",SWIG_From_int(static_cast< int >(GEDTC_NUMERIC)));
| ^~~~~~~~~~~~~
| LC_NUMERIC
extensions/gdal_wrap.cpp:42974:78: error: ‘GEDTC_STRING’ was not declared in this scope
42974 | SWIG_Python_SetConstant(d, "GEDTC_STRING",SWIG_From_int(static_cast< int >(GEDTC_STRING)));
| ^~~~~~~~~~~~
extensions/gdal_wrap.cpp:42975:80: error: ‘GEDTC_COMPOUND’ was not declared in this scope
42975 | SWIG_Python_SetConstant(d, "GEDTC_COMPOUND",SWIG_From_int(static_cast< int >(GEDTC_COMPOUND)));
| ^~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:42977:78: error: ‘GVM_Diagonal’ was not declared in this scope
42977 | SWIG_Python_SetConstant(d, "GVM_Diagonal",SWIG_From_int(static_cast< int >(GVM_Diagonal)));
| ^~~~~~~~~~~~
extensions/gdal_wrap.cpp:42978:74: error: ‘GVM_Edge’ was not declared in this scope
42978 | SWIG_Python_SetConstant(d, "GVM_Edge",SWIG_From_int(static_cast< int >(GVM_Edge)));
| ^~~~~~~~
extensions/gdal_wrap.cpp:42979:73: error: ‘GVM_Max’ was not declared in this scope; did you mean ‘GRA_Max’?
42979 | SWIG_Python_SetConstant(d, "GVM_Max",SWIG_From_int(static_cast< int >(GVM_Max)));
| ^~~~~~~
| GRA_Max
extensions/gdal_wrap.cpp:42980:73: error: ‘GVM_Min’ was not declared in this scope; did you mean ‘GRA_Min’?
42980 | SWIG_Python_SetConstant(d, "GVM_Min",SWIG_From_int(static_cast< int >(GVM_Min)));
| ^~~~~~~
| GRA_Min
extensions/gdal_wrap.cpp:42981:77: error: ‘GVOT_NORMAL’ was not declared in this scope; did you mean ‘FP_NORMAL’?
42981 | SWIG_Python_SetConstant(d, "GVOT_NORMAL",SWIG_From_int(static_cast< int >(GVOT_NORMAL)));
| ^~~~~~~~~~~
| FP_NORMAL
extensions/gdal_wrap.cpp:42982:97: error: ‘GVOT_MIN_TARGET_HEIGHT_FROM_DEM’ was not declared in this scope
42982 | SWIG_Python_SetConstant(d, "GVOT_MIN_TARGET_HEIGHT_FROM_DEM",SWIG_From_int(static_cast< int >(GVOT_MIN_TARGET_HEIGHT_FROM_DEM)));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:42983:100: error: ‘GVOT_MIN_TARGET_HEIGHT_FROM_GROUND’ was not declared in this scope
42983 | SWIG_Python_SetConstant(d, "GVOT_MIN_TARGET_HEIGHT_FROM_GROUND",SWIG_From_int(static_cast< int >(GVOT_MIN_TARGET_HEIGHT_FROM_GROUND)));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:5497:15: warning: ‘MDArrayReadWriteCheckArguments’ defined but not used [-Wunused-variable]
5497 | static CPLErr MDArrayReadWriteCheckArguments(GDALMDArrayHS* array,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5474:13: warning: ‘CheckNumericDataType’ defined but not used [-Wunused-variable]
5474 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~~~~~~~~~~~~~~~~~~~
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for gdal
Running setup.py clean for gdal
Failed to build gdal
Installing collected packages: gdal
Running setup.py install for gdal: started
Running setup.py install for gdal: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /home/alison/Workspace/snowman/.venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rjv9s_p4/gdal/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rjv9s_p4/gdal/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-opoey39v/install-record.txt --single-version-externally-managed --compile --install-headers /home/alison/Workspace/snowman/.venv/include/site/python3.8/gdal
cwd: /tmp/pip-install-rjv9s_p4/gdal/
Complete output (5186 lines):
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
copying gdal.py -> build/lib.linux-x86_64-3.8
copying ogr.py -> build/lib.linux-x86_64-3.8
copying osr.py -> build/lib.linux-x86_64-3.8
copying gdalconst.py -> build/lib.linux-x86_64-3.8
copying gdalnumeric.py -> build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gdal.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/osr.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/ogr.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/__init__.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gdalconst.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gdal_array.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gnm.py -> build/lib.linux-x86_64-3.8/osgeo
copying osgeo/gdalnumeric.py -> build/lib.linux-x86_64-3.8/osgeo
Fixing build/lib.linux-x86_64-3.8/gdal.py build/lib.linux-x86_64-3.8/ogr.py build/lib.linux-x86_64-3.8/osr.py build/lib.linux-x86_64-3.8/gdalconst.py build/lib.linux-x86_64-3.8/gdalnumeric.py build/lib.linux-x86_64-3.8/osgeo/gdal.py build/lib.linux-x86_64-3.8/osgeo/osr.py build/lib.linux-x86_64-3.8/osgeo/ogr.py build/lib.linux-x86_64-3.8/osgeo/__init__.py build/lib.linux-x86_64-3.8/osgeo/gdalconst.py build/lib.linux-x86_64-3.8/osgeo/gdal_array.py build/lib.linux-x86_64-3.8/osgeo/gnm.py build/lib.linux-x86_64-3.8/osgeo/gdalnumeric.py
Skipping optional fixer: ws_comma
Fixing build/lib.linux-x86_64-3.8/gdal.py build/lib.linux-x86_64-3.8/ogr.py build/lib.linux-x86_64-3.8/osr.py build/lib.linux-x86_64-3.8/gdalconst.py build/lib.linux-x86_64-3.8/gdalnumeric.py build/lib.linux-x86_64-3.8/osgeo/gdal.py build/lib.linux-x86_64-3.8/osgeo/osr.py build/lib.linux-x86_64-3.8/osgeo/ogr.py build/lib.linux-x86_64-3.8/osgeo/__init__.py build/lib.linux-x86_64-3.8/osgeo/gdalconst.py build/lib.linux-x86_64-3.8/osgeo/gdal_array.py build/lib.linux-x86_64-3.8/osgeo/gnm.py build/lib.linux-x86_64-3.8/osgeo/gdalnumeric.py
Skipping optional fixer: ws_comma
running build_ext
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c gdal_python_cxx11_test.cpp -o gdal_python_cxx11_test.o
building 'osgeo._gdal' extension
creating build/temp.linux-x86_64-3.8
building 'osgeo._gdalconst' extension
creating build/temp.linux-x86_64-3.8/extensions
creating build/temp.linux-x86_64-3.8/extensions
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/gdal_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/gdal_wrap.o -I/usr/include
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/gdalconst_wrap.c -o build/temp.linux-x86_64-3.8/extensions/gdalconst_wrap.o -I/usr/include
building 'osgeo._osr' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/osr_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/osr_wrap.o -I/usr/include
building 'osgeo._ogr' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/ogr_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/ogr_wrap.o -I/usr/include
extensions/gdalconst_wrap.c: In function ‘PyInit__gdalconst’:
extensions/gdalconst_wrap.c:3879:71: error: ‘GDAL_OF_MULTIDIM_RASTER’ undeclared (first use in this function)
3879 | SWIG_Python_SetConstant(d, "OF_MULTIDIM_RASTER",SWIG_From_int((int)(GDAL_OF_MULTIDIM_RASTER)));
| ^~~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3879:71: note: each undeclared identifier is reported only once for each function it appears in
extensions/gdalconst_wrap.c:3903:71: error: ‘GDAL_DIM_TYPE_HORIZONTAL_X’ undeclared (first use in this function)
3903 | SWIG_Python_SetConstant(d, "DIM_TYPE_HORIZONTAL_X",SWIG_FromCharPtr(GDAL_DIM_TYPE_HORIZONTAL_X));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3904:71: error: ‘GDAL_DIM_TYPE_HORIZONTAL_Y’ undeclared (first use in this function)
3904 | SWIG_Python_SetConstant(d, "DIM_TYPE_HORIZONTAL_Y",SWIG_FromCharPtr(GDAL_DIM_TYPE_HORIZONTAL_Y));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3905:67: error: ‘GDAL_DIM_TYPE_VERTICAL’ undeclared (first use in this function)
3905 | SWIG_Python_SetConstant(d, "DIM_TYPE_VERTICAL",SWIG_FromCharPtr(GDAL_DIM_TYPE_VERTICAL));
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3906:67: error: ‘GDAL_DIM_TYPE_TEMPORAL’ undeclared (first use in this function)
3906 | SWIG_Python_SetConstant(d, "DIM_TYPE_TEMPORAL",SWIG_FromCharPtr(GDAL_DIM_TYPE_TEMPORAL));
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdalconst_wrap.c:3907:69: error: ‘GDAL_DIM_TYPE_PARAMETRIC’ undeclared (first use in this function)
3907 | SWIG_Python_SetConstant(d, "DIM_TYPE_PARAMETRIC",SWIG_FromCharPtr(GDAL_DIM_TYPE_PARAMETRIC));
| ^~~~~~~~~~~~~~~~~~~~~~~~
building 'osgeo._gnm' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/gnm_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/gnm_wrap.o -I/usr/include
extensions/osr_wrap.cpp: In function ‘int OSRSpatialReferenceShadow_IsDerivedGeographic(OSRSpatialReferenceShadow*)’:
extensions/osr_wrap.cpp:3772:12: error: ‘OSRIsDerivedGeographic’ was not declared in this scope; did you mean ‘OSRIsGeographic’?
3772 | return OSRIsDerivedGeographic(self);
| ^~~~~~~~~~~~~~~~~~~~~~
| OSRIsGeographic
extensions/osr_wrap.cpp: In function ‘int OSRSpatialReferenceShadow_GetAxesCount(OSRSpatialReferenceShadow*)’:
extensions/osr_wrap.cpp:3979:12: error: ‘OSRGetAxesCount’ was not declared in this scope
3979 | return OSRGetAxesCount(self);
| ^~~~~~~~~~~~~~~
extensions/osr_wrap.cpp: In function ‘OGRErr OSRSpatialReferenceShadow_SetDataAxisToSRSAxisMapping(OSRSpatialReferenceShadow*, int, int*)’:
extensions/osr_wrap.cpp:4027:12: error: ‘OSRSetDataAxisToSRSAxisMapping’ was not declared in this scope; did you mean ‘OSRGetDataAxisToSRSAxisMapping’?
4027 | return OSRSetDataAxisToSRSAxisMapping(self, nList, pList);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OSRGetDataAxisToSRSAxisMapping
extensions/osr_wrap.cpp: In function ‘OGRErr OSRSpatialReferenceShadow_SetVerticalPerspective(OSRSpatialReferenceShadow*, double, double, double, double, double, double)’:
extensions/osr_wrap.cpp:4235:12: error: ‘OSRSetVerticalPerspective’ was not declared in this scope
4235 | return OSRSetVerticalPerspective( self,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
extensions/osr_wrap.cpp: In function ‘OGRErr OSRSpatialReferenceShadow_ExportToPROJJSON(OSRSpatialReferenceShadow*, char**, char**)’:
extensions/osr_wrap.cpp:4343:12: error: ‘OSRExportToPROJJSON’ was not declared in this scope; did you mean ‘OSRExportToERM’?
4343 | return OSRExportToPROJJSON( self, argout, options );
| ^~~~~~~~~~~~~~~~~~~
| OSRExportToERM
extensions/osr_wrap.cpp: In function ‘OGRErr OSRSpatialReferenceShadow_PromoteTo3D(OSRSpatialReferenceShadow*, const char*)’:
extensions/osr_wrap.cpp:4382:12: error: ‘OSRPromoteTo3D’ was not declared in this scope
4382 | return OSRPromoteTo3D(self, name);
| ^~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:3209:9: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
3209 | typedef GDALExtendedDataTypeHS GDALExtendedDataTypeHS;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:3210:9: error: ‘GDALEDTComponentHS’ does not name a type
3210 | typedef GDALEDTComponentHS GDALEDTComponentHS;
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:3211:9: error: ‘GDALGroupHS’ does not name a type
3211 | typedef GDALGroupHS GDALGroupHS;
| ^~~~~~~~~~~
extensions/ogr_wrap.cpp: In function ‘OGRGeometryShadow* CreateGeometryFromEsriJson(const char*)’:
extensions/ogr_wrap.cpp:5075:51: error: ‘OGR_G_CreateGeometryFromEsriJson’ was not declared in this scope; did you mean ‘OGR_G_CreateGeometryFromJson’?
5075 | OGRGeometryShadow* geom = (OGRGeometryShadow*)OGR_G_CreateGeometryFromEsriJson(input_string);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGR_G_CreateGeometryFromJson
extensions/gdal_wrap.cpp:3212:9: error: ‘GDALMDArrayHS’ does not name a type
3212 | typedef GDALMDArrayHS GDALMDArrayHS;
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:3213:9: error: ‘GDALAttributeHS’ does not name a type
3213 | typedef GDALAttributeHS GDALAttributeHS;
| ^~~~~~~~~~~~~~~
extensions/ogr_wrap.cpp: In function ‘OGRGeometryShadow* OGRGeometryShadow_RemoveLowerDimensionSubGeoms(OGRGeometryShadow*)’:
extensions/ogr_wrap.cpp:5353:33: error: ‘OGR_G_RemoveLowerDimensionSubGeoms’ was not declared in this scope; did you mean ‘OGRGeometryShadow_RemoveLowerDimensionSubGeoms’?
5353 | return (OGRGeometryShadow*) OGR_G_RemoveLowerDimensionSubGeoms(self);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeometryShadow_RemoveLowerDimensionSubGeoms
extensions/gdal_wrap.cpp:3214:9: error: ‘GDALDimensionHS’ does not name a type
3214 | typedef GDALDimensionHS GDALDimensionHS;
| ^~~~~~~~~~~~~~~
extensions/ogr_wrap.cpp: In function ‘OGRGeometryShadow* OGRGeometryShadow_Transform__SWIG_1(OGRGeometryShadow*, OGRGeomTransformerShadow*)’:
extensions/ogr_wrap.cpp:5505:32: error: ‘OGR_GeomTransformer_Transform’ was not declared in this scope; did you mean ‘OGRGeomTransformerShadow’?
5505 | return (OGRGeometryShadow*)OGR_GeomTransformer_Transform(transformer, self);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeomTransformerShadow
extensions/gdal_wrap.cpp: In function ‘bool wrapper_VSIUnlinkBatch(char**)’:
extensions/gdal_wrap.cpp:4273:20: error: ‘VSIUnlinkBatch’ was not declared in this scope; did you mean ‘VSIUnlink’?
4273 | int* success = VSIUnlinkBatch(files);
| ^~~~~~~~~~~~~~
| VSIUnlink
extensions/ogr_wrap.cpp: In function ‘OGRGeomTransformerShadow* new_OGRGeomTransformerShadow(OSRCoordinateTransformationShadow*, char**)’:
extensions/ogr_wrap.cpp:5508:12: error: ‘OGR_GeomTransformer_Create’ was not declared in this scope; did you mean ‘OGRGeomTransformerShadow’?
5508 | return OGR_GeomTransformer_Create(ct, options);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeomTransformerShadow
extensions/gdal_wrap.cpp: In function ‘GDALDatasetShadow* GDALDriverShadow_CreateMultiDimensional(GDALDriverShadow*, const char*, char**, char**)’:
extensions/gdal_wrap.cpp:4414:50: error: ‘GDALCreateMultiDimensional’ was not declared in this scope; did you mean ‘GDALDriverShadow_CreateMultiDimensional’?
4414 | GDALDatasetShadow* ds = (GDALDatasetShadow*) GDALCreateMultiDimensional( self,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALDriverShadow_CreateMultiDimensional
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:4859:12: error: ‘GDALGroupHS’ does not name a type
4859 | SWIGINTERN GDALGroupHS *GDALDatasetShadow_GetRootGroup(GDALDatasetShadow *self){
| ^~~~~~~~~~~
extensions/ogr_wrap.cpp: In function ‘void delete_OGRGeomTransformerShadow(OGRGeomTransformerShadow*)’:
extensions/ogr_wrap.cpp:5511:5: error: ‘OGR_GeomTransformer_Destroy’ was not declared in this scope; did you mean ‘OGRGeomTransformerShadow’?
5511 | OGR_GeomTransformer_Destroy( self );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeomTransformerShadow
extensions/gdal_wrap.cpp: In function ‘CPLErr GDALDatasetShadow_ReadRaster1(GDALDatasetShadow*, int, int, int, int, void**, int*, int*, GDALDataType*, int, int*, GIntBig*, GIntBig*, GIntBig*, GDALRIOResampleAlg, GDALProgressFunc, void*)’:
extensions/gdal_wrap.cpp:5306:59: error: ‘GRIORA_LAST’ was not declared in this scope
5306 | static_cast<int>(resample_alg) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:5423:17: error: variable or field ‘delete_GDALGroupHS’ declared void
5423 | SWIGINTERN void delete_GDALGroupHS(GDALGroupHS *self){
| ^~~~~~~~~~~~~~~~~~
extensions/ogr_wrap.cpp: In function ‘OGRGeometryShadow* OGRGeomTransformerShadow_Transform(OGRGeomTransformerShadow*, OGRGeometryShadow*)’:
extensions/ogr_wrap.cpp:5514:32: error: ‘OGR_GeomTransformer_Transform’ was not declared in this scope; did you mean ‘OGRGeomTransformerShadow_Transform’?
5514 | return (OGRGeometryShadow*)OGR_GeomTransformer_Transform(self, src_geom);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OGRGeomTransformerShadow_Transform
extensions/gdal_wrap.cpp:5423:36: error: ‘GDALGroupHS’ was not declared in this scope
5423 | SWIGINTERN void delete_GDALGroupHS(GDALGroupHS *self){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5423:49: error: ‘self’ was not declared in this scope
5423 | SWIGINTERN void delete_GDALGroupHS(GDALGroupHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5426:44: error: ‘GDALGroupHS’ was not declared in this scope
5426 | SWIGINTERN char const *GDALGroupHS_GetName(GDALGroupHS *self){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5426:57: error: ‘self’ was not declared in this scope
5426 | SWIGINTERN char const *GDALGroupHS_GetName(GDALGroupHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5429:48: error: ‘GDALGroupHS’ was not declared in this scope
5429 | SWIGINTERN char const *GDALGroupHS_GetFullName(GDALGroupHS *self){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5429:61: error: ‘self’ was not declared in this scope
5429 | SWIGINTERN char const *GDALGroupHS_GetFullName(GDALGroupHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5432:47: error: ‘GDALGroupHS’ was not declared in this scope
5432 | SWIGINTERN char **GDALGroupHS_GetMDArrayNames(GDALGroupHS *self,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5432:60: error: ‘self’ was not declared in this scope
5432 | SWIGINTERN char **GDALGroupHS_GetMDArrayNames(GDALGroupHS *self,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5432:65: error: expected primary-expression before ‘char’
5432 | SWIGINTERN char **GDALGroupHS_GetMDArrayNames(GDALGroupHS *self,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5432:81: error: expression list treated as compound expression in initializer [-fpermissive]
5432 | SWIGINTERN char **GDALGroupHS_GetMDArrayNames(GDALGroupHS *self,char **options=0){
| ^
extensions/gdal_wrap.cpp:5435:12: error: ‘GDALMDArrayHS’ does not name a type
5435 | SWIGINTERN GDALMDArrayHS *GDALGroupHS_OpenMDArray(GDALGroupHS *self,char const *name,char **options=0){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5438:45: error: ‘GDALGroupHS’ was not declared in this scope
5438 | SWIGINTERN char **GDALGroupHS_GetGroupNames(GDALGroupHS *self,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5438:58: error: ‘self’ was not declared in this scope
5438 | SWIGINTERN char **GDALGroupHS_GetGroupNames(GDALGroupHS *self,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5438:63: error: expected primary-expression before ‘char’
5438 | SWIGINTERN char **GDALGroupHS_GetGroupNames(GDALGroupHS *self,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5438:79: error: expression list treated as compound expression in initializer [-fpermissive]
5438 | SWIGINTERN char **GDALGroupHS_GetGroupNames(GDALGroupHS *self,char **options=0){
| ^
extensions/gdal_wrap.cpp:5441:12: error: ‘GDALGroupHS’ does not name a type
5441 | SWIGINTERN GDALGroupHS *GDALGroupHS_OpenGroup(GDALGroupHS *self,char const *name,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5444:17: error: variable or field ‘GDALGroupHS_GetDimensions’ declared void
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5444:43: error: ‘GDALGroupHS’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5444:56: error: ‘self’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5444:61: error: ‘GDALDimensionHS’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5444:80: error: ‘pdims’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~
extensions/gdal_wrap.cpp:5444:93: error: expected primary-expression before ‘*’ token
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^
extensions/gdal_wrap.cpp:5444:94: error: ‘pnCount’ was not declared in this scope
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~~~~
extensions/gdal_wrap.cpp:5444:102: error: expected primary-expression before ‘char’
5444 | SWIGINTERN void GDALGroupHS_GetDimensions(GDALGroupHS *self,GDALDimensionHS ***pdims,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5447:12: error: ‘GDALAttributeHS’ does not name a type
5447 | SWIGINTERN GDALAttributeHS *GDALGroupHS_GetAttribute(GDALGroupHS *self,char const *name){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5450:17: error: variable or field ‘GDALGroupHS_GetAttributes’ declared void
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5450:43: error: ‘GDALGroupHS’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5450:56: error: ‘self’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5450:61: error: ‘GDALAttributeHS’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5450:80: error: ‘pattrs’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~
extensions/gdal_wrap.cpp:5450:94: error: expected primary-expression before ‘*’ token
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^
extensions/gdal_wrap.cpp:5450:95: error: ‘pnCount’ was not declared in this scope
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~
extensions/gdal_wrap.cpp:5450:103: error: expected primary-expression before ‘char’
5450 | SWIGINTERN void GDALGroupHS_GetAttributes(GDALGroupHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5453:49: error: ‘GDALGroupHS’ was not declared in this scope
5453 | SWIGINTERN char **GDALGroupHS_GetStructuralInfo(GDALGroupHS *self){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5453:62: error: ‘self’ was not declared in this scope
5453 | SWIGINTERN char **GDALGroupHS_GetStructuralInfo(GDALGroupHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5456:12: error: ‘GDALGroupHS’ does not name a type
5456 | SWIGINTERN GDALGroupHS *GDALGroupHS_CreateGroup(GDALGroupHS *self,char const *name,char **options=0){
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:5459:12: error: ‘GDALDimensionHS’ does not name a type
5459 | SWIGINTERN GDALDimensionHS *GDALGroupHS_CreateDimension(GDALGroupHS *self,char const *name,char const *type,char const *direction,unsigned long long size,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5462:12: error: ‘GDALMDArrayHS’ does not name a type
5462 | SWIGINTERN GDALMDArrayHS *GDALGroupHS_CreateMDArray(GDALGroupHS *self,char const *name,int nDimensions,GDALDimensionHS **dimensions,GDALExtendedDataTypeHS *data_type,char **options=0){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5466:12: error: ‘GDALAttributeHS’ does not name a type
5466 | SWIGINTERN GDALAttributeHS *GDALGroupHS_CreateAttribute(GDALGroupHS *self,char const *name,int nDimensions,GUIntBig *dimensions,GDALExtendedDataTypeHS *data_type,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5474:34: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5474 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5474:58: error: ‘dt’ was not declared in this scope
5474 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~
extensions/gdal_wrap.cpp:5497:46: error: ‘GDALMDArrayHS’ was not declared in this scope
5497 | static CPLErr MDArrayReadWriteCheckArguments(GDALMDArrayHS* array,
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5497:61: error: ‘array’ was not declared in this scope
5497 | static CPLErr MDArrayReadWriteCheckArguments(GDALMDArrayHS* array,
| ^~~~~
extensions/gdal_wrap.cpp:5473:1: note: ‘std::array’ is defined in header ‘<array>’; did you forget to ‘#include <array>’?
5472 | #include <limits>
+++ |+#include <array>
5473 |
extensions/gdal_wrap.cpp:5498:46: error: expected primary-expression before ‘bool’
5498 | bool bCheckOnlyDims,
| ^~~~
extensions/gdal_wrap.cpp:5499:46: error: expected primary-expression before ‘int’
5499 | int nDims1, GUIntBig* array_start_idx,
| ^~~
extensions/gdal_wrap.cpp:5499:66: error: expected primary-expression before ‘*’ token
5499 | int nDims1, GUIntBig* array_start_idx,
| ^
extensions/gdal_wrap.cpp:5499:68: error: ‘array_start_idx’ was not declared in this scope
5499 | int nDims1, GUIntBig* array_start_idx,
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5500:46: error: expected primary-expression before ‘int’
5500 | int nDims2, GUIntBig* count,
| ^~~
extensions/gdal_wrap.cpp:5500:66: error: expected primary-expression before ‘*’ token
5500 | int nDims2, GUIntBig* count,
| ^
extensions/gdal_wrap.cpp:5500:68: error: ‘count’ was not declared in this scope
5500 | int nDims2, GUIntBig* count,
| ^~~~~
extensions/gdal_wrap.cpp:5501:46: error: expected primary-expression before ‘int’
5501 | int nDims3, GIntBig* array_step,
| ^~~
extensions/gdal_wrap.cpp:5501:65: error: expected primary-expression before ‘*’ token
5501 | int nDims3, GIntBig* array_step,
| ^
extensions/gdal_wrap.cpp:5501:67: error: ‘array_step’ was not declared in this scope
5501 | int nDims3, GIntBig* array_step,
| ^~~~~~~~~~
extensions/gdal_wrap.cpp:5502:46: error: expected primary-expression before ‘int’
5502 | int nDims4, GIntBig* buffer_stride,
| ^~~
extensions/gdal_wrap.cpp:5502:65: error: expected primary-expression before ‘*’ token
5502 | int nDims4, GIntBig* buffer_stride,
| ^
extensions/gdal_wrap.cpp:5502:67: error: ‘buffer_stride’ was not declared in this scope
5502 | int nDims4, GIntBig* buffer_stride,
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5503:46: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5503 | GDALExtendedDataTypeHS* buffer_datatype,
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5503:70: error: ‘buffer_datatype’ was not declared in this scope
5503 | GDALExtendedDataTypeHS* buffer_datatype,
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5504:52: error: expected primary-expression before ‘*’ token
5504 | size_t* pnBufferSize)
| ^
extensions/gdal_wrap.cpp:5504:54: error: ‘pnBufferSize’ was not declared in this scope
5504 | size_t* pnBufferSize)
| ^~~~~~~~~~~~
extensions/gdal_wrap.cpp:5504:66: error: expression list treated as compound expression in initializer [-fpermissive]
5504 | size_t* pnBufferSize)
| ^
extensions/gdal_wrap.cpp:5600:17: error: variable or field ‘delete_GDALMDArrayHS’ declared void
5600 | SWIGINTERN void delete_GDALMDArrayHS(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5600:38: error: ‘GDALMDArrayHS’ was not declared in this scope
5600 | SWIGINTERN void delete_GDALMDArrayHS(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5600:53: error: ‘self’ was not declared in this scope
5600 | SWIGINTERN void delete_GDALMDArrayHS(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5603:46: error: ‘GDALMDArrayHS’ was not declared in this scope
5603 | SWIGINTERN char const *GDALMDArrayHS_GetName(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5603:61: error: ‘self’ was not declared in this scope
5603 | SWIGINTERN char const *GDALMDArrayHS_GetName(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5606:50: error: ‘GDALMDArrayHS’ was not declared in this scope
5606 | SWIGINTERN char const *GDALMDArrayHS_GetFullName(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5606:65: error: ‘self’ was not declared in this scope
5606 | SWIGINTERN char const *GDALMDArrayHS_GetFullName(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5609:67: error: ‘GDALMDArrayHS’ was not declared in this scope
5609 | SWIGINTERN unsigned long long GDALMDArrayHS_GetTotalElementsCount(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5609:82: error: ‘self’ was not declared in this scope
5609 | SWIGINTERN unsigned long long GDALMDArrayHS_GetTotalElementsCount(GDALMDArrayHS *self){
| ^~~~
extensions/ogr_wrap.cpp: In function ‘PyObject* _wrap_CreateGeometryFromWkb(PyObject*, PyObject*, PyObject*)’:
extensions/ogr_wrap.cpp:21022:63: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
21022 | int res = PyObject_AsReadBuffer(obj0, &safeBuf, &safeLen);
| ^
extensions/gdal_wrap.cpp:5622:51: error: ‘GDALMDArrayHS’ was not declared in this scope
5622 | SWIGINTERN size_t GDALMDArrayHS_GetDimensionCount(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/ogr_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5622:66: error: ‘self’ was not declared in this scope
5622 | SWIGINTERN size_t GDALMDArrayHS_GetDimensionCount(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5649:17: error: variable or field ‘GDALMDArrayHS_GetDimensions’ declared void
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/ogr_wrap.cpp: In function ‘PyObject* _wrap_new_Geometry(PyObject*, PyObject*, PyObject*)’:
extensions/ogr_wrap.cpp:21857:65: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
21857 | int res = PyObject_AsReadBuffer(obj2, &safeBuf, &safeLen);
| ^
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/ogr_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5649:45: error: ‘GDALMDArrayHS’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5649:60: error: ‘self’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:5649:65: error: ‘GDALDimensionHS’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5649:84: error: ‘pdims’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~
extensions/gdal_wrap.cpp:5649:97: error: expected primary-expression before ‘*’ token
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5649:98: error: ‘pnCount’ was not declared in this scope
5649 | SWIGINTERN void GDALMDArrayHS_GetDimensions(GDALMDArrayHS *self,GDALDimensionHS ***pdims,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:5652:17: error: variable or field ‘GDALMDArrayHS_GetBlockSize’ declared void
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5652:44: error: ‘GDALMDArrayHS’ was not declared in this scope
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5652:59: error: ‘self’ was not declared in this scope
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~
building 'osgeo._gdal_array' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/home/alison/Workspace/snowman/.venv/include -I/home/alison/.pyenv/versions/3.8.3/include/python3.8 -I/home/alison/Workspace/snowman/.venv/lib/python3.8/site-packages/numpy/core/include -I/usr/include -c extensions/gdal_array_wrap.cpp -o build/temp.linux-x86_64-3.8/extensions/gdal_array_wrap.o -I/usr/include
extensions/gdal_wrap.cpp:5652:73: error: expected primary-expression before ‘*’ token
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5652:75: error: ‘psizes’ was not declared in this scope
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~
extensions/gdal_wrap.cpp:5652:89: error: expected primary-expression before ‘*’ token
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5652:90: error: ‘pnCount’ was not declared in this scope
5652 | SWIGINTERN void GDALMDArrayHS_GetBlockSize(GDALMDArrayHS *self,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:5655:17: error: variable or field ‘GDALMDArrayHS_GetProcessingChunkSize’ declared void
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5655:54: error: ‘GDALMDArrayHS’ was not declared in this scope
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5655:69: error: ‘self’ was not declared in this scope
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:5655:81: error: expected primary-expression before ‘nMaxChunkMemory’
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5655:106: error: expected primary-expression before ‘*’ token
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5655:108: error: ‘psizes’ was not declared in this scope
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~
extensions/gdal_wrap.cpp:5655:122: error: expected primary-expression before ‘*’ token
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:5655:123: error: ‘pnCount’ was not declared in this scope
5655 | SWIGINTERN void GDALMDArrayHS_GetProcessingChunkSize(GDALMDArrayHS *self,size_t nMaxChunkMemory,GUIntBig **psizes,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:5668:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
5668 | SWIGINTERN GDALExtendedDataTypeHS *GDALMDArrayHS_GetDataType(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5671:51: error: ‘GDALMDArrayHS’ was not declared in this scope
5671 | SWIGINTERN char **GDALMDArrayHS_GetStructuralInfo(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5671:66: error: ‘self’ was not declared in this scope
5671 | SWIGINTERN char **GDALMDArrayHS_GetStructuralInfo(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:5674:38: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5674:53: error: ‘self’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:5674:58: error: expected primary-expression before ‘int’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~
extensions/gdal_wrap.cpp:5674:78: error: expected primary-expression before ‘*’ token
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5674:79: error: ‘array_start_idx’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5674:95: error: expected primary-expression before ‘int’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~
extensions/gdal_wrap.cpp:5674:115: error: expected primary-expression before ‘*’ token
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5674:116: error: ‘count’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~
extensions/gdal_wrap.cpp:5674:122: error: expected primary-expression before ‘int’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~
extensions/gdal_wrap.cpp:5674:141: error: expected primary-expression before ‘*’ token
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5674:142: error: ‘array_step’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~
extensions/gdal_wrap.cpp:5674:153: error: expected primary-expression before ‘int’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~
extensions/gdal_wrap.cpp:5674:172: error: expected primary-expression before ‘*’ token
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5674:173: error: ‘buffer_stride’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5674:187: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5674:211: error: ‘buffer_datatype’ was not declared in this scope
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5674:227: error: expected primary-expression before ‘void’
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:5674:237: error: expression list treated as compound expression in initializer [-fpermissive]
5674 | SWIGINTERN CPLErr GDALMDArrayHS_Read(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,void **buf){
| ^
extensions/gdal_wrap.cpp:5839:50: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5839:65: error: ‘self’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~
extensions/gdal_wrap.cpp:5839:70: error: expected primary-expression before ‘int’
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~
extensions/gdal_wrap.cpp:5839:90: error: expected primary-expression before ‘*’ token
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^
extensions/gdal_wrap.cpp:5839:91: error: ‘array_start_idx’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5839:107: error: expected primary-expression before ‘int’
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~
extensions/gdal_wrap.cpp:5839:127: error: expected primary-expression before ‘*’ token
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^
extensions/gdal_wrap.cpp:5839:128: error: ‘count’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~
extensions/gdal_wrap.cpp:5839:134: error: expected primary-expression before ‘int’
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~
extensions/gdal_wrap.cpp:5839:153: error: expected primary-expression before ‘*’ token
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^
extensions/gdal_wrap.cpp:5839:154: error: ‘array_step’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~
extensions/gdal_wrap.cpp:5839:165: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5839:189: error: ‘buffer_datatype’ was not declared in this scope
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5839:205: error: expected primary-expression before ‘char’
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^~~~
extensions/gdal_wrap.cpp:5839:219: error: expression list treated as compound expression in initializer [-fpermissive]
5839 | SWIGINTERN CPLErr GDALMDArrayHS_WriteStringArray(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,GDALExtendedDataTypeHS *buffer_datatype,char **options){
| ^
extensions/gdal_wrap.cpp:5888:39: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5888:54: error: ‘self’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~
extensions/gdal_wrap.cpp:5888:59: error: expected primary-expression before ‘int’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~
extensions/gdal_wrap.cpp:5888:79: error: expected primary-expression before ‘*’ token
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5888:80: error: ‘array_start_idx’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5888:96: error: expected primary-expression before ‘int’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~
extensions/gdal_wrap.cpp:5888:116: error: expected primary-expression before ‘*’ token
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5888:117: error: ‘count’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~
extensions/gdal_wrap.cpp:5888:123: error: expected primary-expression before ‘int’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~
extensions/gdal_wrap.cpp:5888:142: error: expected primary-expression before ‘*’ token
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5888:143: error: ‘array_step’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~
extensions/gdal_wrap.cpp:5888:154: error: expected primary-expression before ‘int’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~
extensions/gdal_wrap.cpp:5888:173: error: expected primary-expression before ‘*’ token
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5888:174: error: ‘buffer_stride’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5888:188: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:5888:212: error: ‘buffer_datatype’ was not declared in this scope
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5888:236: error: expected primary-expression before ‘buf_len’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~~~~
extensions/gdal_wrap.cpp:5888:244: error: expected primary-expression before ‘char’
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^~~~
extensions/gdal_wrap.cpp:5888:260: error: expression list treated as compound expression in initializer [-fpermissive]
5888 | SWIGINTERN CPLErr GDALMDArrayHS_Write(GDALMDArrayHS *self,int nDims1,GUIntBig *array_start_idx,int nDims2,GUIntBig *count,int nDims3,GIntBig *array_step,int nDims4,GIntBig *buffer_stride,GDALExtendedDataTypeHS *buffer_datatype,GIntBig buf_len,char *buf_string){
| ^
extensions/gdal_wrap.cpp:5938:12: error: ‘GDALAttributeHS’ does not name a type
5938 | SWIGINTERN GDALAttributeHS *GDALMDArrayHS_GetAttribute(GDALMDArrayHS *self,char const *name){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5941:17: error: variable or field ‘GDALMDArrayHS_GetAttributes’ declared void
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5941:45: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5941:60: error: ‘self’ was not declared in this scope
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5941:65: error: ‘GDALAttributeHS’ was not declared in this scope
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5941:84: error: ‘pattrs’ was not declared in this scope
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~
extensions/gdal_wrap.cpp:5941:98: error: expected primary-expression before ‘*’ token
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^
extensions/gdal_wrap.cpp:5941:99: error: ‘pnCount’ was not declared in this scope
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~~~~
extensions/gdal_wrap.cpp:5941:107: error: expected primary-expression before ‘char’
5941 | SWIGINTERN void GDALMDArrayHS_GetAttributes(GDALMDArrayHS *self,GDALAttributeHS ***pattrs,size_t *pnCount,char **options=0){
| ^~~~
extensions/gdal_wrap.cpp:5944:12: error: ‘GDALAttributeHS’ does not name a type
5944 | SWIGINTERN GDALAttributeHS *GDALMDArrayHS_CreateAttribute(GDALMDArrayHS *self,char const *name,int nDimensions,GUIntBig *dimensions,GDALExtendedDataTypeHS *data_type,char **options=0){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5949:53: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5949 | SWIGINTERN CPLErr GDALMDArrayHS_GetNoDataValueAsRaw(GDALMDArrayHS *self,void **buf){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5949:68: error: ‘self’ was not declared in this scope
5949 | SWIGINTERN CPLErr GDALMDArrayHS_GetNoDataValueAsRaw(GDALMDArrayHS *self,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:5949:73: error: expected primary-expression before ‘void’
5949 | SWIGINTERN CPLErr GDALMDArrayHS_GetNoDataValueAsRaw(GDALMDArrayHS *self,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:5949:83: error: expression list treated as compound expression in initializer [-fpermissive]
5949 | SWIGINTERN CPLErr GDALMDArrayHS_GetNoDataValueAsRaw(GDALMDArrayHS *self,void **buf){
| ^
extensions/gdal_wrap.cpp:5995:17: error: variable or field ‘GDALMDArrayHS_GetNoDataValueAsDouble’ declared void
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5995:54: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5995:69: error: ‘self’ was not declared in this scope
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~
extensions/gdal_wrap.cpp:5995:74: error: expected primary-expression before ‘double’
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~
extensions/gdal_wrap.cpp:5995:86: error: expected primary-expression before ‘int’
5995 | SWIGINTERN void GDALMDArrayHS_GetNoDataValueAsDouble(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~
extensions/gdal_wrap.cpp:5998:54: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
5998 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueDouble(GDALMDArrayHS *self,double d){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:5998:69: error: ‘self’ was not declared in this scope
5998 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueDouble(GDALMDArrayHS *self,double d){
| ^~~~
extensions/gdal_wrap.cpp:5998:74: error: expected primary-expression before ‘double’
5998 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueDouble(GDALMDArrayHS *self,double d){
| ^~~~~~
extensions/gdal_wrap.cpp:5998:82: error: expression list treated as compound expression in initializer [-fpermissive]
5998 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueDouble(GDALMDArrayHS *self,double d){
| ^
extensions/gdal_wrap.cpp:6001:51: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6001:66: error: ‘self’ was not declared in this scope
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6001:79: error: expected primary-expression before ‘nLen’
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6001:84: error: expected primary-expression before ‘char’
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6001:94: error: expression list treated as compound expression in initializer [-fpermissive]
6001 | SWIGINTERN CPLErr GDALMDArrayHS_SetNoDataValueRaw(GDALMDArrayHS *self,GIntBig nLen,char *pBuf){
| ^
extensions/gdal_wrap.cpp:6013:51: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6013 | SWIGINTERN CPLErr GDALMDArrayHS_DeleteNoDataValue(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6013:66: error: ‘self’ was not declared in this scope
6013 | SWIGINTERN CPLErr GDALMDArrayHS_DeleteNoDataValue(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6016:17: error: variable or field ‘GDALMDArrayHS_GetOffset’ declared void
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6016:41: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6016:56: error: ‘self’ was not declared in this scope
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~
extensions/gdal_wrap.cpp:6016:61: error: expected primary-expression before ‘double’
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~
extensions/gdal_wrap.cpp:6016:73: error: expected primary-expression before ‘int’
6016 | SWIGINTERN void GDALMDArrayHS_GetOffset(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~
extensions/gdal_wrap.cpp:6019:17: error: variable or field ‘GDALMDArrayHS_GetScale’ declared void
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6019:40: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6019:55: error: ‘self’ was not declared in this scope
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~
extensions/gdal_wrap.cpp:6019:60: error: expected primary-expression before ‘double’
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~~~~
extensions/gdal_wrap.cpp:6019:72: error: expected primary-expression before ‘int’
6019 | SWIGINTERN void GDALMDArrayHS_GetScale(GDALMDArrayHS *self,double *val,int *hasval){
| ^~~
extensions/gdal_wrap.cpp:6022:43: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6022 | SWIGINTERN CPLErr GDALMDArrayHS_SetOffset(GDALMDArrayHS *self,double val){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6022:58: error: ‘self’ was not declared in this scope
6022 | SWIGINTERN CPLErr GDALMDArrayHS_SetOffset(GDALMDArrayHS *self,double val){
| ^~~~
extensions/gdal_wrap.cpp:6022:63: error: expected primary-expression before ‘double’
6022 | SWIGINTERN CPLErr GDALMDArrayHS_SetOffset(GDALMDArrayHS *self,double val){
| ^~~~~~
extensions/gdal_wrap.cpp:6022:73: error: expression list treated as compound expression in initializer [-fpermissive]
6022 | SWIGINTERN CPLErr GDALMDArrayHS_SetOffset(GDALMDArrayHS *self,double val){
| ^
extensions/gdal_wrap.cpp:6025:42: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6025 | SWIGINTERN CPLErr GDALMDArrayHS_SetScale(GDALMDArrayHS *self,double val){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6025:57: error: ‘self’ was not declared in this scope
6025 | SWIGINTERN CPLErr GDALMDArrayHS_SetScale(GDALMDArrayHS *self,double val){
| ^~~~
extensions/gdal_wrap.cpp:6025:62: error: expected primary-expression before ‘double’
6025 | SWIGINTERN CPLErr GDALMDArrayHS_SetScale(GDALMDArrayHS *self,double val){
| ^~~~~~
extensions/gdal_wrap.cpp:6025:72: error: expression list treated as compound expression in initializer [-fpermissive]
6025 | SWIGINTERN CPLErr GDALMDArrayHS_SetScale(GDALMDArrayHS *self,double val){
| ^
extensions/gdal_wrap.cpp:6028:41: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6028 | SWIGINTERN CPLErr GDALMDArrayHS_SetUnit(GDALMDArrayHS *self,char const *unit){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6028:56: error: ‘self’ was not declared in this scope
6028 | SWIGINTERN CPLErr GDALMDArrayHS_SetUnit(GDALMDArrayHS *self,char const *unit){
| ^~~~
extensions/gdal_wrap.cpp:6028:61: error: expected primary-expression before ‘char’
6028 | SWIGINTERN CPLErr GDALMDArrayHS_SetUnit(GDALMDArrayHS *self,char const *unit){
| ^~~~
extensions/gdal_wrap.cpp:6028:77: error: expression list treated as compound expression in initializer [-fpermissive]
6028 | SWIGINTERN CPLErr GDALMDArrayHS_SetUnit(GDALMDArrayHS *self,char const *unit){
| ^
extensions/gdal_wrap.cpp:6031:46: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6031 | SWIGINTERN char const *GDALMDArrayHS_GetUnit(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6031:61: error: ‘self’ was not declared in this scope
6031 | SWIGINTERN char const *GDALMDArrayHS_GetUnit(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6034:47: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6034:62: error: ‘self’ was not declared in this scope
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^~~~
extensions/gdal_wrap.cpp:6034:93: error: expected primary-expression before ‘*’ token
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^
extensions/gdal_wrap.cpp:6034:94: error: ‘srs’ was not declared in this scope
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^~~
extensions/gdal_wrap.cpp:6034:97: error: expression list treated as compound expression in initializer [-fpermissive]
6034 | SWIGINTERN OGRErr GDALMDArrayHS_SetSpatialRef(GDALMDArrayHS *self,OSRSpatialReferenceShadow *srs){
| ^
extensions/gdal_wrap.cpp:6037:67: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6037 | SWIGINTERN OSRSpatialReferenceShadow *GDALMDArrayHS_GetSpatialRef(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6037:82: error: ‘self’ was not declared in this scope
6037 | SWIGINTERN OSRSpatialReferenceShadow *GDALMDArrayHS_GetSpatialRef(GDALMDArrayHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6040:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6040 | SWIGINTERN GDALMDArrayHS *GDALMDArrayHS_GetView(GDALMDArrayHS *self,char const *viewExpr){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6043:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6043 | SWIGINTERN GDALMDArrayHS *GDALMDArrayHS_Transpose(GDALMDArrayHS *self,int nList,int *pList){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6046:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6046 | SWIGINTERN GDALMDArrayHS *GDALMDArrayHS_GetUnscaled(GDALMDArrayHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6049:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6049 | SWIGINTERN GDALMDArrayHS *GDALMDArrayHS_GetMask(GDALMDArrayHS *self,char **options=0){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6052:62: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6052:77: error: ‘self’ was not declared in this scope
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^~~~
extensions/gdal_wrap.cpp:6052:89: error: expected primary-expression before ‘iXDim’
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^~~~~
extensions/gdal_wrap.cpp:6052:102: error: expected primary-expression before ‘iYDim’
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^~~~~
extensions/gdal_wrap.cpp:6052:107: error: expression list treated as compound expression in initializer [-fpermissive]
6052 | SWIGINTERN GDALDatasetShadow *GDALMDArrayHS_AsClassicDataset(GDALMDArrayHS *self,size_t iXDim,size_t iYDim){
| ^
extensions/gdal_wrap.cpp:6055:17: error: variable or field ‘delete_GDALAttributeHS’ declared void
6055 | SWIGINTERN void delete_GDALAttributeHS(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6055:40: error: ‘GDALAttributeHS’ was not declared in this scope
6055 | SWIGINTERN void delete_GDALAttributeHS(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6055:57: error: ‘self’ was not declared in this scope
6055 | SWIGINTERN void delete_GDALAttributeHS(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6058:48: error: ‘GDALAttributeHS’ was not declared in this scope
6058 | SWIGINTERN char const *GDALAttributeHS_GetName(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6058:65: error: ‘self’ was not declared in this scope
6058 | SWIGINTERN char const *GDALAttributeHS_GetName(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6061:52: error: ‘GDALAttributeHS’ was not declared in this scope
6061 | SWIGINTERN char const *GDALAttributeHS_GetFullName(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6061:69: error: ‘self’ was not declared in this scope
6061 | SWIGINTERN char const *GDALAttributeHS_GetFullName(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6064:69: error: ‘GDALAttributeHS’ was not declared in this scope
6064 | SWIGINTERN unsigned long long GDALAttributeHS_GetTotalElementsCount(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6064:86: error: ‘self’ was not declared in this scope
6064 | SWIGINTERN unsigned long long GDALAttributeHS_GetTotalElementsCount(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6067:53: error: ‘GDALAttributeHS’ was not declared in this scope
6067 | SWIGINTERN size_t GDALAttributeHS_GetDimensionCount(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6067:70: error: ‘self’ was not declared in this scope
6067 | SWIGINTERN size_t GDALAttributeHS_GetDimensionCount(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6070:17: error: variable or field ‘GDALAttributeHS_GetDimensionsSize’ declared void
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6070:51: error: ‘GDALAttributeHS’ was not declared in this scope
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6070:68: error: ‘self’ was not declared in this scope
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:6070:82: error: expected primary-expression before ‘*’ token
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6070:84: error: ‘pdims’ was not declared in this scope
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~~
extensions/gdal_wrap.cpp:6070:97: error: expected primary-expression before ‘*’ token
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6070:98: error: ‘pnCount’ was not declared in this scope
6070 | SWIGINTERN void GDALAttributeHS_GetDimensionsSize(GDALAttributeHS *self,GUIntBig **pdims,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:6073:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
6073 | SWIGINTERN GDALExtendedDataTypeHS *GDALAttributeHS_GetDataType(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6076:45: error: ‘GDALAttributeHS’ was not declared in this scope
6076 | SWIGINTERN CPLErr GDALAttributeHS_ReadAsRaw(GDALAttributeHS *self,void **buf){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6076:62: error: ‘self’ was not declared in this scope
6076 | SWIGINTERN CPLErr GDALAttributeHS_ReadAsRaw(GDALAttributeHS *self,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:6076:67: error: expected primary-expression before ‘void’
6076 | SWIGINTERN CPLErr GDALAttributeHS_ReadAsRaw(GDALAttributeHS *self,void **buf){
| ^~~~
extensions/gdal_wrap.cpp:6076:77: error: expression list treated as compound expression in initializer [-fpermissive]
6076 | SWIGINTERN CPLErr GDALAttributeHS_ReadAsRaw(GDALAttributeHS *self,void **buf){
| ^
extensions/gdal_wrap.cpp:6132:53: error: ‘GDALAttributeHS’ was not declared in this scope
6132 | SWIGINTERN char const *GDALAttributeHS_ReadAsString(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6132:70: error: ‘self’ was not declared in this scope
6132 | SWIGINTERN char const *GDALAttributeHS_ReadAsString(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6135:42: error: ‘GDALAttributeHS’ was not declared in this scope
6135 | SWIGINTERN int GDALAttributeHS_ReadAsInt(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6135:59: error: ‘self’ was not declared in this scope
6135 | SWIGINTERN int GDALAttributeHS_ReadAsInt(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6138:48: error: ‘GDALAttributeHS’ was not declared in this scope
6138 | SWIGINTERN double GDALAttributeHS_ReadAsDouble(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6138:65: error: ‘self’ was not declared in this scope
6138 | SWIGINTERN double GDALAttributeHS_ReadAsDouble(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6141:53: error: ‘GDALAttributeHS’ was not declared in this scope
6141 | SWIGINTERN char **GDALAttributeHS_ReadAsStringArray(GDALAttributeHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6141:70: error: ‘self’ was not declared in this scope
6141 | SWIGINTERN char **GDALAttributeHS_ReadAsStringArray(GDALAttributeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6144:17: error: variable or field ‘GDALAttributeHS_ReadAsIntArray’ declared void
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6144:48: error: ‘GDALAttributeHS’ was not declared in this scope
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6144:65: error: ‘self’ was not declared in this scope
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:6144:70: error: expected primary-expression before ‘int’
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~
extensions/gdal_wrap.cpp:6144:89: error: expected primary-expression before ‘*’ token
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6144:90: error: ‘pnCount’ was not declared in this scope
6144 | SWIGINTERN void GDALAttributeHS_ReadAsIntArray(GDALAttributeHS *self,int **pvals,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:6147:17: error: variable or field ‘GDALAttributeHS_ReadAsDoubleArray’ declared void
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6147:51: error: ‘GDALAttributeHS’ was not declared in this scope
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6147:68: error: ‘self’ was not declared in this scope
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:6147:73: error: expected primary-expression before ‘double’
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~~~
extensions/gdal_wrap.cpp:6147:95: error: expected primary-expression before ‘*’ token
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6147:96: error: ‘pnCount’ was not declared in this scope
6147 | SWIGINTERN void GDALAttributeHS_ReadAsDoubleArray(GDALAttributeHS *self,double **pvals,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:6150:44: error: ‘GDALAttributeHS’ was not declared in this scope
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6150:61: error: ‘self’ was not declared in this scope
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6150:74: error: expected primary-expression before ‘nLen’
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6150:79: error: expected primary-expression before ‘char’
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^~~~
extensions/gdal_wrap.cpp:6150:89: error: expression list treated as compound expression in initializer [-fpermissive]
6150 | SWIGINTERN CPLErr GDALAttributeHS_WriteRaw(GDALAttributeHS *self,GIntBig nLen,char *pBuf){
| ^
extensions/gdal_wrap.cpp:6162:47: error: ‘GDALAttributeHS’ was not declared in this scope
6162 | SWIGINTERN CPLErr GDALAttributeHS_WriteString(GDALAttributeHS *self,char const *val){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6162:64: error: ‘self’ was not declared in this scope
6162 | SWIGINTERN CPLErr GDALAttributeHS_WriteString(GDALAttributeHS *self,char const *val){
| ^~~~
extensions/gdal_wrap.cpp:6162:69: error: expected primary-expression before ‘char’
6162 | SWIGINTERN CPLErr GDALAttributeHS_WriteString(GDALAttributeHS *self,char const *val){
| ^~~~
extensions/gdal_wrap.cpp:6162:84: error: expression list treated as compound expression in initializer [-fpermissive]
6162 | SWIGINTERN CPLErr GDALAttributeHS_WriteString(GDALAttributeHS *self,char const *val){
| ^
extensions/gdal_wrap.cpp:6165:52: error: ‘GDALAttributeHS’ was not declared in this scope
6165 | SWIGINTERN CPLErr GDALAttributeHS_WriteStringArray(GDALAttributeHS *self,char **vals){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6165:69: error: ‘self’ was not declared in this scope
6165 | SWIGINTERN CPLErr GDALAttributeHS_WriteStringArray(GDALAttributeHS *self,char **vals){
| ^~~~
extensions/gdal_wrap.cpp:6165:74: error: expected primary-expression before ‘char’
6165 | SWIGINTERN CPLErr GDALAttributeHS_WriteStringArray(GDALAttributeHS *self,char **vals){
| ^~~~
extensions/gdal_wrap.cpp:6165:85: error: expression list treated as compound expression in initializer [-fpermissive]
6165 | SWIGINTERN CPLErr GDALAttributeHS_WriteStringArray(GDALAttributeHS *self,char **vals){
| ^
extensions/gdal_wrap.cpp:6168:44: error: ‘GDALAttributeHS’ was not declared in this scope
6168 | SWIGINTERN CPLErr GDALAttributeHS_WriteInt(GDALAttributeHS *self,int val){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6168:61: error: ‘self’ was not declared in this scope
6168 | SWIGINTERN CPLErr GDALAttributeHS_WriteInt(GDALAttributeHS *self,int val){
| ^~~~
extensions/gdal_wrap.cpp:6168:66: error: expected primary-expression before ‘int’
6168 | SWIGINTERN CPLErr GDALAttributeHS_WriteInt(GDALAttributeHS *self,int val){
| ^~~
extensions/gdal_wrap.cpp:6168:73: error: expression list treated as compound expression in initializer [-fpermissive]
6168 | SWIGINTERN CPLErr GDALAttributeHS_WriteInt(GDALAttributeHS *self,int val){
| ^
extensions/gdal_wrap.cpp:6171:47: error: ‘GDALAttributeHS’ was not declared in this scope
6171 | SWIGINTERN CPLErr GDALAttributeHS_WriteDouble(GDALAttributeHS *self,double val){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6171:64: error: ‘self’ was not declared in this scope
6171 | SWIGINTERN CPLErr GDALAttributeHS_WriteDouble(GDALAttributeHS *self,double val){
| ^~~~
extensions/gdal_wrap.cpp:6171:69: error: expected primary-expression before ‘double’
6171 | SWIGINTERN CPLErr GDALAttributeHS_WriteDouble(GDALAttributeHS *self,double val){
| ^~~~~~
extensions/gdal_wrap.cpp:6171:79: error: expression list treated as compound expression in initializer [-fpermissive]
6171 | SWIGINTERN CPLErr GDALAttributeHS_WriteDouble(GDALAttributeHS *self,double val){
| ^
extensions/gdal_wrap.cpp:6174:52: error: ‘GDALAttributeHS’ was not declared in this scope
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6174:69: error: ‘self’ was not declared in this scope
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^~~~
extensions/gdal_wrap.cpp:6174:74: error: expected primary-expression before ‘int’
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^~~
extensions/gdal_wrap.cpp:6174:84: error: expected primary-expression before ‘double’
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^~~~~~
extensions/gdal_wrap.cpp:6174:97: error: expression list treated as compound expression in initializer [-fpermissive]
6174 | SWIGINTERN CPLErr GDALAttributeHS_WriteDoubleArray(GDALAttributeHS *self,int nList,double *pList){
| ^
extensions/gdal_wrap.cpp:6177:17: error: variable or field ‘delete_GDALDimensionHS’ declared void
6177 | SWIGINTERN void delete_GDALDimensionHS(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6177:40: error: ‘GDALDimensionHS’ was not declared in this scope
6177 | SWIGINTERN void delete_GDALDimensionHS(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6177:57: error: ‘self’ was not declared in this scope
6177 | SWIGINTERN void delete_GDALDimensionHS(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6180:48: error: ‘GDALDimensionHS’ was not declared in this scope
6180 | SWIGINTERN char const *GDALDimensionHS_GetName(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6180:65: error: ‘self’ was not declared in this scope
6180 | SWIGINTERN char const *GDALDimensionHS_GetName(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6183:52: error: ‘GDALDimensionHS’ was not declared in this scope
6183 | SWIGINTERN char const *GDALDimensionHS_GetFullName(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6183:69: error: ‘self’ was not declared in this scope
6183 | SWIGINTERN char const *GDALDimensionHS_GetFullName(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6186:48: error: ‘GDALDimensionHS’ was not declared in this scope
6186 | SWIGINTERN char const *GDALDimensionHS_GetType(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6186:65: error: ‘self’ was not declared in this scope
6186 | SWIGINTERN char const *GDALDimensionHS_GetType(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6189:53: error: ‘GDALDimensionHS’ was not declared in this scope
6189 | SWIGINTERN char const *GDALDimensionHS_GetDirection(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6189:70: error: ‘self’ was not declared in this scope
6189 | SWIGINTERN char const *GDALDimensionHS_GetDirection(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6192:55: error: ‘GDALDimensionHS’ was not declared in this scope
6192 | SWIGINTERN unsigned long long GDALDimensionHS_GetSize(GDALDimensionHS *self){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6192:72: error: ‘self’ was not declared in this scope
6192 | SWIGINTERN unsigned long long GDALDimensionHS_GetSize(GDALDimensionHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6195:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6195 | SWIGINTERN GDALMDArrayHS *GDALDimensionHS_GetIndexingVariable(GDALDimensionHS *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6198:53: error: ‘GDALDimensionHS’ was not declared in this scope
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6198:70: error: ‘self’ was not declared in this scope
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^~~~
extensions/gdal_wrap.cpp:6198:75: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:6198:90: error: ‘array’ was not declared in this scope
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^~~~~
extensions/gdal_wrap.cpp:6198:90: note: ‘std::array’ is defined in header ‘<array>’; did you forget to ‘#include <array>’?
extensions/gdal_wrap.cpp:6198:95: error: expression list treated as compound expression in initializer [-fpermissive]
6198 | SWIGINTERN bool GDALDimensionHS_SetIndexingVariable(GDALDimensionHS *self,GDALMDArrayHS *array){
| ^
extensions/gdal_wrap.cpp:6201:17: error: variable or field ‘delete_GDALExtendedDataTypeHS’ declared void
6201 | SWIGINTERN void delete_GDALExtendedDataTypeHS(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6201:47: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
6201 | SWIGINTERN void delete_GDALExtendedDataTypeHS(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6201:71: error: ‘self’ was not declared in this scope
6201 | SWIGINTERN void delete_GDALExtendedDataTypeHS(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6204:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
6204 | SWIGINTERN GDALExtendedDataTypeHS *GDALExtendedDataTypeHS_Create(GDALDataType dt){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6207:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
6207 | SWIGINTERN GDALExtendedDataTypeHS *GDALExtendedDataTypeHS_CreateString(size_t nMaxStringLength=0){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6210:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
6210 | SWIGINTERN GDALExtendedDataTypeHS *GDALExtendedDataTypeHS_CreateCompound(char const *name,size_t nTotalSize,int nComps,GDALEDTComponentHS **comps){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_wrap.cpp:6213:55: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetName’?
6213 | SWIGINTERN char const *GDALExtendedDataTypeHS_GetName(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetName
extensions/gdal_wrap.cpp:6213:79: error: ‘self’ was not declared in this scope
6213 | SWIGINTERN char const *GDALExtendedDataTypeHS_GetName(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6216:12: error: ‘GDALExtendedDataTypeClass’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_GetName’?
6216 | SWIGINTERN GDALExtendedDataTypeClass GDALExtendedDataTypeHS_GetClass(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetName
extensions/gdal_wrap.cpp:6219:67: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetName’?
6219 | SWIGINTERN GDALDataType GDALExtendedDataTypeHS_GetNumericDataType(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetName
extensions/gdal_wrap.cpp:6219:91: error: ‘self’ was not declared in this scope
6219 | SWIGINTERN GDALDataType GDALExtendedDataTypeHS_GetNumericDataType(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6222:50: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6222 | SWIGINTERN size_t GDALExtendedDataTypeHS_GetSize(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6222:74: error: ‘self’ was not declared in this scope
6222 | SWIGINTERN size_t GDALExtendedDataTypeHS_GetSize(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6225:61: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6225 | SWIGINTERN size_t GDALExtendedDataTypeHS_GetMaxStringLength(GDALExtendedDataTypeHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6225:85: error: ‘self’ was not declared in this scope
6225 | SWIGINTERN size_t GDALExtendedDataTypeHS_GetMaxStringLength(GDALExtendedDataTypeHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6228:17: error: variable or field ‘GDALExtendedDataTypeHS_GetComponents’ declared void
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6228:54: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6228:78: error: ‘self’ was not declared in this scope
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~
extensions/gdal_wrap.cpp:6228:83: error: ‘GDALEDTComponentHS’ was not declared in this scope
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6228:105: error: ‘pcomps’ was not declared in this scope
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~
extensions/gdal_wrap.cpp:6228:119: error: expected primary-expression before ‘*’ token
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^
extensions/gdal_wrap.cpp:6228:120: error: ‘pnCount’ was not declared in this scope
6228 | SWIGINTERN void GDALExtendedDataTypeHS_GetComponents(GDALExtendedDataTypeHS *self,GDALEDTComponentHS ***pcomps,size_t *pnCount){
| ^~~~~~~
extensions/gdal_wrap.cpp:6231:53: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6231:77: error: ‘self’ was not declared in this scope
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~
extensions/gdal_wrap.cpp:6231:82: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_GetSize’?
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_GetSize
extensions/gdal_wrap.cpp:6231:106: error: ‘other’ was not declared in this scope
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~
extensions/gdal_wrap.cpp:6231:111: error: expression list treated as compound expression in initializer [-fpermissive]
6231 | SWIGINTERN bool GDALExtendedDataTypeHS_CanConvertTo(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^
extensions/gdal_wrap.cpp:6234:47: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:6234:71: error: ‘self’ was not declared in this scope
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~
extensions/gdal_wrap.cpp:6234:76: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:6234:100: error: ‘other’ was not declared in this scope
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^~~~~
extensions/gdal_wrap.cpp:6234:105: error: expression list treated as compound expression in initializer [-fpermissive]
6234 | SWIGINTERN bool GDALExtendedDataTypeHS_Equals(GDALExtendedDataTypeHS *self,GDALExtendedDataTypeHS *other){
| ^
extensions/gdal_wrap.cpp:6237:17: error: variable or field ‘delete_GDALEDTComponentHS’ declared void
6237 | SWIGINTERN void delete_GDALEDTComponentHS(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6237:43: error: ‘GDALEDTComponentHS’ was not declared in this scope
6237 | SWIGINTERN void delete_GDALEDTComponentHS(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6237:63: error: ‘self’ was not declared in this scope
6237 | SWIGINTERN void delete_GDALEDTComponentHS(GDALEDTComponentHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6240:12: error: ‘GDALEDTComponentHS’ does not name a type
6240 | SWIGINTERN GDALEDTComponentHS *GDALEDTComponentHS_Create(char const *name,size_t offset,GDALExtendedDataTypeHS *type){
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:6243:51: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
6243 | SWIGINTERN char const *GDALEDTComponentHS_GetName(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:6243:71: error: ‘self’ was not declared in this scope
6243 | SWIGINTERN char const *GDALEDTComponentHS_GetName(GDALEDTComponentHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6246:48: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
6246 | SWIGINTERN size_t GDALEDTComponentHS_GetOffset(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:6246:68: error: ‘self’ was not declared in this scope
6246 | SWIGINTERN size_t GDALEDTComponentHS_GetOffset(GDALEDTComponentHS *self){
| ^~~~
extensions/gdal_wrap.cpp:6249:12: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
6249 | SWIGINTERN GDALExtendedDataTypeHS *GDALEDTComponentHS_GetType(GDALEDTComponentHS *self){
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:6585:12: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
6585 | SWIGINTERN GDALMDArrayHS *GDALRasterBandShadow_AsMDArray(GDALRasterBandShadow *self){
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp: In function ‘CPLErr GDALRasterBandShadow_ReadRaster1(GDALRasterBandShadow*, double, double, double, double, void**, int*, int*, int*, GIntBig*, GIntBig*, GDALRIOResampleAlg, GDALProgressFunc, void*)’:
extensions/gdal_wrap.cpp:6593:59: error: ‘GRIORA_LAST’ was not declared in this scope
6593 | static_cast<int>(resample_alg) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:7168:25: error: ‘GDALViewshedMode’ has not been declared
7168 | GDALViewshedMode mode, double maxDistance,
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:7170:25: error: ‘GDALViewshedOutputType’ has not been declared
7170 | GDALViewshedOutputType heightMode = GVOT_NORMAL,
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:7170:61: error: ‘GVOT_NORMAL’ was not declared in this scope; did you mean ‘FP_NORMAL’?
7170 | GDALViewshedOutputType heightMode = GVOT_NORMAL,
| ^~~~~~~~~~~
| FP_NORMAL
extensions/gdal_wrap.cpp: In function ‘GDALDatasetShadow* ViewshedGenerate(GDALRasterBandShadow*, const char*, const char*, char**, double, double, double, double, double, double, double, double, double, int, double, GDALProgressFunc, void*, int, char**)’:
extensions/gdal_wrap.cpp:7173:29: error: ‘GDALViewshedGenerate’ was not declared in this scope; did you mean ‘ViewshedGenerate’?
7173 | GDALDatasetShadow* ds = GDALViewshedGenerate( srcBand,
| ^~~~~~~~~~~~~~~~~~~~
| ViewshedGenerate
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:7672:12: error: ‘GDALMultiDimInfoOptions’ does not name a type; did you mean ‘GDALInfoOptions’?
7672 | SWIGINTERN GDALMultiDimInfoOptions *new_GDALMultiDimInfoOptions(char **options){
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:7675:17: error: variable or field ‘delete_GDALMultiDimInfoOptions’ declared void
7675 | SWIGINTERN void delete_GDALMultiDimInfoOptions(GDALMultiDimInfoOptions *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:7675:48: error: ‘GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘GDALInfoOptions’?
7675 | SWIGINTERN void delete_GDALMultiDimInfoOptions(GDALMultiDimInfoOptions *self){
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:7675:73: error: ‘self’ was not declared in this scope
7675 | SWIGINTERN void delete_GDALMultiDimInfoOptions(GDALMultiDimInfoOptions *self){
| ^~~~
extensions/gdal_wrap.cpp:8210:12: error: ‘GDALMultiDimTranslateOptions’ does not name a type; did you mean ‘GDALVectorTranslateOptions’?
8210 | SWIGINTERN GDALMultiDimTranslateOptions *new_GDALMultiDimTranslateOptions(char **options){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:8213:17: error: variable or field ‘delete_GDALMultiDimTranslateOptions’ declared void
8213 | SWIGINTERN void delete_GDALMultiDimTranslateOptions(GDALMultiDimTranslateOptions *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:8213:53: error: ‘GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptions’?
8213 | SWIGINTERN void delete_GDALMultiDimTranslateOptions(GDALMultiDimTranslateOptions *self){
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:8213:83: error: ‘self’ was not declared in this scope
8213 | SWIGINTERN void delete_GDALMultiDimTranslateOptions(GDALMultiDimTranslateOptions *self){
| ^~~~
extensions/gdal_wrap.cpp:8219:46: error: ‘GDALMultiDimTranslateOptions’ has not been declared
8219 | GDALMultiDimTranslateOptions* multiDimTranslateOptions,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘GDALDatasetShadow* wrapper_GDALMultiDimTranslateDestName(const char*, int, GDALDatasetShadow**, int*, GDALProgressFunc, void*)’:
extensions/gdal_wrap.cpp:8230:40: error: ‘GDALMultiDimTranslateOptionsNew’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptionsNew’?
8230 | multiDimTranslateOptions = GDALMultiDimTranslateOptionsNew(NULL, NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptionsNew
extensions/gdal_wrap.cpp:8232:9: error: ‘GDALMultiDimTranslateOptionsSetProgress’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptionsSetProgress’?
8232 | GDALMultiDimTranslateOptionsSetProgress(multiDimTranslateOptions, callback, callback_data);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptionsSetProgress
extensions/gdal_wrap.cpp:8241:27: error: ‘GDALMultiDimTranslate’ was not declared in this scope; did you mean ‘GDALVectorTranslate’?
8241 | GDALDatasetH hDSRet = GDALMultiDimTranslate(dest, NULL, object_list_count, poObjects, multiDimTranslateOptions, &usageError);
| ^~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslate
extensions/gdal_wrap.cpp:8243:9: error: ‘GDALMultiDimTranslateOptionsFree’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptionsFree’?
8243 | GDALMultiDimTranslateOptionsFree(multiDimTranslateOptions);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptionsFree
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EscapeString(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:9015:63: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
9015 | int res = PyObject_AsReadBuffer(obj0, &safeBuf, &safeLen);
| ^
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/gdal_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_CPLBinaryToHex(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:10335:63: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
10335 | int res = PyObject_AsReadBuffer(obj0, &safeBuf, &safeLen);
| ^
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/gdal_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_GetFileMetadata(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:11937:25: error: ‘VSIGetFileMetadata’ was not declared in this scope; did you mean ‘_wrap_GetFileMetadata’?
11937 | result = (char **)VSIGetFileMetadata((char const *)arg1,(char const *)arg2,arg3);
| ^~~~~~~~~~~~~~~~~~
| _wrap_GetFileMetadata
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_SetFileMetadata(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:12120:22: error: ‘VSISetFileMetadata’ was not declared in this scope; did you mean ‘_wrap_SetFileMetadata’?
12120 | result = (bool)VSISetFileMetadata((char const *)arg1,arg2,(char const *)arg3,arg4);
| ^~~~~~~~~~~~~~~~~~
| _wrap_SetFileMetadata
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_VSIFWriteL(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:12779:63: warning: ‘int PyObject_AsReadBuffer(PyObject*, const void**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
12779 | int res = PyObject_AsReadBuffer(obj0, &safeBuf, &safeLen);
| ^
In file included from /home/alison/.pyenv/versions/3.8.3/include/python3.8/Python.h:147,
from extensions/gdal_wrap.cpp:175:
/home/alison/.pyenv/versions/3.8.3/include/python3.8/abstract.h:337:17: note: declared here
337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dataset_GetRootGroup(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:17345:3: error: ‘GDALGroupHS’ was not declared in this scope
17345 | GDALGroupHS *result = 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:17345:16: error: ‘result’ was not declared in this scope
17345 | GDALGroupHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:17359:30: error: expected primary-expression before ‘)’ token
17359 | result = (GDALGroupHS *)GDALDatasetShadow_GetRootGroup(arg1);
| ^
extensions/gdal_array_wrap.cpp:4003:21: error: ‘GDALGroup’ was not declared in this scope
4003 | std::shared_ptr<GDALGroup> GetRootGroup() const override { return poMEMDS->GetRootGroup(); }
| ^~~~~~~~~
extensions/gdal_array_wrap.cpp:4003:30: error: template argument 1 is invalid
4003 | std::shared_ptr<GDALGroup> GetRootGroup() const override { return poMEMDS->GetRootGroup(); }
| ^
extensions/gdal_array_wrap.cpp:4003:32: error: ‘int NUMPYMultiDimensionalDataset::GetRootGroup() const’ marked ‘override’, but does not override
4003 | std::shared_ptr<GDALGroup> GetRootGroup() const override { return poMEMDS->GetRootGroup(); }
| ^~~~~~~~~~~~
extensions/gdal_array_wrap.cpp: In member function ‘int NUMPYMultiDimensionalDataset::GetRootGroup() const’:
extensions/gdal_array_wrap.cpp:4003:80: error: ‘class GDALDataset’ has no member named ‘GetRootGroup’
4003 | std::shared_ptr<GDALGroup> GetRootGroup() const override { return poMEMDS->GetRootGroup(); }
| ^~~~~~~~~~~~
extensions/gdal_array_wrap.cpp: In static member function ‘static GDALDataset* NUMPYMultiDimensionalDataset::Open(PyArrayObject*)’:
extensions/gdal_array_wrap.cpp:4047:33: error: ‘class GDALDriver’ has no member named ‘CreateMultiDimensional’
4047 | auto poMEMDS = poMemDriver->CreateMultiDimensional("", nullptr, nullptr);
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4051:33: error: ‘GDALDimension’ was not declared in this scope
4051 | std::vector<std::shared_ptr<GDALDimension>> apoDims;
| ^~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4051:33: error: template argument 1 is invalid
extensions/gdal_array_wrap.cpp:4051:46: error: template argument 1 is invalid
4051 | std::vector<std::shared_ptr<GDALDimension>> apoDims;
| ^~
extensions/gdal_array_wrap.cpp:4051:46: error: template argument 2 is invalid
extensions/gdal_array_wrap.cpp:4061:17: error: request for member ‘push_back’ in ‘apoDims’, which is of non-class type ‘int’
4061 | apoDims.push_back(poDim);
| ^~~~~~~~~
extensions/gdal_array_wrap.cpp:4077:39: error: ‘GDALExtendedDataType’ has not been declared
4077 | GDALExtendedDataType::Create(eType),
| ^~~~~~~~~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4081:16: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
4081 | delete poMEMDS;
| ^~~~~~~
extensions/gdal_array_wrap.cpp: At global scope:
extensions/gdal_array_wrap.cpp:4473:34: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
4473 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_array_wrap.cpp:4473:58: error: ‘dt’ was not declared in this scope
4473 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~
extensions/gdal_array_wrap.cpp:4498:27: error: ‘GDALMDArrayHS’ has not been declared
4498 | GDALMDArrayHS* mdarray,
| ^~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4502:27: error: ‘GDALExtendedDataTypeHS’ has not been declared
4502 | GDALExtendedDataTypeHS* buffer_datatype) {
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp: In function ‘CPLErr MDArrayIONumPy(bool, int*, PyArrayObject*, int, GUIntBig*, int, GIntBig*, int*)’:
extensions/gdal_array_wrap.cpp:4504:46: error: ‘CheckNumericDataType’ cannot be used as a function
4504 | if( !CheckNumericDataType(buffer_datatype) )
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dataset_ReadRaster1(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:20848:50: error: ‘GRIORA_LAST’ was not declared in this scope
20848 | static_cast<int>(arg15) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_Group(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:20921:3: error: ‘GDALGroupHS’ was not declared in this scope
20921 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4510:36: error: ‘GDALMDArrayGetDimensionCount’ was not declared in this scope
4510 | const int nExpectedDims = (int)GDALMDArrayGetDimensionCount(mdarray);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:20921:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
20921 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:20921:37: error: expected primary-expression before ‘)’ token
20921 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:20931:28: error: ‘GDALGroupHS’ does not name a type
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:20931:40: error: expected ‘>’ before ‘*’ token
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:20931:40: error: expected ‘(’ before ‘*’ token
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:20931:42: error: expected primary-expression before ‘>’ token
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:20931:50: error: expected ‘)’ before ‘;’ token
20931 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:20938:7: error: ‘delete_GDALGroupHS’ was not declared in this scope
20938 | delete_GDALGroupHS(arg1);
| ^~~~~~~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:4521:28: error: ‘GDALExtendedDataTypeGetSize’ was not declared in this scope
4521 | const size_t nDTSize = GDALExtendedDataTypeGetSize(buffer_datatype);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:20960:3: error: ‘GDALGroupHS’ was not declared in this scope
20960 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:20960:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
20960 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:20960:37: error: expected primary-expression before ‘)’ token
20960 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:20971:28: error: ‘GDALGroupHS’ does not name a type
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:20971:40: error: expected ‘>’ before ‘*’ token
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:20971:40: error: expected ‘(’ before ‘*’ token
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:20971:42: error: expected primary-expression before ‘>’ token
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:20971:50: error: expected ‘)’ before ‘;’ token
20971 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:20978:48: error: ‘GDALGroupHS_GetName’ cannot be used as a function
20978 | result = (char *)GDALGroupHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetFullName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21000:3: error: ‘GDALGroupHS’ was not declared in this scope
21000 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21000:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21000 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21000:37: error: expected primary-expression before ‘)’ token
21000 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21011:28: error: ‘GDALGroupHS’ does not name a type
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21011:40: error: expected ‘>’ before ‘*’ token
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21011:40: error: expected ‘(’ before ‘*’ token
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21011:42: error: expected primary-expression before ‘>’ token
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21011:50: error: expected ‘)’ before ‘;’ token
21011 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21018:52: error: ‘GDALGroupHS_GetFullName’ cannot be used as a function
21018 | result = (char *)GDALGroupHS_GetFullName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetMDArrayNames(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21040:3: error: ‘GDALGroupHS’ was not declared in this scope
21040 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21040:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21040 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21040:37: error: expected primary-expression before ‘)’ token
21040 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21053:28: error: ‘GDALGroupHS’ does not name a type
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21053:40: error: expected ‘>’ before ‘*’ token
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21053:40: error: expected ‘(’ before ‘*’ token
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21053:42: error: expected primary-expression before ‘>’ token
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21053:50: error: expected ‘)’ before ‘;’ token
21053 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21071:62: error: ‘GDALGroupHS_GetMDArrayNames’ cannot be used as a function
21071 | result = (char **)GDALGroupHS_GetMDArrayNames(arg1,arg2);
| ^
extensions/gdal_array_wrap.cpp:4541:16: error: ‘GDALMDArrayWrite’ was not declared in this scope
4541 | return GDALMDArrayWrite( mdarray,
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_OpenMDArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21117:3: error: ‘GDALGroupHS’ was not declared in this scope
21117 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21117:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21117 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21117:37: error: expected primary-expression before ‘)’ token
21117 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21128:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
21128 | GDALMDArrayHS *result = 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:21128:18: error: ‘result’ was not declared in this scope
21128 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21135:28: error: ‘GDALGroupHS’ does not name a type
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21135:40: error: expected ‘>’ before ‘*’ token
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21135:40: error: expected ‘(’ before ‘*’ token
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21135:42: error: expected primary-expression before ‘>’ token
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21135:50: error: expected ‘)’ before ‘;’ token
21135 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21163:32: error: expected primary-expression before ‘)’ token
21163 | result = (GDALMDArrayHS *)GDALGroupHS_OpenMDArray(arg1,(char const *)arg2,arg3);
| ^
extensions/gdal_array_wrap.cpp:4552:16: error: ‘GDALMDArrayRead’ was not declared in this scope
4552 | return GDALMDArrayRead( mdarray,
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetGroupNames(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21195:3: error: ‘GDALGroupHS’ was not declared in this scope
21195 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21195:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21195 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21195:37: error: expected primary-expression before ‘)’ token
21195 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21208:28: error: ‘GDALGroupHS’ does not name a type
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21208:40: error: expected ‘>’ before ‘*’ token
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21208:40: error: expected ‘(’ before ‘*’ token
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21208:42: error: expected primary-expression before ‘>’ token
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21208:50: error: expected ‘)’ before ‘;’ token
21208 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21226:60: error: ‘GDALGroupHS_GetGroupNames’ cannot be used as a function
21226 | result = (char **)GDALGroupHS_GetGroupNames(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_OpenGroup(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21272:3: error: ‘GDALGroupHS’ was not declared in this scope
21272 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21272:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21272 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21272:37: error: expected primary-expression before ‘)’ token
21272 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_array_wrap.cpp: In function ‘PyObject* _wrap_BandRasterIONumPy(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_array_wrap.cpp:5444:49: error: ‘GRIORA_LAST’ was not declared in this scope
5444 | static_cast<int>(arg9) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21283:16: error: ‘result’ was not declared in this scope
21283 | GDALGroupHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21290:28: error: ‘GDALGroupHS’ does not name a type
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21290:40: error: expected ‘>’ before ‘*’ token
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21290:40: error: expected ‘(’ before ‘*’ token
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21290:42: error: expected primary-expression before ‘>’ token
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21290:50: error: expected ‘)’ before ‘;’ token
21290 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21318:30: error: expected primary-expression before ‘)’ token
21318 | result = (GDALGroupHS *)GDALGroupHS_OpenGroup(arg1,(char const *)arg2,arg3);
| ^
extensions/gdal_array_wrap.cpp: In function ‘PyObject* _wrap_DatasetIONumPy(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_array_wrap.cpp:5639:49: error: ‘GRIORA_LAST’ was not declared in this scope
5639 | static_cast<int>(arg9) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetDimensions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21350:3: error: ‘GDALGroupHS’ was not declared in this scope
21350 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21350:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21350 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21350:37: error: expected primary-expression before ‘)’ token
21350 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_array_wrap.cpp: In function ‘PyObject* _wrap_MDArrayIONumPy(PyObject*, PyObject*)’:
extensions/gdal_array_wrap.cpp:5671:3: error: ‘GDALMDArrayHS’ was not declared in this scope
5671 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:5671:18: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’?
5671 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^~~~
| arg1
extensions/gdal_array_wrap.cpp:5671:41: error: expected primary-expression before ‘)’ token
5671 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21351:3: error: ‘GDALDimensionHS’ was not declared in this scope
21351 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21351:22: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
21351 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21351:49: error: expected primary-expression before ‘)’ token
21351 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:21356:21: error: ‘dims2’ was not declared in this scope
21356 | GDALDimensionHS **dims2 = 0 ;
| ^~~~~
extensions/gdal_wrap.cpp:21371:28: error: ‘GDALGroupHS’ does not name a type
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21371:40: error: expected ‘>’ before ‘*’ token
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21371:40: error: expected ‘(’ before ‘*’ token
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21371:42: error: expected primary-expression before ‘>’ token
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21371:50: error: expected ‘)’ before ‘;’ token
21371 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_array_wrap.cpp:5677:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALFindDataType’?
5677 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_array_wrap.cpp:5677:27: error: ‘arg8’ was not declared in this scope; did you mean ‘arg7’?
5677 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg7
extensions/gdal_array_wrap.cpp:5677:59: error: expected primary-expression before ‘)’ token
5677 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^
g++ -pthread -shared -L/home/alison/.pyenv/versions/3.8.3/lib -L/home/alison/.pyenv/versions/3.8.3/lib build/temp.linux-x86_64-3.8/extensions/gnm_wrap.o -L../../.libs -L../../ -L/usr/lib -lgdal -o build/lib.linux-x86_64-3.8/osgeo/_gnm.cpython-38-x86_64-linux-gnu.so
extensions/gdal_array_wrap.cpp:5702:28: error: ‘GDALMDArrayHS’ does not name a type
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^~~~~~~~~~~~~
extensions/gdal_array_wrap.cpp:5702:42: error: expected ‘>’ before ‘*’ token
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
extensions/gdal_array_wrap.cpp:5702:42: error: expected ‘(’ before ‘*’ token
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
| (
extensions/gdal_array_wrap.cpp:5702:44: error: expected primary-expression before ‘>’ token
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
extensions/gdal_array_wrap.cpp:5702:52: error: expected ‘)’ before ‘;’ token
5702 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:21389:7: error: ‘GDALGroupHS_GetDimensions’ was not declared in this scope; did you mean ‘_wrap_Group_GetDimensions’?
21389 | GDALGroupHS_GetDimensions(arg1,arg2,arg3,arg4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_Group_GetDimensions
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetAttribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21437:3: error: ‘GDALGroupHS’ was not declared in this scope
21437 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21437:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21437 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21437:37: error: expected primary-expression before ‘)’ token
21437 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21446:3: error: ‘GDALAttributeHS’ was not declared in this scope
21446 | GDALAttributeHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21446:20: error: ‘result’ was not declared in this scope
21446 | GDALAttributeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21453:28: error: ‘GDALGroupHS’ does not name a type
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21453:40: error: expected ‘>’ before ‘*’ token
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21453:40: error: expected ‘(’ before ‘*’ token
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21453:42: error: expected primary-expression before ‘>’ token
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21453:50: error: expected ‘)’ before ‘;’ token
21453 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21470:34: error: expected primary-expression before ‘)’ token
21470 | result = (GDALAttributeHS *)GDALGroupHS_GetAttribute(arg1,(char const *)arg2);
| ^
extensions/gdal_array_wrap.cpp:5771:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALFindDataType’?
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALFindDataType
extensions/gdal_array_wrap.cpp:5771:51: error: expected ‘>’ before ‘*’ token
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
extensions/gdal_array_wrap.cpp:5771:51: error: expected ‘(’ before ‘*’ token
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
| (
extensions/gdal_array_wrap.cpp:5771:53: error: expected primary-expression before ‘>’ token
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
extensions/gdal_array_wrap.cpp:5771:61: error: expected ‘)’ before ‘;’ token
5771 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
| )
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetAttributes(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21494:3: error: ‘GDALGroupHS’ was not declared in this scope
21494 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21494:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21494 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21494:37: error: expected primary-expression before ‘)’ token
21494 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21495:3: error: ‘GDALAttributeHS’ was not declared in this scope
21495 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21495:22: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
21495 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21495:49: error: expected primary-expression before ‘)’ token
21495 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:21500:21: error: ‘attrs2’ was not declared in this scope
21500 | GDALAttributeHS **attrs2 = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21515:28: error: ‘GDALGroupHS’ does not name a type
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21515:40: error: expected ‘>’ before ‘*’ token
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21515:40: error: expected ‘(’ before ‘*’ token
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21515:42: error: expected primary-expression before ‘>’ token
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21515:50: error: expected ‘)’ before ‘;’ token
21515 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21533:7: error: ‘GDALGroupHS_GetAttributes’ was not declared in this scope; did you mean ‘_wrap_Group_GetAttributes’?
21533 | GDALGroupHS_GetAttributes(arg1,arg2,arg3,arg4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_Group_GetAttributes
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_GetStructuralInfo(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21581:3: error: ‘GDALGroupHS’ was not declared in this scope
21581 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21581:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21581 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21581:37: error: expected primary-expression before ‘)’ token
21581 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21592:28: error: ‘GDALGroupHS’ does not name a type
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21592:40: error: expected ‘>’ before ‘*’ token
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21592:40: error: expected ‘(’ before ‘*’ token
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21592:42: error: expected primary-expression before ‘>’ token
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21592:50: error: expected ‘)’ before ‘;’ token
21592 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21599:59: error: ‘GDALGroupHS_GetStructuralInfo’ cannot be used as a function
21599 | result = (char **)GDALGroupHS_GetStructuralInfo(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_CreateGroup(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21644:3: error: ‘GDALGroupHS’ was not declared in this scope
21644 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21644:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21644 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21644:37: error: expected primary-expression before ‘)’ token
21644 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21655:16: error: ‘result’ was not declared in this scope
21655 | GDALGroupHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21662:28: error: ‘GDALGroupHS’ does not name a type
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21662:40: error: expected ‘>’ before ‘*’ token
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21662:40: error: expected ‘(’ before ‘*’ token
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21662:42: error: expected primary-expression before ‘>’ token
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21662:50: error: expected ‘)’ before ‘;’ token
21662 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21690:30: error: expected primary-expression before ‘)’ token
21690 | result = (GDALGroupHS *)GDALGroupHS_CreateGroup(arg1,(char const *)arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_CreateDimension(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21722:3: error: ‘GDALGroupHS’ was not declared in this scope
21722 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21722:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21722 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21722:37: error: expected primary-expression before ‘)’ token
21722 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21747:3: error: ‘GDALDimensionHS’ was not declared in this scope
21747 | GDALDimensionHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21747:20: error: ‘result’ was not declared in this scope
21747 | GDALDimensionHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21754:28: error: ‘GDALGroupHS’ does not name a type
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21754:40: error: expected ‘>’ before ‘*’ token
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21754:40: error: expected ‘(’ before ‘*’ token
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21754:42: error: expected primary-expression before ‘>’ token
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21754:50: error: expected ‘)’ before ‘;’ token
21754 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21797:34: error: expected primary-expression before ‘)’ token
21797 | result = (GDALDimensionHS *)GDALGroupHS_CreateDimension(arg1,(char const *)arg2,(char const *)arg3,(char const *)arg4,arg5,arg6);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_CreateMDArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21833:3: error: ‘GDALGroupHS’ was not declared in this scope
21833 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21833:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21833 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21833:37: error: expected primary-expression before ‘)’ token
21833 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21836:3: error: ‘GDALDimensionHS’ was not declared in this scope
21836 | GDALDimensionHS **arg4 = (GDALDimensionHS **) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21836:21: error: ‘arg4’ was not declared in this scope; did you mean ‘arg3’?
21836 | GDALDimensionHS **arg4 = (GDALDimensionHS **) 0 ;
| ^~~~
| arg3
extensions/gdal_wrap.cpp:21836:47: error: expected primary-expression before ‘)’ token
21836 | GDALDimensionHS **arg4 = (GDALDimensionHS **) 0 ;
| ^
extensions/gdal_wrap.cpp:21837:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
21837 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:21837:27: error: ‘arg5’ was not declared in this scope; did you mean ‘arg3’?
21837 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg3
extensions/gdal_wrap.cpp:21837:59: error: expected primary-expression before ‘)’ token
21837 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21851:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
21851 | GDALMDArrayHS *result = 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:21851:18: error: ‘result’ was not declared in this scope
21851 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21858:28: error: ‘GDALGroupHS’ does not name a type
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21858:40: error: expected ‘>’ before ‘*’ token
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21858:40: error: expected ‘(’ before ‘*’ token
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21858:42: error: expected primary-expression before ‘>’ token
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21858:50: error: expected ‘)’ before ‘;’ token
21858 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:21876:30: error: expected primary-expression before ‘)’ token
21876 | arg4 = (GDALDimensionHS**) CPLMalloc(arg3*sizeof(GDALDimensionHS*));
| ^
extensions/gdal_wrap.cpp:21880:24: error: ‘rawobjectpointer’ was not declared in this scope
21880 | GDALDimensionHS* rawobjectpointer = NULL;
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21896:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:21896:51: error: expected ‘>’ before ‘*’ token
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:21896:51: error: expected ‘(’ before ‘*’ token
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| (
extensions/gdal_wrap.cpp:21896:53: error: expected primary-expression before ‘>’ token
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:21896:61: error: expected ‘)’ before ‘;’ token
21896 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| )
extensions/gdal_wrap.cpp:21924:32: error: expected primary-expression before ‘)’ token
21924 | result = (GDALMDArrayHS *)GDALGroupHS_CreateMDArray(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Group_CreateAttribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:21964:3: error: ‘GDALGroupHS’ was not declared in this scope
21964 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21964:16: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
21964 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:21964:37: error: expected primary-expression before ‘)’ token
21964 | GDALGroupHS *arg1 = (GDALGroupHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21968:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
21968 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:21968:27: error: ‘arg5’ was not declared in this scope; did you mean ‘arg4’?
21968 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg4
extensions/gdal_wrap.cpp:21968:59: error: expected primary-expression before ‘)’ token
21968 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:21982:3: error: ‘GDALAttributeHS’ was not declared in this scope
21982 | GDALAttributeHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:21982:20: error: ‘result’ was not declared in this scope
21982 | GDALAttributeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:21989:28: error: ‘GDALGroupHS’ does not name a type
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp:21989:40: error: expected ‘>’ before ‘*’ token
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21989:40: error: expected ‘(’ before ‘*’ token
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:21989:42: error: expected primary-expression before ‘>’ token
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:21989:50: error: expected ‘)’ before ‘;’ token
21989 | arg1 = reinterpret_cast< GDALGroupHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22025:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22025:51: error: expected ‘>’ before ‘*’ token
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:22025:51: error: expected ‘(’ before ‘*’ token
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| (
extensions/gdal_wrap.cpp:22025:53: error: expected primary-expression before ‘>’ token
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:22025:61: error: expected ‘)’ before ‘;’ token
22025 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| )
extensions/gdal_wrap.cpp:22053:34: error: expected primary-expression before ‘)’ token
22053 | result = (GDALAttributeHS *)GDALGroupHS_CreateAttribute(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_MDArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22104:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22104 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22104:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22104 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22104:41: error: expected primary-expression before ‘)’ token
22104 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22114:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22114:42: error: expected ‘>’ before ‘*’ token
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22114:42: error: expected ‘(’ before ‘*’ token
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22114:44: error: expected primary-expression before ‘>’ token
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22114:52: error: expected ‘)’ before ‘;’ token
22114 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22121:7: error: ‘delete_GDALMDArrayHS’ was not declared in this scope
22121 | delete_GDALMDArrayHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22143:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22143 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22143:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22143 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22143:41: error: expected primary-expression before ‘)’ token
22143 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22154:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22154:42: error: expected ‘>’ before ‘*’ token
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22154:42: error: expected ‘(’ before ‘*’ token
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22154:44: error: expected primary-expression before ‘>’ token
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22154:52: error: expected ‘)’ before ‘;’ token
22154 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22161:50: error: ‘GDALMDArrayHS_GetName’ cannot be used as a function
22161 | result = (char *)GDALMDArrayHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetFullName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22183:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22183 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22183:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22183 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22183:41: error: expected primary-expression before ‘)’ token
22183 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22194:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22194:42: error: expected ‘>’ before ‘*’ token
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22194:42: error: expected ‘(’ before ‘*’ token
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22194:44: error: expected primary-expression before ‘>’ token
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22194:52: error: expected ‘)’ before ‘;’ token
22194 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22201:54: error: ‘GDALMDArrayHS_GetFullName’ cannot be used as a function
22201 | result = (char *)GDALMDArrayHS_GetFullName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetTotalElementsCount(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22223:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22223 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22223:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22223 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22223:41: error: expected primary-expression before ‘)’ token
22223 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22234:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22234:42: error: expected ‘>’ before ‘*’ token
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22234:42: error: expected ‘(’ before ‘*’ token
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22234:44: error: expected primary-expression before ‘>’ token
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22234:52: error: expected ‘)’ before ‘;’ token
22234 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22241:76: error: ‘GDALMDArrayHS_GetTotalElementsCount’ cannot be used as a function
22241 | result = (unsigned long long)GDALMDArrayHS_GetTotalElementsCount(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetDimensionCount(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22263:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22263 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22263:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22263 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22263:41: error: expected primary-expression before ‘)’ token
22263 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22274:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22274:42: error: expected ‘>’ before ‘*’ token
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22274:42: error: expected ‘(’ before ‘*’ token
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22274:44: error: expected primary-expression before ‘>’ token
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22274:52: error: expected ‘)’ before ‘;’ token
22274 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22281:52: error: ‘GDALMDArrayHS_GetDimensionCount’ cannot be used as a function
22281 | result = GDALMDArrayHS_GetDimensionCount(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetDimensions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22303:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22303 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22303:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22303 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22303:41: error: expected primary-expression before ‘)’ token
22303 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22304:3: error: ‘GDALDimensionHS’ was not declared in this scope
22304 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:22304:22: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
22304 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22304:49: error: expected primary-expression before ‘)’ token
22304 | GDALDimensionHS ***arg2 = (GDALDimensionHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:22308:21: error: ‘dims2’ was not declared in this scope
22308 | GDALDimensionHS **dims2 = 0 ;
| ^~~~~
extensions/gdal_wrap.cpp:22322:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22322:42: error: expected ‘>’ before ‘*’ token
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22322:42: error: expected ‘(’ before ‘*’ token
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22322:44: error: expected primary-expression before ‘>’ token
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22322:52: error: expected ‘)’ before ‘;’ token
22322 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22329:7: error: ‘GDALMDArrayHS_GetDimensions’ was not declared in this scope; did you mean ‘GDALMDArrayHS_GetDimensionCount’?
22329 | GDALMDArrayHS_GetDimensions(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALMDArrayHS_GetDimensionCount
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetBlockSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22369:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22369 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22369:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22369 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22369:41: error: expected primary-expression before ‘)’ token
22369 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22388:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22388:42: error: expected ‘>’ before ‘*’ token
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22388:42: error: expected ‘(’ before ‘*’ token
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22388:44: error: expected primary-expression before ‘>’ token
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22388:52: error: expected ‘)’ before ‘;’ token
22388 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22395:7: error: ‘GDALMDArrayHS_GetBlockSize’ was not declared in this scope; did you mean ‘_wrap_MDArray_GetBlockSize’?
22395 | GDALMDArrayHS_GetBlockSize(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_MDArray_GetBlockSize
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetProcessingChunkSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22441:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22441 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22441:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22441 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22441:41: error: expected primary-expression before ‘)’ token
22441 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22464:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22464:42: error: expected ‘>’ before ‘*’ token
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22464:42: error: expected ‘(’ before ‘*’ token
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22464:44: error: expected primary-expression before ‘>’ token
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22464:52: error: expected ‘)’ before ‘;’ token
22464 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22476:7: error: ‘GDALMDArrayHS_GetProcessingChunkSize’ was not declared in this scope; did you mean ‘_wrap_MDArray_GetProcessingChunkSize’?
22476 | GDALMDArrayHS_GetProcessingChunkSize(arg1,arg2,arg3,arg4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_MDArray_GetProcessingChunkSize
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetDataType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22522:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22522 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22522:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22522 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22522:41: error: expected primary-expression before ‘)’ token
22522 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22526:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22526 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22526:27: error: ‘result’ was not declared in this scope
22526 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:22533:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22533:42: error: expected ‘>’ before ‘*’ token
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22533:42: error: expected ‘(’ before ‘*’ token
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22533:44: error: expected primary-expression before ‘>’ token
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22533:52: error: expected ‘)’ before ‘;’ token
22533 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22540:41: error: expected primary-expression before ‘)’ token
22540 | result = (GDALExtendedDataTypeHS *)GDALMDArrayHS_GetDataType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetStructuralInfo(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22562:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22562 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22562:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22562 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22562:41: error: expected primary-expression before ‘)’ token
22562 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22573:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22573:42: error: expected ‘>’ before ‘*’ token
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22573:42: error: expected ‘(’ before ‘*’ token
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22573:44: error: expected primary-expression before ‘>’ token
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22573:52: error: expected ‘)’ before ‘;’ token
22573 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22580:61: error: ‘GDALMDArrayHS_GetStructuralInfo’ cannot be used as a function
22580 | result = (char **)GDALMDArrayHS_GetStructuralInfo(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_Read(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22625:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22625 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22625:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22625 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22625:41: error: expected primary-expression before ‘)’ token
22625 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22634:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22634 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22634:27: error: ‘arg10’ was not declared in this scope
22634 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~
extensions/gdal_wrap.cpp:22634:60: error: expected primary-expression before ‘)’ token
22634 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22658:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22658:42: error: expected ‘>’ before ‘*’ token
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22658:42: error: expected ‘(’ before ‘*’ token
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22658:44: error: expected primary-expression before ‘>’ token
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22658:52: error: expected ‘)’ before ‘;’ token
22658 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22767:29: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22767:52: error: expected ‘>’ before ‘*’ token
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
extensions/gdal_wrap.cpp:22767:52: error: expected ‘(’ before ‘*’ token
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
| (
extensions/gdal_wrap.cpp:22767:54: error: expected primary-expression before ‘>’ token
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
extensions/gdal_wrap.cpp:22767:63: error: expected ‘)’ before ‘;’ token
22767 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
| )
extensions/gdal_wrap.cpp:22779:118: error: ‘GDALMDArrayHS_Read’ cannot be used as a function
22779 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_Read(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_WriteStringArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:22862:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
22862 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22862:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
22862 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:22862:41: error: expected primary-expression before ‘)’ token
22862 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22869:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22869 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22869:27: error: ‘arg8’ was not declared in this scope; did you mean ‘arg7’?
22869 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg7
extensions/gdal_wrap.cpp:22869:59: error: expected primary-expression before ‘)’ token
22869 | GDALExtendedDataTypeHS *arg8 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:22888:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:22888:42: error: expected ‘>’ before ‘*’ token
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22888:42: error: expected ‘(’ before ‘*’ token
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:22888:44: error: expected primary-expression before ‘>’ token
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:22888:52: error: expected ‘)’ before ‘;’ token
22888 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:22971:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:22971:51: error: expected ‘>’ before ‘*’ token
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
extensions/gdal_wrap.cpp:22971:51: error: expected ‘(’ before ‘*’ token
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
| (
extensions/gdal_wrap.cpp:22971:53: error: expected primary-expression before ‘>’ token
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
extensions/gdal_wrap.cpp:22971:61: error: expected ‘)’ before ‘;’ token
22971 | arg8 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp8);
| ^
| )
extensions/gdal_wrap.cpp:22992:118: error: ‘GDALMDArrayHS_WriteStringArray’ cannot be used as a function
22992 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_WriteStringArray(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_Write(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23058:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23058 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23058:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23058 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23058:41: error: expected primary-expression before ‘)’ token
23058 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23067:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
23067 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:23067:27: error: ‘arg10’ was not declared in this scope
23067 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~
extensions/gdal_wrap.cpp:23067:60: error: expected primary-expression before ‘)’ token
23067 | GDALExtendedDataTypeHS *arg10 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23089:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23089:42: error: expected ‘>’ before ‘*’ token
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23089:42: error: expected ‘(’ before ‘*’ token
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23089:44: error: expected primary-expression before ‘>’ token
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23089:52: error: expected ‘)’ before ‘;’ token
23089 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23198:29: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:23198:52: error: expected ‘>’ before ‘*’ token
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
extensions/gdal_wrap.cpp:23198:52: error: expected ‘(’ before ‘*’ token
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
| (
extensions/gdal_wrap.cpp:23198:54: error: expected primary-expression before ‘>’ token
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
extensions/gdal_wrap.cpp:23198:63: error: expected ‘)’ before ‘;’ token
23198 | arg10 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp10);
| ^
| )
extensions/gdal_wrap.cpp:23249:125: error: ‘GDALMDArrayHS_Write’ cannot be used as a function
23249 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_Write(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetAttribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23331:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23331 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23331:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23331 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23331:41: error: expected primary-expression before ‘)’ token
23331 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23340:3: error: ‘GDALAttributeHS’ was not declared in this scope
23340 | GDALAttributeHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:23340:20: error: ‘result’ was not declared in this scope
23340 | GDALAttributeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:23347:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23347:42: error: expected ‘>’ before ‘*’ token
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23347:42: error: expected ‘(’ before ‘*’ token
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23347:44: error: expected primary-expression before ‘>’ token
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23347:52: error: expected ‘)’ before ‘;’ token
23347 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23364:34: error: expected primary-expression before ‘)’ token
23364 | result = (GDALAttributeHS *)GDALMDArrayHS_GetAttribute(arg1,(char const *)arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetAttributes(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23388:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23388 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23388:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23388 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23388:41: error: expected primary-expression before ‘)’ token
23388 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23389:3: error: ‘GDALAttributeHS’ was not declared in this scope
23389 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:23389:22: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
23389 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23389:49: error: expected primary-expression before ‘)’ token
23389 | GDALAttributeHS ***arg2 = (GDALAttributeHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:23394:21: error: ‘attrs2’ was not declared in this scope
23394 | GDALAttributeHS **attrs2 = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:23409:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23409:42: error: expected ‘>’ before ‘*’ token
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23409:42: error: expected ‘(’ before ‘*’ token
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23409:44: error: expected primary-expression before ‘>’ token
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23409:52: error: expected ‘)’ before ‘;’ token
23409 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23427:7: error: ‘GDALMDArrayHS_GetAttributes’ was not declared in this scope; did you mean ‘_wrap_MDArray_GetAttributes’?
23427 | GDALMDArrayHS_GetAttributes(arg1,arg2,arg3,arg4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_MDArray_GetAttributes
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_CreateAttribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23475:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23475 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23475:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23475 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23475:41: error: expected primary-expression before ‘)’ token
23475 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23479:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
23479 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:23479:27: error: ‘arg5’ was not declared in this scope; did you mean ‘arg4’?
23479 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg4
extensions/gdal_wrap.cpp:23479:59: error: expected primary-expression before ‘)’ token
23479 | GDALExtendedDataTypeHS *arg5 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23493:3: error: ‘GDALAttributeHS’ was not declared in this scope
23493 | GDALAttributeHS *result = 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:23493:20: error: ‘result’ was not declared in this scope
23493 | GDALAttributeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:23500:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23500:42: error: expected ‘>’ before ‘*’ token
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23500:42: error: expected ‘(’ before ‘*’ token
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23500:44: error: expected primary-expression before ‘>’ token
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23500:52: error: expected ‘)’ before ‘;’ token
23500 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23536:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:23536:51: error: expected ‘>’ before ‘*’ token
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:23536:51: error: expected ‘(’ before ‘*’ token
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| (
extensions/gdal_wrap.cpp:23536:53: error: expected primary-expression before ‘>’ token
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
extensions/gdal_wrap.cpp:23536:61: error: expected ‘)’ before ‘;’ token
23536 | arg5 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp5);
| ^
| )
extensions/gdal_wrap.cpp:23564:34: error: expected primary-expression before ‘)’ token
23564 | result = (GDALAttributeHS *)GDALMDArrayHS_CreateAttribute(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetNoDataValueAsRaw(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23608:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23608 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23608:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23608 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23608:41: error: expected primary-expression before ‘)’ token
23608 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23625:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23625:42: error: expected ‘>’ before ‘*’ token
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23625:42: error: expected ‘(’ before ‘*’ token
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23625:44: error: expected primary-expression before ‘>’ token
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23625:52: error: expected ‘)’ before ‘;’ token
23625 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23632:86: error: ‘GDALMDArrayHS_GetNoDataValueAsRaw’ cannot be used as a function
23632 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_GetNoDataValueAsRaw(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetNoDataValueAsDouble(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23667:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23667 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23667:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23667 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23667:41: error: expected primary-expression before ‘)’ token
23667 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23686:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23686:42: error: expected ‘>’ before ‘*’ token
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23686:42: error: expected ‘(’ before ‘*’ token
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23686:44: error: expected primary-expression before ‘>’ token
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23686:52: error: expected ‘)’ before ‘;’ token
23686 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23693:7: error: ‘GDALMDArrayHS_GetNoDataValueAsDouble’ was not declared in this scope; did you mean ‘GDALMDArrayHS_SetNoDataValueDouble’?
23693 | GDALMDArrayHS_GetNoDataValueAsDouble(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALMDArrayHS_SetNoDataValueDouble
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetNoDataValueDouble(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23728:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23728 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23728:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23728 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23728:41: error: expected primary-expression before ‘)’ token
23728 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23743:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23743:42: error: expected ‘>’ before ‘*’ token
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23743:42: error: expected ‘(’ before ‘*’ token
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23743:44: error: expected primary-expression before ‘>’ token
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23743:52: error: expected ‘)’ before ‘;’ token
23743 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23755:87: error: ‘GDALMDArrayHS_SetNoDataValueDouble’ cannot be used as a function
23755 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetNoDataValueDouble(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetNoDataValueRaw(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23777:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23777 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23777:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23777 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23777:41: error: expected primary-expression before ‘)’ token
23777 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23792:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23792:42: error: expected ‘>’ before ‘*’ token
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23792:42: error: expected ‘(’ before ‘*’ token
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23792:44: error: expected primary-expression before ‘>’ token
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23792:52: error: expected ‘)’ before ‘;’ token
23792 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23838:89: error: ‘GDALMDArrayHS_SetNoDataValueRaw’ cannot be used as a function
23838 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetNoDataValueRaw(arg1,arg2,arg3));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_DeleteNoDataValue(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23872:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23872 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23872:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23872 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23872:41: error: expected primary-expression before ‘)’ token
23872 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23883:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23883:42: error: expected ‘>’ before ‘*’ token
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23883:42: error: expected ‘(’ before ‘*’ token
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23883:44: error: expected primary-expression before ‘>’ token
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23883:52: error: expected ‘)’ before ‘;’ token
23883 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23890:79: error: ‘GDALMDArrayHS_DeleteNoDataValue’ cannot be used as a function
23890 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_DeleteNoDataValue(arg1));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetOffset(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23912:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23912 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23912:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23912 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23912:41: error: expected primary-expression before ‘)’ token
23912 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23931:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23931:42: error: expected ‘>’ before ‘*’ token
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23931:42: error: expected ‘(’ before ‘*’ token
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23931:44: error: expected primary-expression before ‘>’ token
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23931:52: error: expected ‘)’ before ‘;’ token
23931 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23938:7: error: ‘GDALMDArrayHS_GetOffset’ was not declared in this scope; did you mean ‘GDALMDArrayHS_SetOffset’?
23938 | GDALMDArrayHS_GetOffset(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALMDArrayHS_SetOffset
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetScale(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:23973:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
23973 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23973:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
23973 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:23973:41: error: expected primary-expression before ‘)’ token
23973 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:23992:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:23992:42: error: expected ‘>’ before ‘*’ token
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23992:42: error: expected ‘(’ before ‘*’ token
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:23992:44: error: expected primary-expression before ‘>’ token
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:23992:52: error: expected ‘)’ before ‘;’ token
23992 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:23999:7: error: ‘GDALMDArrayHS_GetScale’ was not declared in this scope; did you mean ‘GDALMDArrayHS_SetScale’?
23999 | GDALMDArrayHS_GetScale(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALMDArrayHS_SetScale
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetOffset(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24034:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24034 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24034:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24034 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24034:41: error: expected primary-expression before ‘)’ token
24034 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24049:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24049:42: error: expected ‘>’ before ‘*’ token
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24049:42: error: expected ‘(’ before ‘*’ token
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24049:44: error: expected primary-expression before ‘>’ token
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24049:52: error: expected ‘)’ before ‘;’ token
24049 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24061:76: error: ‘GDALMDArrayHS_SetOffset’ cannot be used as a function
24061 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetOffset(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetScale(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24083:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24083 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24083:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24083 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24083:41: error: expected primary-expression before ‘)’ token
24083 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24098:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24098:42: error: expected ‘>’ before ‘*’ token
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24098:42: error: expected ‘(’ before ‘*’ token
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24098:44: error: expected primary-expression before ‘>’ token
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24098:52: error: expected ‘)’ before ‘;’ token
24098 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24110:75: error: ‘GDALMDArrayHS_SetScale’ cannot be used as a function
24110 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetScale(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetUnit(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24132:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24132 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24132:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24132 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24132:41: error: expected primary-expression before ‘)’ token
24132 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24148:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24148:42: error: expected ‘>’ before ‘*’ token
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24148:42: error: expected ‘(’ before ‘*’ token
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24148:44: error: expected primary-expression before ‘>’ token
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24148:52: error: expected ‘)’ before ‘;’ token
24148 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24160:88: error: ‘GDALMDArrayHS_SetUnit’ cannot be used as a function
24160 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALMDArrayHS_SetUnit(arg1,(char const *)arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetUnit(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24184:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24184 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24184:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24184 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24184:41: error: expected primary-expression before ‘)’ token
24184 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24195:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24195:42: error: expected ‘>’ before ‘*’ token
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24195:42: error: expected ‘(’ before ‘*’ token
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24195:44: error: expected primary-expression before ‘>’ token
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24195:52: error: expected ‘)’ before ‘;’ token
24195 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24202:50: error: ‘GDALMDArrayHS_GetUnit’ cannot be used as a function
24202 | result = (char *)GDALMDArrayHS_GetUnit(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_SetSpatialRef(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24224:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24224 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24224:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24224 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24224:41: error: expected primary-expression before ‘)’ token
24224 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24239:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24239:42: error: expected ‘>’ before ‘*’ token
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24239:42: error: expected ‘(’ before ‘*’ token
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24239:44: error: expected primary-expression before ‘>’ token
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24239:52: error: expected ‘)’ before ‘;’ token
24239 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24251:61: error: ‘GDALMDArrayHS_SetSpatialRef’ cannot be used as a function
24251 | result = (OGRErr)GDALMDArrayHS_SetSpatialRef(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetSpatialRef(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24289:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24289 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24289:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24289 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24289:41: error: expected primary-expression before ‘)’ token
24289 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24300:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24300:42: error: expected ‘>’ before ‘*’ token
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24300:42: error: expected ‘(’ before ‘*’ token
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24300:44: error: expected primary-expression before ‘>’ token
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24300:52: error: expected ‘)’ before ‘;’ token
24300 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24307:77: error: ‘GDALMDArrayHS_GetSpatialRef’ cannot be used as a function
24307 | result = (OSRSpatialReferenceShadow *)GDALMDArrayHS_GetSpatialRef(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetView(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24329:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24329 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24329:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24329 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24329:41: error: expected primary-expression before ‘)’ token
24329 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24338:18: error: ‘result’ was not declared in this scope
24338 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24345:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24345:42: error: expected ‘>’ before ‘*’ token
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24345:42: error: expected ‘(’ before ‘*’ token
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24345:44: error: expected primary-expression before ‘>’ token
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24345:52: error: expected ‘)’ before ‘;’ token
24345 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24362:32: error: expected primary-expression before ‘)’ token
24362 | result = (GDALMDArrayHS *)GDALMDArrayHS_GetView(arg1,(char const *)arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_Transpose(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24386:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24386 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24386:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24386 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24386:41: error: expected primary-expression before ‘)’ token
24386 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24393:18: error: ‘result’ was not declared in this scope
24393 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24400:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24400:42: error: expected ‘>’ before ‘*’ token
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24400:42: error: expected ‘(’ before ‘*’ token
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24400:44: error: expected primary-expression before ‘>’ token
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24400:52: error: expected ‘)’ before ‘;’ token
24400 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24414:32: error: expected primary-expression before ‘)’ token
24414 | result = (GDALMDArrayHS *)GDALMDArrayHS_Transpose(arg1,arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetUnscaled(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24444:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24444 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24444:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24444 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24444:41: error: expected primary-expression before ‘)’ token
24444 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24448:18: error: ‘result’ was not declared in this scope
24448 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24455:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24455:42: error: expected ‘>’ before ‘*’ token
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24455:42: error: expected ‘(’ before ‘*’ token
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24455:44: error: expected primary-expression before ‘>’ token
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24455:52: error: expected ‘)’ before ‘;’ token
24455 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24462:32: error: expected primary-expression before ‘)’ token
24462 | result = (GDALMDArrayHS *)GDALMDArrayHS_GetUnscaled(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_GetMask(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24484:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24484 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24484:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24484 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24484:41: error: expected primary-expression before ‘)’ token
24484 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24490:18: error: ‘result’ was not declared in this scope
24490 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24497:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24497:42: error: expected ‘>’ before ‘*’ token
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24497:42: error: expected ‘(’ before ‘*’ token
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24497:44: error: expected primary-expression before ‘>’ token
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24497:52: error: expected ‘)’ before ‘;’ token
24497 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24515:32: error: expected primary-expression before ‘)’ token
24515 | result = (GDALMDArrayHS *)GDALMDArrayHS_GetMask(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MDArray_AsClassicDataset(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24545:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
24545 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24545:18: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24545 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24545:41: error: expected primary-expression before ‘)’ token
24545 | GDALMDArrayHS *arg1 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24564:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:24564:42: error: expected ‘>’ before ‘*’ token
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24564:42: error: expected ‘(’ before ‘*’ token
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24564:44: error: expected primary-expression before ‘>’ token
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24564:52: error: expected ‘)’ before ‘;’ token
24564 | arg1 = reinterpret_cast< GDALMDArrayHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24581:82: error: ‘GDALMDArrayHS_AsClassicDataset’ cannot be used as a function
24581 | result = (GDALDatasetShadow *)GDALMDArrayHS_AsClassicDataset(arg1,arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_Attribute(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24610:3: error: ‘GDALAttributeHS’ was not declared in this scope
24610 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24610:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24610 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24610:45: error: expected primary-expression before ‘)’ token
24610 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24620:28: error: ‘GDALAttributeHS’ does not name a type
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24620:44: error: expected ‘>’ before ‘*’ token
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24620:44: error: expected ‘(’ before ‘*’ token
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24620:46: error: expected primary-expression before ‘>’ token
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24620:54: error: expected ‘)’ before ‘;’ token
24620 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24627:7: error: ‘delete_GDALAttributeHS’ was not declared in this scope
24627 | delete_GDALAttributeHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24649:3: error: ‘GDALAttributeHS’ was not declared in this scope
24649 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24649:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24649 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24649:45: error: expected primary-expression before ‘)’ token
24649 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24660:28: error: ‘GDALAttributeHS’ does not name a type
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24660:44: error: expected ‘>’ before ‘*’ token
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24660:44: error: expected ‘(’ before ‘*’ token
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24660:46: error: expected primary-expression before ‘>’ token
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24660:54: error: expected ‘)’ before ‘;’ token
24660 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24667:52: error: ‘GDALAttributeHS_GetName’ cannot be used as a function
24667 | result = (char *)GDALAttributeHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetFullName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24689:3: error: ‘GDALAttributeHS’ was not declared in this scope
24689 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24689:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24689 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24689:45: error: expected primary-expression before ‘)’ token
24689 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24700:28: error: ‘GDALAttributeHS’ does not name a type
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24700:44: error: expected ‘>’ before ‘*’ token
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24700:44: error: expected ‘(’ before ‘*’ token
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24700:46: error: expected primary-expression before ‘>’ token
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24700:54: error: expected ‘)’ before ‘;’ token
24700 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24707:56: error: ‘GDALAttributeHS_GetFullName’ cannot be used as a function
24707 | result = (char *)GDALAttributeHS_GetFullName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetTotalElementsCount(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24729:3: error: ‘GDALAttributeHS’ was not declared in this scope
24729 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24729:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24729 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24729:45: error: expected primary-expression before ‘)’ token
24729 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24740:28: error: ‘GDALAttributeHS’ does not name a type
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24740:44: error: expected ‘>’ before ‘*’ token
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24740:44: error: expected ‘(’ before ‘*’ token
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24740:46: error: expected primary-expression before ‘>’ token
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24740:54: error: expected ‘)’ before ‘;’ token
24740 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24747:78: error: ‘GDALAttributeHS_GetTotalElementsCount’ cannot be used as a function
24747 | result = (unsigned long long)GDALAttributeHS_GetTotalElementsCount(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetDimensionCount(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24769:3: error: ‘GDALAttributeHS’ was not declared in this scope
24769 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24769:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24769 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24769:45: error: expected primary-expression before ‘)’ token
24769 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24780:28: error: ‘GDALAttributeHS’ does not name a type
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24780:44: error: expected ‘>’ before ‘*’ token
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24780:44: error: expected ‘(’ before ‘*’ token
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24780:46: error: expected primary-expression before ‘>’ token
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24780:54: error: expected ‘)’ before ‘;’ token
24780 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24787:54: error: ‘GDALAttributeHS_GetDimensionCount’ cannot be used as a function
24787 | result = GDALAttributeHS_GetDimensionCount(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetDimensionsSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24809:3: error: ‘GDALAttributeHS’ was not declared in this scope
24809 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24809:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24809 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24809:45: error: expected primary-expression before ‘)’ token
24809 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24828:28: error: ‘GDALAttributeHS’ does not name a type
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24828:44: error: expected ‘>’ before ‘*’ token
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24828:44: error: expected ‘(’ before ‘*’ token
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24828:46: error: expected primary-expression before ‘>’ token
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24828:54: error: expected ‘)’ before ‘;’ token
24828 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24835:7: error: ‘GDALAttributeHS_GetDimensionsSize’ was not declared in this scope; did you mean ‘GDALAttributeHS_GetDimensionCount’?
24835 | GDALAttributeHS_GetDimensionsSize(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALAttributeHS_GetDimensionCount
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_GetDataType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24881:3: error: ‘GDALAttributeHS’ was not declared in this scope
24881 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24881:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24881 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24881:45: error: expected primary-expression before ‘)’ token
24881 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24885:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
24885 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:24885:27: error: ‘result’ was not declared in this scope
24885 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:24892:28: error: ‘GDALAttributeHS’ does not name a type
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24892:44: error: expected ‘>’ before ‘*’ token
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24892:44: error: expected ‘(’ before ‘*’ token
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24892:46: error: expected primary-expression before ‘>’ token
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24892:54: error: expected ‘)’ before ‘;’ token
24892 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24899:41: error: expected primary-expression before ‘)’ token
24899 | result = (GDALExtendedDataTypeHS *)GDALAttributeHS_GetDataType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsRaw(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24921:3: error: ‘GDALAttributeHS’ was not declared in this scope
24921 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24921:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24921 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24921:45: error: expected primary-expression before ‘)’ token
24921 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24938:28: error: ‘GDALAttributeHS’ does not name a type
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24938:44: error: expected ‘>’ before ‘*’ token
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24938:44: error: expected ‘(’ before ‘*’ token
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24938:46: error: expected primary-expression before ‘>’ token
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24938:54: error: expected ‘)’ before ‘;’ token
24938 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24945:78: error: ‘GDALAttributeHS_ReadAsRaw’ cannot be used as a function
24945 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_ReadAsRaw(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsString(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:24980:3: error: ‘GDALAttributeHS’ was not declared in this scope
24980 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24980:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
24980 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:24980:45: error: expected primary-expression before ‘)’ token
24980 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:24991:28: error: ‘GDALAttributeHS’ does not name a type
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:24991:44: error: expected ‘>’ before ‘*’ token
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24991:44: error: expected ‘(’ before ‘*’ token
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:24991:46: error: expected primary-expression before ‘>’ token
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:24991:54: error: expected ‘)’ before ‘;’ token
24991 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:24998:57: error: ‘GDALAttributeHS_ReadAsString’ cannot be used as a function
24998 | result = (char *)GDALAttributeHS_ReadAsString(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsInt(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25020:3: error: ‘GDALAttributeHS’ was not declared in this scope
25020 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25020:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25020 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25020:45: error: expected primary-expression before ‘)’ token
25020 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25031:28: error: ‘GDALAttributeHS’ does not name a type
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25031:44: error: expected ‘>’ before ‘*’ token
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25031:44: error: expected ‘(’ before ‘*’ token
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25031:46: error: expected primary-expression before ‘>’ token
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25031:54: error: expected ‘)’ before ‘;’ token
25031 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25038:51: error: ‘GDALAttributeHS_ReadAsInt’ cannot be used as a function
25038 | result = (int)GDALAttributeHS_ReadAsInt(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsDouble(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25060:3: error: ‘GDALAttributeHS’ was not declared in this scope
25060 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25060:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25060 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25060:45: error: expected primary-expression before ‘)’ token
25060 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25071:28: error: ‘GDALAttributeHS’ does not name a type
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25071:44: error: expected ‘>’ before ‘*’ token
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25071:44: error: expected ‘(’ before ‘*’ token
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25071:46: error: expected primary-expression before ‘>’ token
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25071:54: error: expected ‘)’ before ‘;’ token
25071 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25078:57: error: ‘GDALAttributeHS_ReadAsDouble’ cannot be used as a function
25078 | result = (double)GDALAttributeHS_ReadAsDouble(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsStringArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25100:3: error: ‘GDALAttributeHS’ was not declared in this scope
25100 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25100:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25100 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25100:45: error: expected primary-expression before ‘)’ token
25100 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25111:28: error: ‘GDALAttributeHS’ does not name a type
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25111:44: error: expected ‘>’ before ‘*’ token
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25111:44: error: expected ‘(’ before ‘*’ token
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25111:46: error: expected primary-expression before ‘>’ token
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25111:54: error: expected ‘)’ before ‘;’ token
25111 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25118:63: error: ‘GDALAttributeHS_ReadAsStringArray’ cannot be used as a function
25118 | result = (char **)GDALAttributeHS_ReadAsStringArray(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsIntArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25156:3: error: ‘GDALAttributeHS’ was not declared in this scope
25156 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25156:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25156 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25156:45: error: expected primary-expression before ‘)’ token
25156 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25175:28: error: ‘GDALAttributeHS’ does not name a type
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25175:44: error: expected ‘>’ before ‘*’ token
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25175:44: error: expected ‘(’ before ‘*’ token
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25175:46: error: expected primary-expression before ‘>’ token
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25175:54: error: expected ‘)’ before ‘;’ token
25175 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25182:7: error: ‘GDALAttributeHS_ReadAsIntArray’ was not declared in this scope; did you mean ‘GDALAttributeHS_ReadAsStringArray’?
25182 | GDALAttributeHS_ReadAsIntArray(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALAttributeHS_ReadAsStringArray
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_ReadAsDoubleArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25222:3: error: ‘GDALAttributeHS’ was not declared in this scope
25222 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25222:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25222 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25222:45: error: expected primary-expression before ‘)’ token
25222 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25241:28: error: ‘GDALAttributeHS’ does not name a type
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25241:44: error: expected ‘>’ before ‘*’ token
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25241:44: error: expected ‘(’ before ‘*’ token
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25241:46: error: expected primary-expression before ‘>’ token
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25241:54: error: expected ‘)’ before ‘;’ token
25241 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25248:7: error: ‘GDALAttributeHS_ReadAsDoubleArray’ was not declared in this scope; did you mean ‘GDALAttributeHS_ReadAsDouble’?
25248 | GDALAttributeHS_ReadAsDoubleArray(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALAttributeHS_ReadAsDouble
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteRaw(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25284:3: error: ‘GDALAttributeHS’ was not declared in this scope
25284 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25284:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25284 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25284:45: error: expected primary-expression before ‘)’ token
25284 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25299:28: error: ‘GDALAttributeHS’ does not name a type
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25299:44: error: expected ‘>’ before ‘*’ token
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25299:44: error: expected ‘(’ before ‘*’ token
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25299:46: error: expected primary-expression before ‘>’ token
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25299:54: error: expected ‘)’ before ‘;’ token
25299 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25345:82: error: ‘GDALAttributeHS_WriteRaw’ cannot be used as a function
25345 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteRaw(arg1,arg2,arg3));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteString(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25379:3: error: ‘GDALAttributeHS’ was not declared in this scope
25379 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25379:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25379 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25379:45: error: expected primary-expression before ‘)’ token
25379 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25395:28: error: ‘GDALAttributeHS’ does not name a type
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25395:44: error: expected ‘>’ before ‘*’ token
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25395:44: error: expected ‘(’ before ‘*’ token
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25395:46: error: expected primary-expression before ‘>’ token
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25395:54: error: expected ‘)’ before ‘;’ token
25395 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25407:94: error: ‘GDALAttributeHS_WriteString’ cannot be used as a function
25407 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteString(arg1,(char const *)arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteStringArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25431:3: error: ‘GDALAttributeHS’ was not declared in this scope
25431 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25431:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25431 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25431:45: error: expected primary-expression before ‘)’ token
25431 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25444:28: error: ‘GDALAttributeHS’ does not name a type
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25444:44: error: expected ‘>’ before ‘*’ token
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25444:44: error: expected ‘(’ before ‘*’ token
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25444:46: error: expected primary-expression before ‘>’ token
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25444:54: error: expected ‘)’ before ‘;’ token
25444 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25460:85: error: ‘GDALAttributeHS_WriteStringArray’ cannot be used as a function
25460 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteStringArray(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteInt(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25490:3: error: ‘GDALAttributeHS’ was not declared in this scope
25490 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25490:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25490 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25490:45: error: expected primary-expression before ‘)’ token
25490 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25505:28: error: ‘GDALAttributeHS’ does not name a type
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25505:44: error: expected ‘>’ before ‘*’ token
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25505:44: error: expected ‘(’ before ‘*’ token
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25505:46: error: expected primary-expression before ‘>’ token
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25505:54: error: expected ‘)’ before ‘;’ token
25505 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25517:77: error: ‘GDALAttributeHS_WriteInt’ cannot be used as a function
25517 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteInt(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteDouble(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25539:3: error: ‘GDALAttributeHS’ was not declared in this scope
25539 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25539:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25539 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25539:45: error: expected primary-expression before ‘)’ token
25539 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25554:28: error: ‘GDALAttributeHS’ does not name a type
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25554:44: error: expected ‘>’ before ‘*’ token
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25554:44: error: expected ‘(’ before ‘*’ token
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25554:46: error: expected primary-expression before ‘>’ token
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25554:54: error: expected ‘)’ before ‘;’ token
25554 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25566:80: error: ‘GDALAttributeHS_WriteDouble’ cannot be used as a function
25566 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteDouble(arg1,arg2));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Attribute_WriteDoubleArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25588:3: error: ‘GDALAttributeHS’ was not declared in this scope
25588 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25588:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25588 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25588:45: error: expected primary-expression before ‘)’ token
25588 | GDALAttributeHS *arg1 = (GDALAttributeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25602:28: error: ‘GDALAttributeHS’ does not name a type
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25602:44: error: expected ‘>’ before ‘*’ token
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25602:44: error: expected ‘(’ before ‘*’ token
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25602:46: error: expected primary-expression before ‘>’ token
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25602:54: error: expected ‘)’ before ‘;’ token
25602 | arg1 = reinterpret_cast< GDALAttributeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25633:90: error: ‘GDALAttributeHS_WriteDoubleArray’ cannot be used as a function
25633 | CPL_IGNORE_RET_VAL(result = (CPLErr)GDALAttributeHS_WriteDoubleArray(arg1,arg2,arg3));
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_Dimension(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25674:3: error: ‘GDALDimensionHS’ was not declared in this scope
25674 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25674:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25674 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25674:45: error: expected primary-expression before ‘)’ token
25674 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25684:28: error: ‘GDALDimensionHS’ does not name a type
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25684:44: error: expected ‘>’ before ‘*’ token
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25684:44: error: expected ‘(’ before ‘*’ token
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25684:46: error: expected primary-expression before ‘>’ token
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25684:54: error: expected ‘)’ before ‘;’ token
25684 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25691:7: error: ‘delete_GDALDimensionHS’ was not declared in this scope
25691 | delete_GDALDimensionHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25713:3: error: ‘GDALDimensionHS’ was not declared in this scope
25713 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25713:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25713 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25713:45: error: expected primary-expression before ‘)’ token
25713 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25724:28: error: ‘GDALDimensionHS’ does not name a type
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25724:44: error: expected ‘>’ before ‘*’ token
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25724:44: error: expected ‘(’ before ‘*’ token
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25724:46: error: expected primary-expression before ‘>’ token
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25724:54: error: expected ‘)’ before ‘;’ token
25724 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25731:52: error: ‘GDALDimensionHS_GetName’ cannot be used as a function
25731 | result = (char *)GDALDimensionHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetFullName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25753:3: error: ‘GDALDimensionHS’ was not declared in this scope
25753 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25753:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25753 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25753:45: error: expected primary-expression before ‘)’ token
25753 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25764:28: error: ‘GDALDimensionHS’ does not name a type
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25764:44: error: expected ‘>’ before ‘*’ token
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25764:44: error: expected ‘(’ before ‘*’ token
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25764:46: error: expected primary-expression before ‘>’ token
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25764:54: error: expected ‘)’ before ‘;’ token
25764 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25771:56: error: ‘GDALDimensionHS_GetFullName’ cannot be used as a function
25771 | result = (char *)GDALDimensionHS_GetFullName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25793:3: error: ‘GDALDimensionHS’ was not declared in this scope
25793 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25793:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25793 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25793:45: error: expected primary-expression before ‘)’ token
25793 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25804:28: error: ‘GDALDimensionHS’ does not name a type
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25804:44: error: expected ‘>’ before ‘*’ token
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25804:44: error: expected ‘(’ before ‘*’ token
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25804:46: error: expected primary-expression before ‘>’ token
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25804:54: error: expected ‘)’ before ‘;’ token
25804 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25811:52: error: ‘GDALDimensionHS_GetType’ cannot be used as a function
25811 | result = (char *)GDALDimensionHS_GetType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetDirection(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25833:3: error: ‘GDALDimensionHS’ was not declared in this scope
25833 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25833:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25833 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25833:45: error: expected primary-expression before ‘)’ token
25833 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25844:28: error: ‘GDALDimensionHS’ does not name a type
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25844:44: error: expected ‘>’ before ‘*’ token
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25844:44: error: expected ‘(’ before ‘*’ token
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25844:46: error: expected primary-expression before ‘>’ token
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25844:54: error: expected ‘)’ before ‘;’ token
25844 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25851:57: error: ‘GDALDimensionHS_GetDirection’ cannot be used as a function
25851 | result = (char *)GDALDimensionHS_GetDirection(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25873:3: error: ‘GDALDimensionHS’ was not declared in this scope
25873 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25873:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25873 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25873:45: error: expected primary-expression before ‘)’ token
25873 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25884:28: error: ‘GDALDimensionHS’ does not name a type
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25884:44: error: expected ‘>’ before ‘*’ token
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25884:44: error: expected ‘(’ before ‘*’ token
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25884:46: error: expected primary-expression before ‘>’ token
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25884:54: error: expected ‘)’ before ‘;’ token
25884 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25891:64: error: ‘GDALDimensionHS_GetSize’ cannot be used as a function
25891 | result = (unsigned long long)GDALDimensionHS_GetSize(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_GetIndexingVariable(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25913:3: error: ‘GDALDimensionHS’ was not declared in this scope
25913 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25913:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25913 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25913:45: error: expected primary-expression before ‘)’ token
25913 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25917:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
25917 | GDALMDArrayHS *result = 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:25917:18: error: ‘result’ was not declared in this scope
25917 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:25924:28: error: ‘GDALDimensionHS’ does not name a type
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25924:44: error: expected ‘>’ before ‘*’ token
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25924:44: error: expected ‘(’ before ‘*’ token
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25924:46: error: expected primary-expression before ‘>’ token
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25924:54: error: expected ‘)’ before ‘;’ token
25924 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25931:32: error: expected primary-expression before ‘)’ token
25931 | result = (GDALMDArrayHS *)GDALDimensionHS_GetIndexingVariable(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Dimension_SetIndexingVariable(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:25953:3: error: ‘GDALDimensionHS’ was not declared in this scope
25953 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25953:20: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
25953 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25953:45: error: expected primary-expression before ‘)’ token
25953 | GDALDimensionHS *arg1 = (GDALDimensionHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25954:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
25954 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:25954:18: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
25954 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:25954:41: error: expected primary-expression before ‘)’ token
25954 | GDALMDArrayHS *arg2 = (GDALMDArrayHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:25968:28: error: ‘GDALDimensionHS’ does not name a type
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:25968:44: error: expected ‘>’ before ‘*’ token
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25968:44: error: expected ‘(’ before ‘*’ token
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:25968:46: error: expected primary-expression before ‘>’ token
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:25968:54: error: expected ‘)’ before ‘;’ token
25968 | arg1 = reinterpret_cast< GDALDimensionHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:25973:28: error: ‘GDALMDArrayHS’ does not name a type; did you mean ‘GDALMDArrayHS_Read’?
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:25973:42: error: expected ‘>’ before ‘*’ token
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:25973:42: error: expected ‘(’ before ‘*’ token
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
| (
extensions/gdal_wrap.cpp:25973:44: error: expected primary-expression before ‘>’ token
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:25973:52: error: expected ‘)’ before ‘;’ token
25973 | arg2 = reinterpret_cast< GDALMDArrayHS * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:25980:67: error: ‘GDALDimensionHS_SetIndexingVariable’ cannot be used as a function
25980 | result = (bool)GDALDimensionHS_SetIndexingVariable(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_ExtendedDataType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26009:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26009 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26009:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26009 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26009:59: error: expected primary-expression before ‘)’ token
26009 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26019:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26019:51: error: expected ‘>’ before ‘*’ token
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26019:51: error: expected ‘(’ before ‘*’ token
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26019:53: error: expected primary-expression before ‘>’ token
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26019:61: error: expected ‘)’ before ‘;’ token
26019 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26026:7: error: ‘delete_GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘SWIGTYPE_p_GDALExtendedDataTypeHS’?
26026 | delete_GDALExtendedDataTypeHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| SWIGTYPE_p_GDALExtendedDataTypeHS
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_Create(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26052:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26052 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26052:27: error: ‘result’ was not declared in this scope; did you mean ‘resultobj’?
26052 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
| resultobj
extensions/gdal_wrap.cpp:26066:41: error: expected primary-expression before ‘)’ token
26066 | result = (GDALExtendedDataTypeHS *)GDALExtendedDataTypeHS_Create(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_CreateString(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26092:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26092 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26092:27: error: ‘result’ was not declared in this scope; did you mean ‘resultobj’?
26092 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
| resultobj
extensions/gdal_wrap.cpp:26108:41: error: expected primary-expression before ‘)’ token
26108 | result = (GDALExtendedDataTypeHS *)GDALExtendedDataTypeHS_CreateString(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_CreateCompound(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26133:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26133 | GDALEDTComponentHS **arg4 = (GDALEDTComponentHS **) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26133:24: error: ‘arg4’ was not declared in this scope; did you mean ‘arg3’?
26133 | GDALEDTComponentHS **arg4 = (GDALEDTComponentHS **) 0 ;
| ^~~~
| arg3
extensions/gdal_wrap.cpp:26133:53: error: expected primary-expression before ‘)’ token
26133 | GDALEDTComponentHS **arg4 = (GDALEDTComponentHS **) 0 ;
| ^
extensions/gdal_wrap.cpp:26142:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26142 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26142:27: error: ‘result’ was not declared in this scope
26142 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:26167:33: error: expected primary-expression before ‘)’ token
26167 | arg4 = (GDALEDTComponentHS**) CPLMalloc(arg3*sizeof(GDALEDTComponentHS*));
| ^
extensions/gdal_wrap.cpp:26171:27: error: ‘rawobjectpointer’ was not declared in this scope
26171 | GDALEDTComponentHS* rawobjectpointer = NULL;
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:26194:41: error: expected primary-expression before ‘)’ token
26194 | result = (GDALExtendedDataTypeHS *)GDALExtendedDataTypeHS_CreateCompound((char const *)arg1,arg2,arg3,arg4);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26226:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26226 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26226:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26226 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26226:59: error: expected primary-expression before ‘)’ token
26226 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26237:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26237:51: error: expected ‘>’ before ‘*’ token
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26237:51: error: expected ‘(’ before ‘*’ token
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26237:53: error: expected primary-expression before ‘>’ token
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26237:61: error: expected ‘)’ before ‘;’ token
26237 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26244:59: error: ‘GDALExtendedDataTypeHS_GetName’ cannot be used as a function
26244 | result = (char *)GDALExtendedDataTypeHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetClass(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26266:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26266 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26266:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26266 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26266:59: error: expected primary-expression before ‘)’ token
26266 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26270:3: error: ‘GDALExtendedDataTypeClass’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26270 | GDALExtendedDataTypeClass result;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26277:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26277:51: error: expected ‘>’ before ‘*’ token
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26277:51: error: expected ‘(’ before ‘*’ token
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26277:53: error: expected primary-expression before ‘>’ token
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26277:61: error: expected ‘)’ before ‘;’ token
26277 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26284:7: error: ‘result’ was not declared in this scope
26284 | result = (GDALExtendedDataTypeClass)GDALExtendedDataTypeHS_GetClass(arg1);
| ^~~~~~
extensions/gdal_wrap.cpp:26296:48: error: ‘result’ was not declared in this scope
26296 | resultobj = SWIG_From_int(static_cast< int >(result));
| ^~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetNumericDataType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26306:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26306 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26306:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26306 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26306:59: error: expected primary-expression before ‘)’ token
26306 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26317:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26317:51: error: expected ‘>’ before ‘*’ token
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26317:51: error: expected ‘(’ before ‘*’ token
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26317:53: error: expected primary-expression before ‘>’ token
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26317:61: error: expected ‘)’ before ‘;’ token
26317 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26324:76: error: ‘GDALExtendedDataTypeHS_GetNumericDataType’ cannot be used as a function
26324 | result = (GDALDataType)GDALExtendedDataTypeHS_GetNumericDataType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetSize(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26346:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26346 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26346:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26346 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26346:59: error: expected primary-expression before ‘)’ token
26346 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26357:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26357:51: error: expected ‘>’ before ‘*’ token
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26357:51: error: expected ‘(’ before ‘*’ token
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26357:53: error: expected primary-expression before ‘>’ token
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26357:61: error: expected ‘)’ before ‘;’ token
26357 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26364:51: error: ‘GDALExtendedDataTypeHS_GetSize’ cannot be used as a function
26364 | result = GDALExtendedDataTypeHS_GetSize(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetMaxStringLength(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26386:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26386 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26386:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26386 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26386:59: error: expected primary-expression before ‘)’ token
26386 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26397:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26397:51: error: expected ‘>’ before ‘*’ token
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26397:51: error: expected ‘(’ before ‘*’ token
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26397:53: error: expected primary-expression before ‘>’ token
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26397:61: error: expected ‘)’ before ‘;’ token
26397 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26404:62: error: ‘GDALExtendedDataTypeHS_GetMaxStringLength’ cannot be used as a function
26404 | result = GDALExtendedDataTypeHS_GetMaxStringLength(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_GetComponents(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26426:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26426 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26426:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26426 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26426:59: error: expected primary-expression before ‘)’ token
26426 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26427:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26427 | GDALEDTComponentHS ***arg2 = (GDALEDTComponentHS ***) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26427:25: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
26427 | GDALEDTComponentHS ***arg2 = (GDALEDTComponentHS ***) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26427:55: error: expected primary-expression before ‘)’ token
26427 | GDALEDTComponentHS ***arg2 = (GDALEDTComponentHS ***) 0 ;
| ^
extensions/gdal_wrap.cpp:26431:24: error: ‘comps2’ was not declared in this scope
26431 | GDALEDTComponentHS **comps2 = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:26445:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26445:51: error: expected ‘>’ before ‘*’ token
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26445:51: error: expected ‘(’ before ‘*’ token
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26445:53: error: expected primary-expression before ‘>’ token
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26445:61: error: expected ‘)’ before ‘;’ token
26445 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26452:7: error: ‘GDALExtendedDataTypeHS_GetComponents’ was not declared in this scope; did you mean ‘_wrap_ExtendedDataType_GetComponents’?
26452 | GDALExtendedDataTypeHS_GetComponents(arg1,arg2,arg3);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_ExtendedDataType_GetComponents
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_CanConvertTo(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26492:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26492 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26492:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26492 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26492:59: error: expected primary-expression before ‘)’ token
26492 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26493:27: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
26493 | GDALExtendedDataTypeHS *arg2 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26493:59: error: expected primary-expression before ‘)’ token
26493 | GDALExtendedDataTypeHS *arg2 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26507:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26507:51: error: expected ‘>’ before ‘*’ token
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26507:51: error: expected ‘(’ before ‘*’ token
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26507:53: error: expected primary-expression before ‘>’ token
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26507:61: error: expected ‘)’ before ‘;’ token
26507 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26512:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26512:51: error: expected ‘>’ before ‘*’ token
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:26512:51: error: expected ‘(’ before ‘*’ token
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
| (
extensions/gdal_wrap.cpp:26512:53: error: expected primary-expression before ‘>’ token
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:26512:61: error: expected ‘)’ before ‘;’ token
26512 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:26524:67: error: ‘GDALExtendedDataTypeHS_CanConvertTo’ cannot be used as a function
26524 | result = (bool)GDALExtendedDataTypeHS_CanConvertTo(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ExtendedDataType_Equals(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26546:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26546 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26546:27: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26546 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26546:59: error: expected primary-expression before ‘)’ token
26546 | GDALExtendedDataTypeHS *arg1 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26547:27: error: ‘arg2’ was not declared in this scope; did you mean ‘args’?
26547 | GDALExtendedDataTypeHS *arg2 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26547:59: error: expected primary-expression before ‘)’ token
26547 | GDALExtendedDataTypeHS *arg2 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26561:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26561:51: error: expected ‘>’ before ‘*’ token
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26561:51: error: expected ‘(’ before ‘*’ token
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26561:53: error: expected primary-expression before ‘>’ token
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26561:61: error: expected ‘)’ before ‘;’ token
26561 | arg1 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26566:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26566:51: error: expected ‘>’ before ‘*’ token
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:26566:51: error: expected ‘(’ before ‘*’ token
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
| (
extensions/gdal_wrap.cpp:26566:53: error: expected primary-expression before ‘>’ token
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
extensions/gdal_wrap.cpp:26566:61: error: expected ‘)’ before ‘;’ token
26566 | arg2 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:26578:61: error: ‘GDALExtendedDataTypeHS_Equals’ cannot be used as a function
26578 | result = (bool)GDALExtendedDataTypeHS_Equals(arg1,arg2);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_EDTComponent(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26607:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26607 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26607:23: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26607 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26607:51: error: expected primary-expression before ‘)’ token
26607 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26617:28: error: ‘GDALEDTComponentHS’ does not name a type; did you mean ‘GDALEDTComponentHS_GetName’?
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26617:47: error: expected ‘>’ before ‘*’ token
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26617:47: error: expected ‘(’ before ‘*’ token
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26617:49: error: expected primary-expression before ‘>’ token
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26617:57: error: expected ‘)’ before ‘;’ token
26617 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26624:7: error: ‘delete_GDALEDTComponentHS’ was not declared in this scope; did you mean ‘SWIGTYPE_p_GDALEDTComponentHS’?
26624 | delete_GDALEDTComponentHS(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| SWIGTYPE_p_GDALEDTComponentHS
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EDTComponent_Create(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26648:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26648 | GDALExtendedDataTypeHS *arg3 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26648:27: error: ‘arg3’ was not declared in this scope; did you mean ‘arg2’?
26648 | GDALExtendedDataTypeHS *arg3 = (GDALExtendedDataTypeHS *) 0 ;
| ^~~~
| arg2
extensions/gdal_wrap.cpp:26648:59: error: expected primary-expression before ‘)’ token
26648 | GDALExtendedDataTypeHS *arg3 = (GDALExtendedDataTypeHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26659:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26659 | GDALEDTComponentHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26659:23: error: ‘result’ was not declared in this scope
26659 | GDALEDTComponentHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:26676:28: error: ‘GDALExtendedDataTypeHS’ does not name a type; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26676:51: error: expected ‘>’ before ‘*’ token
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^
extensions/gdal_wrap.cpp:26676:51: error: expected ‘(’ before ‘*’ token
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^
| (
extensions/gdal_wrap.cpp:26676:53: error: expected primary-expression before ‘>’ token
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^
extensions/gdal_wrap.cpp:26676:61: error: expected ‘)’ before ‘;’ token
26676 | arg3 = reinterpret_cast< GDALExtendedDataTypeHS * >(argp3);
| ^
| )
extensions/gdal_wrap.cpp:26693:37: error: expected primary-expression before ‘)’ token
26693 | result = (GDALEDTComponentHS *)GDALEDTComponentHS_Create((char const *)arg1,arg2,arg3);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EDTComponent_GetName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26717:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26717 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26717:23: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26717 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26717:51: error: expected primary-expression before ‘)’ token
26717 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26728:28: error: ‘GDALEDTComponentHS’ does not name a type; did you mean ‘GDALEDTComponentHS_GetName’?
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26728:47: error: expected ‘>’ before ‘*’ token
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26728:47: error: expected ‘(’ before ‘*’ token
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26728:49: error: expected primary-expression before ‘>’ token
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26728:57: error: expected ‘)’ before ‘;’ token
26728 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26735:55: error: ‘GDALEDTComponentHS_GetName’ cannot be used as a function
26735 | result = (char *)GDALEDTComponentHS_GetName(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EDTComponent_GetOffset(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26757:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26757 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26757:23: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26757 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26757:51: error: expected primary-expression before ‘)’ token
26757 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26768:28: error: ‘GDALEDTComponentHS’ does not name a type; did you mean ‘GDALEDTComponentHS_GetName’?
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26768:47: error: expected ‘>’ before ‘*’ token
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26768:47: error: expected ‘(’ before ‘*’ token
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26768:49: error: expected primary-expression before ‘>’ token
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26768:57: error: expected ‘)’ before ‘;’ token
26768 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26775:49: error: ‘GDALEDTComponentHS_GetOffset’ cannot be used as a function
26775 | result = GDALEDTComponentHS_GetOffset(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_EDTComponent_GetType(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:26797:3: error: ‘GDALEDTComponentHS’ was not declared in this scope; did you mean ‘GDALEDTComponentHS_GetName’?
26797 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26797:23: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
26797 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:26797:51: error: expected primary-expression before ‘)’ token
26797 | GDALEDTComponentHS *arg1 = (GDALEDTComponentHS *) 0 ;
| ^
extensions/gdal_wrap.cpp:26801:3: error: ‘GDALExtendedDataTypeHS’ was not declared in this scope; did you mean ‘GDALExtendedDataTypeHS_Equals’?
26801 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~
| GDALExtendedDataTypeHS_Equals
extensions/gdal_wrap.cpp:26801:27: error: ‘result’ was not declared in this scope
26801 | GDALExtendedDataTypeHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:26808:28: error: ‘GDALEDTComponentHS’ does not name a type; did you mean ‘GDALEDTComponentHS_GetName’?
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^~~~~~~~~~~~~~~~~~
| GDALEDTComponentHS_GetName
extensions/gdal_wrap.cpp:26808:47: error: expected ‘>’ before ‘*’ token
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26808:47: error: expected ‘(’ before ‘*’ token
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:26808:49: error: expected primary-expression before ‘>’ token
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
extensions/gdal_wrap.cpp:26808:57: error: expected ‘)’ before ‘;’ token
26808 | arg1 = reinterpret_cast< GDALEDTComponentHS * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:26815:41: error: expected primary-expression before ‘)’ token
26815 | result = (GDALExtendedDataTypeHS *)GDALEDTComponentHS_GetType(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Band_AsMDArray(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:30705:3: error: ‘GDALMDArrayHS’ was not declared in this scope; did you mean ‘GDALMDArrayHS_Read’?
30705 | GDALMDArrayHS *result = 0 ;
| ^~~~~~~~~~~~~
| GDALMDArrayHS_Read
extensions/gdal_wrap.cpp:30705:18: error: ‘result’ was not declared in this scope
30705 | GDALMDArrayHS *result = 0 ;
| ^~~~~~
extensions/gdal_wrap.cpp:30719:32: error: expected primary-expression before ‘)’ token
30719 | result = (GDALMDArrayHS *)GDALRasterBandShadow_AsMDArray(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Band_ReadRaster1(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:30960:50: error: ‘GRIORA_LAST’ was not declared in this scope
30960 | static_cast<int>(arg12) > static_cast<int>(GRIORA_LAST) )
| ^~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_ViewshedGenerate(PyObject*, PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:35228:3: error: ‘GDALViewshedMode’ was not declared in this scope
35228 | GDALViewshedMode arg14 ;
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:35232:3: error: ‘GDALViewshedOutputType’ was not declared in this scope
35232 | GDALViewshedOutputType arg18 = (GDALViewshedOutputType) GVOT_NORMAL ;
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:35371:3: error: ‘arg14’ was not declared in this scope; did you mean ‘argp4’?
35371 | arg14 = static_cast< GDALViewshedMode >(val14);
| ^~~~~
| argp4
extensions/gdal_wrap.cpp:35371:24: error: ‘GDALViewshedMode’ does not name a type
35371 | arg14 = static_cast< GDALViewshedMode >(val14);
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:35426:5: error: ‘arg18’ was not declared in this scope; did you mean ‘arg19’?
35426 | arg18 = static_cast< GDALViewshedOutputType >(val18);
| ^~~~~
| arg19
extensions/gdal_wrap.cpp:35426:26: error: ‘GDALViewshedOutputType’ does not name a type
35426 | arg18 = static_cast< GDALViewshedOutputType >(val18);
| ^~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:35446:175: error: ‘arg18’ was not declared in this scope; did you mean ‘arg19’?
35446 | result = (GDALDatasetShadow *)ViewshedGenerate(arg1,(char const *)arg2,(char const *)arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19);
| ^~~~~
| arg19
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_new_GDALMultiDimInfoOptions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:38364:3: error: ‘GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘GDALInfoOptions’?
38364 | GDALMultiDimInfoOptions *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38364:28: error: ‘result’ was not declared in this scope; did you mean ‘resultobj’?
38364 | GDALMultiDimInfoOptions *result = 0 ;
| ^~~~~~
| resultobj
extensions/gdal_wrap.cpp:38382:42: error: expected primary-expression before ‘)’ token
38382 | result = (GDALMultiDimInfoOptions *)new_GDALMultiDimInfoOptions(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_GDALMultiDimInfoOptions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:38412:3: error: ‘GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘GDALInfoOptions’?
38412 | GDALMultiDimInfoOptions *arg1 = (GDALMultiDimInfoOptions *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38412:28: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
38412 | GDALMultiDimInfoOptions *arg1 = (GDALMultiDimInfoOptions *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:38412:61: error: expected primary-expression before ‘)’ token
38412 | GDALMultiDimInfoOptions *arg1 = (GDALMultiDimInfoOptions *) 0 ;
| ^
extensions/gdal_wrap.cpp:38422:28: error: ‘GDALMultiDimInfoOptions’ does not name a type; did you mean ‘GDALInfoOptions’?
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38422:52: error: expected ‘>’ before ‘*’ token
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^
extensions/gdal_wrap.cpp:38422:52: error: expected ‘(’ before ‘*’ token
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:38422:54: error: expected primary-expression before ‘>’ token
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^
extensions/gdal_wrap.cpp:38422:62: error: expected ‘)’ before ‘;’ token
38422 | arg1 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:38429:7: error: ‘delete_GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘_wrap_delete_GDALMultiDimInfoOptions’?
38429 | delete_GDALMultiDimInfoOptions(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_delete_GDALMultiDimInfoOptions
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MultiDimInfoInternal(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:38459:3: error: ‘GDALMultiDimInfoOptions’ was not declared in this scope; did you mean ‘GDALInfoOptions’?
38459 | GDALMultiDimInfoOptions *arg2 = (GDALMultiDimInfoOptions *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38459:28: error: ‘arg2’ was not declared in this scope; did you mean ‘arg1’?
38459 | GDALMultiDimInfoOptions *arg2 = (GDALMultiDimInfoOptions *) 0 ;
| ^~~~
| arg1
extensions/gdal_wrap.cpp:38459:61: error: expected primary-expression before ‘)’ token
38459 | GDALMultiDimInfoOptions *arg2 = (GDALMultiDimInfoOptions *) 0 ;
| ^
extensions/gdal_wrap.cpp:38478:28: error: ‘GDALMultiDimInfoOptions’ does not name a type; did you mean ‘GDALInfoOptions’?
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^~~~~~~~~~~~~~~~~~~~~~~
| GDALInfoOptions
extensions/gdal_wrap.cpp:38478:52: error: expected ‘>’ before ‘*’ token
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^
extensions/gdal_wrap.cpp:38478:52: error: expected ‘(’ before ‘*’ token
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^
| (
extensions/gdal_wrap.cpp:38478:54: error: expected primary-expression before ‘>’ token
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^
extensions/gdal_wrap.cpp:38478:62: error: expected ‘)’ before ‘;’ token
38478 | arg2 = reinterpret_cast< GDALMultiDimInfoOptions * >(argp2);
| ^
| )
extensions/gdal_wrap.cpp:38485:39: error: ‘GDALMultiDimInfo’ was not declared in this scope
38485 | result = (retStringAndCPLFree *)GDALMultiDimInfo(arg1,arg2);
| ^~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_new_GDALMultiDimTranslateOptions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:41203:3: error: ‘GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptions’?
41203 | GDALMultiDimTranslateOptions *result = 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41203:33: error: ‘result’ was not declared in this scope; did you mean ‘resultobj’?
41203 | GDALMultiDimTranslateOptions *result = 0 ;
| ^~~~~~
| resultobj
extensions/gdal_wrap.cpp:41221:47: error: expected primary-expression before ‘)’ token
41221 | result = (GDALMultiDimTranslateOptions *)new_GDALMultiDimTranslateOptions(arg1);
| ^
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_delete_GDALMultiDimTranslateOptions(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:41251:3: error: ‘GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptions’?
41251 | GDALMultiDimTranslateOptions *arg1 = (GDALMultiDimTranslateOptions *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41251:33: error: ‘arg1’ was not declared in this scope; did you mean ‘args’?
41251 | GDALMultiDimTranslateOptions *arg1 = (GDALMultiDimTranslateOptions *) 0 ;
| ^~~~
| args
extensions/gdal_wrap.cpp:41251:71: error: expected primary-expression before ‘)’ token
41251 | GDALMultiDimTranslateOptions *arg1 = (GDALMultiDimTranslateOptions *) 0 ;
| ^
extensions/gdal_wrap.cpp:41261:28: error: ‘GDALMultiDimTranslateOptions’ does not name a type; did you mean ‘GDALVectorTranslateOptions’?
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41261:57: error: expected ‘>’ before ‘*’ token
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^
extensions/gdal_wrap.cpp:41261:57: error: expected ‘(’ before ‘*’ token
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^
| (
extensions/gdal_wrap.cpp:41261:59: error: expected primary-expression before ‘>’ token
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^
extensions/gdal_wrap.cpp:41261:67: error: expected ‘)’ before ‘;’ token
41261 | arg1 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp1);
| ^
| )
extensions/gdal_wrap.cpp:41268:7: error: ‘delete_GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘_wrap_delete_GDALMultiDimTranslateOptions’?
41268 | delete_GDALMultiDimTranslateOptions(arg1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| _wrap_delete_GDALMultiDimTranslateOptions
extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_wrapper_GDALMultiDimTranslateDestName(PyObject*, PyObject*)’:
extensions/gdal_wrap.cpp:41300:3: error: ‘GDALMultiDimTranslateOptions’ was not declared in this scope; did you mean ‘GDALVectorTranslateOptions’?
41300 | GDALMultiDimTranslateOptions *arg4 = (GDALMultiDimTranslateOptions *) 0 ;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41300:33: error: ‘arg4’ was not declared in this scope; did you mean ‘arg3’?
41300 | GDALMultiDimTranslateOptions *arg4 = (GDALMultiDimTranslateOptions *) 0 ;
| ^~~~
| arg3
extensions/gdal_wrap.cpp:41300:71: error: expected primary-expression before ‘)’ token
41300 | GDALMultiDimTranslateOptions *arg4 = (GDALMultiDimTranslateOptions *) 0 ;
| ^
extensions/gdal_wrap.cpp:41362:28: error: ‘GDALMultiDimTranslateOptions’ does not name a type; did you mean ‘GDALVectorTranslateOptions’?
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| GDALVectorTranslateOptions
extensions/gdal_wrap.cpp:41362:57: error: expected ‘>’ before ‘*’ token
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^
extensions/gdal_wrap.cpp:41362:57: error: expected ‘(’ before ‘*’ token
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^
| (
extensions/gdal_wrap.cpp:41362:59: error: expected primary-expression before ‘>’ token
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^
extensions/gdal_wrap.cpp:41362:67: error: expected ‘)’ before ‘;’ token
41362 | arg4 = reinterpret_cast< GDALMultiDimTranslateOptions * >(argp4);
| ^
| )
extensions/gdal_wrap.cpp: In function ‘PyObject* PyInit__gdal()’:
extensions/gdal_wrap.cpp:42973:79: error: ‘GEDTC_NUMERIC’ was not declared in this scope; did you mean ‘LC_NUMERIC’?
42973 | SWIG_Python_SetConstant(d, "GEDTC_NUMERIC",SWIG_From_int(static_cast< int >(GEDTC_NUMERIC)));
| ^~~~~~~~~~~~~
| LC_NUMERIC
extensions/gdal_wrap.cpp:42974:78: error: ‘GEDTC_STRING’ was not declared in this scope
42974 | SWIG_Python_SetConstant(d, "GEDTC_STRING",SWIG_From_int(static_cast< int >(GEDTC_STRING)));
| ^~~~~~~~~~~~
extensions/gdal_wrap.cpp:42975:80: error: ‘GEDTC_COMPOUND’ was not declared in this scope
42975 | SWIG_Python_SetConstant(d, "GEDTC_COMPOUND",SWIG_From_int(static_cast< int >(GEDTC_COMPOUND)));
| ^~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:42977:78: error: ‘GVM_Diagonal’ was not declared in this scope
42977 | SWIG_Python_SetConstant(d, "GVM_Diagonal",SWIG_From_int(static_cast< int >(GVM_Diagonal)));
| ^~~~~~~~~~~~
extensions/gdal_wrap.cpp:42978:74: error: ‘GVM_Edge’ was not declared in this scope
42978 | SWIG_Python_SetConstant(d, "GVM_Edge",SWIG_From_int(static_cast< int >(GVM_Edge)));
| ^~~~~~~~
extensions/gdal_wrap.cpp:42979:73: error: ‘GVM_Max’ was not declared in this scope; did you mean ‘GRA_Max’?
42979 | SWIG_Python_SetConstant(d, "GVM_Max",SWIG_From_int(static_cast< int >(GVM_Max)));
| ^~~~~~~
| GRA_Max
extensions/gdal_wrap.cpp:42980:73: error: ‘GVM_Min’ was not declared in this scope; did you mean ‘GRA_Min’?
42980 | SWIG_Python_SetConstant(d, "GVM_Min",SWIG_From_int(static_cast< int >(GVM_Min)));
| ^~~~~~~
| GRA_Min
extensions/gdal_wrap.cpp:42981:77: error: ‘GVOT_NORMAL’ was not declared in this scope; did you mean ‘FP_NORMAL’?
42981 | SWIG_Python_SetConstant(d, "GVOT_NORMAL",SWIG_From_int(static_cast< int >(GVOT_NORMAL)));
| ^~~~~~~~~~~
| FP_NORMAL
extensions/gdal_wrap.cpp:42982:97: error: ‘GVOT_MIN_TARGET_HEIGHT_FROM_DEM’ was not declared in this scope
42982 | SWIG_Python_SetConstant(d, "GVOT_MIN_TARGET_HEIGHT_FROM_DEM",SWIG_From_int(static_cast< int >(GVOT_MIN_TARGET_HEIGHT_FROM_DEM)));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:42983:100: error: ‘GVOT_MIN_TARGET_HEIGHT_FROM_GROUND’ was not declared in this scope
42983 | SWIG_Python_SetConstant(d, "GVOT_MIN_TARGET_HEIGHT_FROM_GROUND",SWIG_From_int(static_cast< int >(GVOT_MIN_TARGET_HEIGHT_FROM_GROUND)));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp: At global scope:
extensions/gdal_wrap.cpp:5497:15: warning: ‘MDArrayReadWriteCheckArguments’ defined but not used [-Wunused-variable]
5497 | static CPLErr MDArrayReadWriteCheckArguments(GDALMDArrayHS* array,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extensions/gdal_wrap.cpp:5474:13: warning: ‘CheckNumericDataType’ defined but not used [-Wunused-variable]
5474 | static bool CheckNumericDataType(GDALExtendedDataTypeHS* dt)
| ^~~~~~~~~~~~~~~~~~~~
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /home/alison/Workspace/snowman/.venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rjv9s_p4/gdal/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rjv9s_p4/gdal/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-opoey39v/install-record.txt --single-version-externally-managed --compile --install-headers /home/alison/Workspace/snowman/.venv/include/site/python3.8/gdal Check the logs for full command output.
@Benjamin-Loison
Copy link

Benjamin-Loison commented Sep 1, 2022

I am encountering the same errors when running pip-review --local --auto. Do have you found a solution ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment