[GRASS-SVN] r35606 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 25 07:59:03 EST 2009


Author: neteler
Date: 2009-01-25 07:59:03 -0500 (Sun, 25 Jan 2009)
New Revision: 35606

Modified:
   grass/trunk/gui/wxpython/README
Log:
libgdi.so nightmare fixed

Modified: grass/trunk/gui/wxpython/README
===================================================================
--- grass/trunk/gui/wxpython/README	2009-01-25 12:42:57 UTC (rev 35605)
+++ grass/trunk/gui/wxpython/README	2009-01-25 12:59:03 UTC (rev 35606)
@@ -157,33 +157,3 @@
 component. Note that you must configure GRASS with C++ (--with-cxx),
 Python (--with-python) and wxWidgets (--with-wxwidgets) support.
 
-NOTE: There is no need to do the following symlink or ldconfig on MacOSX.
-
-First, create a symlink to _gdi_.so shared library
-
-- find out architecture (32 or 64bit):
-   $ echo "$HOSTTYPE"
-
-- find the _gdi_.so file and check if compliant:
-   $ locate _gdi_.so
-   $ file /path/to/_gdi_.so
-
-  It will report "ELF 32-bit..." or "ELF 64-bit..". If you have
-  multiple results with locate, link below the appropriate file.
-
-- link as library:
-   $ sudo ln -s /path/to/_gdi_.so /usr/local/lib/libgdi.so
-
-  e.g.
-   $ sudo ln -s /usr/lib64/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_gdi_.so /usr/local/lib/libgdi.so
-
-Then update LD_LIBRARY_PATH or add '/usr/local/lib' to /etc/ld.so.conf
-(in this case run 'sudo ldconfig').
-
-TODO grass-dev: Avoid direct linking here, implement a better solution.
-
-Then you can compile the driver
-
-$ cd gui/wxpython/vdigit
-$ make
-



More information about the grass-commit mailing list