[GRASS-SVN] r37137 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 10 19:05:40 EDT 2009


Author: hamish
Date: 2009-05-10 19:05:40 -0400 (Sun, 10 May 2009)
New Revision: 37137

Modified:
   grass/branches/develbranch_6/lib/gis/gisinit.c
Log:
... rebuild won't help is system is dirty

Modified: grass/branches/develbranch_6/lib/gis/gisinit.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/gisinit.c	2009-05-10 23:02:37 UTC (rev 37136)
+++ grass/branches/develbranch_6/lib/gis/gisinit.c	2009-05-10 23:05:40 UTC (rev 37137)
@@ -52,7 +52,7 @@
 
     if (strcmp(version, GIS_H_VERSION) != 0)
         G_fatal_error(_("Incompatible library version for module. "
-			"You need to rebuild GRASS."));
+			"You need to rebuild GRASS or untangle multiple installations."));
 
     /* Make sure location and mapset are set */
     G_location_path();
@@ -88,7 +88,7 @@
 
     if (strcmp(version, GIS_H_VERSION) != 0)
         G_fatal_error(_("Incompatible library version for module. "
-			"You need to rebuild GRASS."));
+			"You need to rebuild GRASS or untangle multiple installations."));
 
     gisinit();
 



More information about the grass-commit mailing list