[GRASS-dev] [GRASS GIS] #1269: ctypesgen doesn't handle OS X framework option

#1269: ctypesgen doesn't handle OS X framework option
-------------------------+--------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.5.0
Component: Default | Version: svn-develbranch6
Keywords: ctypes | Platform: MacOSX
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
See http://code.google.com/p/ctypesgen/issues/detail?id=11

Update GRASS' copy when it's fixed.

Affects linking with the new GDAL 1.8 framework gdal-config which returns
a -framework option instead of the old -L/-l unix compatibility combo.

Until then, I have some ideas for a workaround that I need to explore.

One workaround is to change the GDAL 1.8 gdal-config back to the old
options:

{{{
CONFIG_LIBS="-L/Library/Frameworks/GDAL.framework/unix/lib -lgdal"
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1269&gt;
GRASS GIS <http://grass.osgeo.org>

#1269: ctypesgen doesn't handle OS X framework option
---------------------------+------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.5.0
Component: Python ctypes | Version: svn-develbranch6
Keywords: ctypes, OSX | Platform: MacOSX
      Cpu: Unspecified |
---------------------------+------------------------------------------------
Changes (by hamish):

  * keywords: ctypes => ctypes, OSX
  * component: Default => Python ctypes

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1269#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>