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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 8 08:47:01 EDT 2008


Author: neteler
Date: 2008-09-08 08:47:01 -0400 (Mon, 08 Sep 2008)
New Revision: 33328

Modified:
   grass/branches/develbranch_6/lib/gis/gisinit.c
Log:
explain what 'incompatible lib' implies (merge from trunk, r33327)

Modified: grass/branches/develbranch_6/lib/gis/gisinit.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/gisinit.c	2008-09-08 12:46:30 UTC (rev 33327)
+++ grass/branches/develbranch_6/lib/gis/gisinit.c	2008-09-08 12:47:01 UTC (rev 33328)
@@ -51,7 +51,7 @@
     G_set_program_name(pgm);
 
     if (strcmp(version, GIS_H_VERSION) != 0)
-        G_fatal_error(_("Incompatible library version for module"));
+        G_fatal_error(_("Incompatible library version for module: recompilation needed."));
 
     /* Make sure location and mapset are set */
     G_location_path();
@@ -86,7 +86,7 @@
 	return 0;
 
     if (strcmp(version, GIS_H_VERSION) != 0)
-        G_fatal_error(_("Incompatible library version for module"));
+        G_fatal_error(_("Incompatible library version for module: recompilation needed."));
 
     gisinit();
 



More information about the grass-commit mailing list