#58: v.digit relies upon non-portable hacks
-----------------------+----------------------------------------------------
Reporter: marisn | Owner: martinl
Type: defect | Status: assigned
Priority: critical | Milestone: 6.3.0
Component: default | Version: 6.3.0 RCs
Resolution: | Keywords: wxGUI, v.digit
-----------------------+----------------------------------------------------
Comment (by kyngchaos):
I got it to build and run on OSX. The key is that _gdi_.so is loaded by
python when wx is imported, so there really is no need to directly link it
into _grass6_wxvdigit.so. To get around the missing symbols then, on OSX
use the "-undefined dynamic_lookup" flag (note: OSX 10.3 and above only),
instead of the "-lgdi" hack.
So, replace "-lgdi" with a configured variable in Platform.make. If there
is an equivalent dynamic_lookup flag for other platforms, that should be
used instead of directly linking _gdi_.so.
See ticket #61 for other notes. (should these tickets be merged?)
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/58#comment:7>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev