Changeset 33327


Ignore:
Timestamp:
Sep 8, 2008, 5:46:30 AM (16 years ago)
Author:
neteler
Message:

explain what 'incompatible lib' implies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/lib/gis/gisinit.c

    r32585 r33327  
    5252
    5353    if (strcmp(version, GIS_H_VERSION) != 0)
    54         G_fatal_error(_("Incompatible library version for module"));
     54        G_fatal_error(_("Incompatible library version for module: recompilation needed."));
    5555
    5656    /* Make sure location and mapset are set */
     
    8787
    8888    if (strcmp(version, GIS_H_VERSION) != 0)
    89         G_fatal_error(_("Incompatible library version for module"));
     89        G_fatal_error(_("Incompatible library version for module: recompilation needed."));
    9090
    9191    gisinit();
Note: See TracChangeset for help on using the changeset viewer.