<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hello,</div>
<div><br>
</div>
<div>I am trying to install GDAL-2.0.1 on a Mac OS 10.10.5 and received some error messages.  I modified setup.cfg to point to the location of gdal_config after installing the gdal library (1.11.2_3) with homebrew.  </div>
<div><br>
</div>
<div>These are some of the error messages I’m getting when I type “python setup.py build” in the distribution directory of GDAL-2.0.1.  Any ideas of what I can do to resolve this?  I do not have easy_install for Python and was not able to install pip for the
 installation of packages because I use a proxy server and have a password containing ‘#' which cuts off the rest of the password from being read.</div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"><b>warning:
</b></span>unknown warning option</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"><b>warning:
</b></span>unknown warning option</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      '-Werror=unused-command-line-argument'? [-Wunknown-warning-option]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:2230:11:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"><b>warning:
</b></span><b>explicitly assigning value of</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      variable of type 'int' to itself [-Wself-assign]</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">                    res = SWIG_AddCast(res);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                    ~~~ ^              ~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:2233:11:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"><b>warning:
</b></span><b>explicitly assigning value of</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      variable of type 'int' to itself [-Wself-assign]</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">                    res = SWIG_AddCast(res);                </p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                    ~~~ ^              ~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4265:47:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetCreateLayer'; did you mean 'GDALDatasetShadow_CreateLayer'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    OGRLayerShadow* layer = (OGRLayerShadow*) GDALDatasetCreateLayer( self,</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                              ^~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
                                              GDALDatasetShadow_CreateLayer</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4264:28: note:
