[GRASS-SVN] r33327 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 8 08:46:30 EDT 2008
Author: neteler
Date: 2008-09-08 08:46:30 -0400 (Mon, 08 Sep 2008)
New Revision: 33327
Modified:
grass/trunk/lib/gis/gisinit.c
Log:
explain what 'incompatible lib' implies
Modified: grass/trunk/lib/gis/gisinit.c
===================================================================
--- grass/trunk/lib/gis/gisinit.c 2008-09-08 12:13:14 UTC (rev 33326)
+++ grass/trunk/lib/gis/gisinit.c 2008-09-08 12:46:30 UTC (rev 33327)
@@ -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