Opened 13 years ago

Closed 3 years ago

#1269 closed defect (wontfix)

ctypesgen doesn't handle OS X framework option

Reported by: kyngchaos Owned by: grass-dev@…
Priority: normal Milestone: 6.5.0
Component: Python ctypes Version: svn-develbranch6
Keywords: ctypes, OSX Cc:
CPU: Unspecified Platform: MacOSX

Description

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"

Change History (2)

comment:1 by hamish, 11 years ago

Component: DefaultPython ctypes
Keywords: OSX added

comment:2 by nila, 3 years ago

Resolution: wontfix
Status: newclosed

I don’t see the relevance for this to GRASS. Please reopen if needed.

Note: See TracTickets for help on using tickets.