</b>'GDALDatasetShadow_CreateLayer' declared</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN OGRLayerShadow *GDALDatasetShadow_CreateLayer(GDALDatasetShad...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                           ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4273:47:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetCopyLayer'</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    OGRLayerShadow* layer = (OGRLayerShadow*) GDALDatasetCopyLayer( self,</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                              ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4280:12:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetDeleteLayer'; did you mean 'GDALDatasetShadow_DeleteLayer'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    return GDALDatasetDeleteLayer(self, index);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>           ^~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
           GDALDatasetShadow_DeleteLayer</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4279:19: note:
</b>'GDALDatasetShadow_DeleteLayer' declared</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN OGRErr GDALDatasetShadow_DeleteLayer(GDALDatasetShadow *self,...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                  ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4306:8:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'OGRERR_NON_EXISTING_FEATURE'</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">  case OGRERR_NON_EXISTING_FEATURE:</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>       ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4314:12:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetGetLayerCount'; did you mean</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetShadow_GetLayerCount'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    return GDALDatasetGetLayerCount(self);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>           ^~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
           GDALDatasetShadow_GetLayerCount</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4313:16: note:
</b>'GDALDatasetShadow_GetLayerCount'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN int GDALDatasetShadow_GetLayerCount(GDALDatasetShadow *self){</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>               ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4318:47:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetGetLayer'</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    OGRLayerShadow* layer = (OGRLayerShadow*) GDALDatasetGetLayer(self, index);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                              ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4322:47:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetGetLayerByName'; did you mean</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetShadow_GetLayerByName'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">  ...layer = (OGRLayerShadow*) GDALDatasetGetLayerByName(self, layer_name);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                               ^~~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
                               GDALDatasetShadow_GetLayerByName</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4321:28: note:
</b>'GDALDatasetShadow_GetLayerByName'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN OGRLayerShadow *GDALDatasetShadow_GetLayerByName(GDALDatasetS...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                           ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4326:13:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetTestCapability'; did you mean</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetShadow_TestCapability'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    return (GDALDatasetTestCapability(self, cap) > 0);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>            ^~~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
            GDALDatasetShadow_TestCapability</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4325:17: note:
</b>'GDALDatasetShadow_TestCapability'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN bool GDALDatasetShadow_TestCapability(GDALDatasetShadow *self...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4336:47:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetExecuteSQL'; did you mean 'GDALDatasetShadow_ExecuteSQL'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    OGRLayerShadow* layer = (OGRLayerShadow*) GDALDatasetExecuteSQL(self,</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                              ^~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
                                              GDALDatasetShadow_ExecuteSQL</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4335:28: note:
</b>'GDALDatasetShadow_ExecuteSQL' declared</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN OGRLayerShadow *GDALDatasetShadow_ExecuteSQL(GDALDatasetShado...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                           ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4343:5:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetReleaseResultSet'; did you mean</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetShadow_ReleaseResultSet'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    GDALDatasetReleaseResultSet(self, layer);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
    GDALDatasetShadow_ReleaseResultSet</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4342:17: note:
</b>'GDALDatasetShadow_ReleaseResultSet'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN void GDALDatasetShadow_ReleaseResultSet(GDALDatasetShadow *se...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4346:35:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetGetStyleTable'; did you mean</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetShadow_GetStyleTable'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    return (OGRStyleTableShadow*) GDALDatasetGetStyleTable(self);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                  ^~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
                                  GDALDatasetShadow_GetStyleTable</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4345:33: note:
</b>'GDALDatasetShadow_GetStyleTable'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN OGRStyleTableShadow *GDALDatasetShadow_GetStyleTable(GDALData...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4350:9:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetSetStyleTable'; did you mean</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetShadow_SetStyleTable'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">        GDALDatasetSetStyleTable(self, (OGRStyleTableH) table);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>        ^~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
        GDALDatasetShadow_SetStyleTable</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4348:17: note:
</b>'GDALDatasetShadow_SetStyleTable'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN void GDALDatasetShadow_SetStyleTable(GDALDatasetShadow *self,...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4350:40:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>cannot initialize a parameter of type</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'OGRStyleTableShadow *' (aka 'OGRStyleTableHS *') with an rvalue of type</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'OGRStyleTableH' (aka 'void *')</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">        GDALDatasetSetStyleTable(self, (OGRStyleTableH) table);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                       ^~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4348:94: note:
</b>passing argument to parameter 'table'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">  ...*self,OGRStyleTableShadow *table){</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4353:12:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetStartTransaction'; did you mean</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetShadow_StartTransaction'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    return GDALDatasetStartTransaction(self, force);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
           GDALDatasetShadow_StartTransaction</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4352:19: note:
</b>'GDALDatasetShadow_StartTransaction'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN OGRErr GDALDatasetShadow_StartTransaction(GDALDatasetShadow *...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                  ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4356:12:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetCommitTransaction'; did you mean</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetShadow_CommitTransaction'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    return GDALDatasetCommitTransaction(self);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
           GDALDatasetShadow_CommitTransaction</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4355:19: note:
</b>'GDALDatasetShadow_CommitTransaction'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN OGRErr GDALDatasetShadow_CommitTransaction(GDALDatasetShadow *self){</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                  ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4359:12:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetRollbackTransaction'; did you mean</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALDatasetShadow_RollbackTransaction'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    return GDALDatasetRollbackTransaction(self);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
           GDALDatasetShadow_RollbackTransaction</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4358:19: note:
</b>'GDALDatasetShadow_RollbackTransaction'</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SWIGINTERN OGRErr GDALDatasetShadow_RollbackTransaction(GDALDatasetShado...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                  ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4361:294:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>unknown type name</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GDALRIOResampleAlg'; did you mean 'GDALResampleAlg'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">  ...*buf_line_space=0,GIntBig *buf_band_space=0,GDALRIOResampleAlg resample_...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                                 ^~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
                                                 GDALResampleAlg</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/local/Cellar/gdal/1.11.2_3/include/gdalwarper.h:56:3: note: </b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      'GDALResampleAlg' declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">} GDALResampleAlg;</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>  ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4361:326:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>use of undeclared identifier</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>      'GRIORA_NearestNeighbour'; did you mean 'GRA_NearestNeighbour'?</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">  ...resample_alg=GRIORA_NearestNeighbour,GDALProgressFunc callback=NULL,voi...</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                  ^~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
                  GRA_NearestNeighbour</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/local/Cellar/gdal/1.11.2_3/include/gdalwarper.h:49:56: note: </b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">      'GRA_NearestNeighbour' declared here</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">  /*! Nearest neighbour (select on one input pixel) */ GRA_NearestNeighbour=0,</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                                       ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>extensions/gdal_wrap.cpp:4425:5:
</b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>unknown type name 'GDALRasterIOExtraArg'</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">    GDALRasterIOExtraArg sExtraArg;</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">
<b>    ^</b></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>fatal error:
</b></span>too many errors emitted, stopping now [-ferror-limit=]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">4 warnings and 20 errors generated.</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">error: command '/usr/bin/clang' failed with exit status 1</p>
</div>
<div><br>
</div>
</body>
</html>