[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 11:49:19 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:  7.0.6
 Component:  LibRaster    |    Version:  svn-releasebranch72
Resolution:               |   Keywords:  macosx
       CPU:  Unspecified  |   Platform:  MacOSX
--------------------------+---------------------------------

Comment (by vince):

 test.c:

 {{{
 #include <stdio.h>

 int main (int argc, char * argv []) {

 #ifdef __APPLE__
     printf ("Apple!\n");
 #else
     print ("Something else. Yuck :P\n");
 #endif
 }
 }}}


 {{{
 Air > clang -o test test.c
 Air > ./test
 Apple!
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3230#comment:4>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list