Opened 14 years ago

Closed 14 years ago

#3250 closed defect (fixed)

GDAL build is broken because of DXF driver

Reported by: dron Owned by: warmerdam
Priority: high Milestone:
Component: OGR_SF Version: svn-trunk
Severity: blocker Keywords: dxf
Cc:

Description

r18105 brokes the GDAL building process, because dxf driver is not being build and we have a link error ('dxf' directory should be listed in ogr/ogrsf_frmts/GNUmakefile). After fixing that it is still broken because of

ogrdxflayer.cpp: In member function `OGRFeature* OGRDXFLayer::TranslateCIRCLE()':
ogrdxflayer.cpp:730: error: `approximateArcAngles' is not a member of `OGRGeometryFactory'

I think that something left uncommitted...

Best regards, Andrey

Change History (1)

comment:1 by warmerdam, 14 years ago

Resolution: fixed
Status: newclosed

Appologies, corrected in r18106.

Note: See TracTickets for help on using tickets.