Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1842 closed defect (fixed)

KML makefile needs Expat includes

Reported by: kyngchaos Owned by: warmerdam
Priority: normal Milestone: 1.5.0
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

Just in case my comment was missed in ticket #1801, I figured I should do a normal bug report. This is a companion to ticket #1827.

The gmakefile for the KML OGR format needs $(EXPAT_INCLUDE) in CPP_FLAGS. That is:

CPPFLAGS :=	-I.. -I../.. $(GDAL_INCLUDE) $(EXPAT_INCLUDE) $(CPPFLAGS) -Wall -ansi

Change History (2)

comment:1 by kyngchaos, 17 years ago

Resolution: fixed
Status: newclosed

Looks like this was fixed.

comment:2 by warmerdam, 17 years ago

William,

Ah yes, I fixed it the morning of the code sprint after running into the issue independently.

Note: See TracTickets for help on using tickets.