[postgis-tickets] [PostGIS] #5218: configure: error: could not find GDAL headers

PostGIS trac at osgeo.org
Tue Aug 16 06:00:37 PDT 2022


#5218: configure: error: could not find GDAL headers
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  blocker                |  Milestone:  PostGIS 3.3.0
 Component:  build/upgrade/install  |    Version:  master
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Changes (by strk):

 * cc: rouault (added)

Comment:

 It looks like we're basically assuming gdal.h would be in a directory we
 are passing -I for, but we're not, and gdal-config does not expect us to
 either.

 Rather, gdal expects us to `#include <gdal/gdal.h>`.

 The problem is: since WHICH version of GDAL we need this ? As this sounds
 like a version-sensitive issue.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5218#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list