[GRASS-user] errors in r.drain (develbranch)

Markus Neteler neteler at osgeo.org
Mon Apr 6 15:05:30 EDT 2009


2009/4/6 Carlos "Guâno" Grohmann <carlos.grohmann at gmail.com>:
> Hello all,
>
> after a full SVN of develbranch, I'm getting errors in r.drain:
>
> -
> Errors in:
> /home/guano/pessoal/tmp_install/gis/grass6_devel/raster/r.drain

(that's indeed grass7_devel/raster/r.drain/, right?)

...
> guano[grass6_devel]$ cd raster/r.drain/
> guano[r.drain]$ make
> gcc -I/home/guano/pessoal/tmp_install/gis/grass6_devel/dist.i686-pc-linux-gnu/include
>  -mt
> une=nocona -minline-all-stringops -O2 -Wall -D_FILE_OFFSET_BITS=64
> -I/usr/include/gdal
>   -DPACKAGE=\""grassmods"\"
> -I/home/guano/pessoal/tmp_install/gis/grass6_devel/dist.i686
> -pc-linux-gnu/include -o OBJ.i686-pc-linux-gnu/main.o -c main.c
> main.c: In function ‘main’:
> main.c:174: warning: format not a string literal and no format arguments

that line reads
                G_warning(_("Starting point %d is outside the current region"),
in GRASS 7.
I assume that you lost somehow --with-nls as configure parameter so that
the gettext macro isn't recognised completely.

I suggest a "make distclean" and new configure.

Markus


More information about the grass-user mailing list