[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
Wed Dec 21 10:12:09 PST 2016
#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:
Component: LibRaster | Version: svn-releasebranch72
Keywords: | CPU: Unspecified
Platform: MacOSX |
-----------------------+---------------------------------
{{{
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
}}}
Humm… where is “libgdal.20.dylib” for poor MacOS X users?
Shame on you! :P :P
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3230>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list