Ticket #1866 (closed defect: fixed)

Opened 10 months ago

Last modified 8 months ago

KML driver needs very new Expat

Reported by: warmerdam Assigned to: mloskot
Priority: normal Milestone:
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords: kml
Cc: Didge

Description

I get problems building kml driver with apparently older version of Expat. Stuff like missing definitioins for XMLCALL.

I would like a modest effort made to support older versions of Expat. In the meantime, I have modified kml.h with this check:

#ifndef XMLCALL
#error "Old version of expat, please upgrade to expat 2.x
#endif

Change History

11/20/07 17:39:02 changed by mloskot

  • status changed from new to assigned.

Frank,

I've successfully built GDAL with Expat 1.95.8 (2004-07-23) and Expat 2.0.1 (2007-06-05).

11/21/07 19:34:46 changed by mloskot

  • status changed from assigned to closed.
  • resolution set to fixed.

11/21/07 19:35:18 changed by mloskot

Please, reopen if you've encountered new problems with older Expat.