Re: [gdal-dev] No OGR formats found in my OS X universal binaries?

2015-01-24 Thread Sean Gillies
Thanks, William! I'm all straightened out now. I did indeed have a problem getting my build system to pass quoted parts. On Fri, Jan 23, 2015 at 7:21 PM, William Kyngesburye wrote: > You need to quote the CFLAGS, CXXFLAGS and LDFLAGS parts in the configure > line, which also overrides whatever y

[gdal-dev] RE : Re: Call for discusson on RFC 31 - OGR 64bit Integer Fields and FIDs

2015-01-24 Thread Even Rouault
Dmitriy,  The main reason for the new symbol is that if we change the return type it might cause crashing problems that are not detected at compile time if GetFID is used in a printf like function. For example printf("%ld %s", GetFID (), str) Even --- Spatialys - Geospatial professional servi

Re: [gdal-dev] Call for discusson on RFC 31 - OGR 64bit Integer Fields and FIDs

2015-01-24 Thread Dmitriy Baryshnikov
Hi Even, The RFC looks good. One note. May be in GDAL 2 we can use GetFID instead GetFID64? Because we can allow some incompatibility between GDAL 1.x and GDAL 2.x. Best regards, Dmitry 23.01.2015 18:17, Even Rouault пишет: Hi, This is a call for discussion on revisiting the existing R