Open tbonfort opened 12 years ago
Author: dmorissette Date: 2005/11/25 - 21:42
Frank, does this error ring any bell to you?
Author: fwarmerdam Date: 2005/11/25 - 21:55
Daniel,
The 2D setPoint() method is a fairly recent addition to ogr_geometry.h.
Before that there was only a 3D version with a defaulted z=0 value.
I *suspect* Donald is building mapogr.cpp using the new GDAL 1.3.1
include files (so it looks for the 2D setPoint(), but is picking up an
older libgdal.so at runtime (that only has the 3D version).
I suggest a careful review of what versions of GDAL/OGR are installed,
and/or scrubbing GDAL/OGR and re-installing clean.
Author: dmorissette Date: 2005/12/08 - 23:11
No news from Donald, so we'll close assuming that Frank's assessment was right
that there might be multiple copies of GDAL on the system.
Reporter: Donald.J.Miller@noaa.gov Date: 2005/11/25 - 21:17