[gdal-dev] build error

Even Rouault even.rouault at spatialys.com
Tue Aug 18 10:30:37 PDT 2015


On Tuesday 18 August 2015 12:00:46 Vincent Schut wrote:
> Hi,
> 
> this morning I wanted to refresh my gdal build, so I did an svn update (and
> later a fresh svn checkout to be sure), but I get an error when make wants
> to build gdalserver:

This might be related to the following that is perhaps too restrictive

#if defined(__STDC_VERSION__)
#define _XOPEN_SOURCE
#endif

Could you try remonving the #if defined / #endif, so that #define _XOPEN_SOURCE 
is defined ?

Perhaps you need #define _XOPEN_SOURCE 500

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com


More information about the gdal-dev mailing list