Ticket #1242 (new defect)

Opened 2 years ago

Last modified 9 months ago

OGDI needs PROJ headers

Reported by: kyngchaos@kyngchaos.com Assigned to: warmerdam
Priority: highest Milestone:
Component: default Version: unspecified
Severity: blocker Keywords:
Cc:

Description

In doing some more odd build situations, I found that OGDI (both raster and vector) needs the PROJ headers.  I had PROJ built into it's own folder, isolated from everything else, so it's not in any other header path that might happen to be in common/default paths.  OGDI couldn't find projects.h.

For frmts/ogdi/gnumakefile and ogr/ogrsf_frmts/ogdi/gnumakefile, I added $(PROJ_INCLUDE) to CPPFLAGS and OGDI is happy.

Attachments

GNUmakefile.patch (301 bytes) - added by kyngchaos on 09/29/07 12:52:10.
for GDAL frmt
GNUmakefile.2.patch (340 bytes) - added by kyngchaos on 09/29/07 12:53:45.
OGR frmt makefile

Change History

09/29/07 12:52:10 changed by kyngchaos

  • attachment GNUmakefile.patch added.

for GDAL frmt

09/29/07 12:53:45 changed by kyngchaos

  • attachment GNUmakefile.2.patch added.

OGR frmt makefile

09/29/07 12:55:23 changed by kyngchaos

Trying to move this along - here are patches for the OGDI format makefiles. The should be good for both 1.4.2 and trunk.