[GRASS-dev] [GRASS GIS] #3230: lib/raster/gdal.c – missing libgdal.20.dylib in the GDAL library names list
GRASS GIS
trac at osgeo.org
Sun Apr 29 09:55:19 PDT 2018
#3230: lib/raster/gdal.c – missing libgdal.20.dylib in the GDAL library names list
--------------------------+---------------------------------
Reporter: vince | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.4.1
Component: LibRaster | Version: svn-releasebranch72
Resolution: | Keywords: macosx
CPU: Unspecified | Platform: MacOSX
--------------------------+---------------------------------
Changes (by neteler):
* milestone: 7.0.7 => 7.4.1
Comment:
Since GDAL 2.3.0 is due soon, I was wondering how up-to-date the code in
question is:
lib/raster/gdal.c
{{{
static void load_library(void)
{
static const char *const candidates[] = {
# ifdef __unix__
"libgdal.so.20",
"libgdal.so.1",
"libgdal.1.1.so",
"gdal.1.0.so",
"gdal.so.1.0",
"libgdal.so",
"libgdal1.6.0.so",
"libgdal1.7.0.so",
# endif
# ifdef _WIN32
"gdal202.dll",
"gdal201.dll",
"gdal200.dll",
"gdal111.dll",
"gdal110.dll",
"gdal19.dll",
"gdal18.dll",
"gdal17.dll",
"gdal16.dll",
"gdal15.dll",
"gdal11.dll",
"gdal.1.0.dll",
"libgdal-1.dll",
"gdal.dll",
# endif
NULL
};
int i;
}}}
This ticket is still open, so probably it should be all revisited now.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3230#comment:9>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list