Opened 14 years ago
Closed 3 years ago
#1269 closed defect (wontfix)
ctypesgen doesn't handle OS X framework option
Reported by: | kyngchaos | Owned by: | |
---|---|---|---|
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 , 12 years ago
Component: | Default → Python ctypes |
---|---|
Keywords: | OSX added |
comment:2 by , 3 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I don’t see the relevance for this to GRASS. Please reopen if needed.