[GRASS-dev] Compilation of r.li.* fails

Markus Metz markus.metz.giswork at gmail.com
Mon Feb 17 08:10:28 PST 2014


On Mon, Feb 17, 2014 at 4:48 PM, Vaclav Petras <wenzeslaus at gmail.com> wrote:
> Just for case, it is not known yet.
>
> Compile errors in r.li.* modules:

Oops, fixed in r59074.

Markus M
>
> edgedensity.c:356:30: error: too few arguments to function call, expected 2,
> have 1
>         Rast_set_d_null_value(result);
>         ~~~~~~~~~~~~~~~~~~~~~       ^
> /home/vasek/dev/grass/trunk_clang/dist.i686-pc-linux-gnu/include/grass/defs/raster.h:417:1:
> note: 'Rast_set_d_null_value' declared here
> void Rast_set_d_null_value(DCELL *, int);
> ^
> edgedensity.c:615:30: error: too few arguments to function call, expected 2,
> have 1
>         Rast_set_d_null_value(result);
>         ~~~~~~~~~~~~~~~~~~~~~       ^
> /home/vasek/dev/grass/trunk_clang/dist.i686-pc-linux-gnu/include/grass/defs/raster.h:417:1:
> note: 'Rast_set_d_null_value' declared here
> void Rast_set_d_null_value(DCELL *, int);
> ^
> edgedensity.c:871:30: error: too few arguments to function call, expected 2,
> have 1
>         Rast_set_d_null_value(result);
>         ~~~~~~~~~~~~~~~~~~~~~       ^
> /home/vasek/dev/grass/trunk_clang/dist.i686-pc-linux-gnu/include/grass/defs/raster.h:417:1:
> note: 'Rast_set_d_null_value' declared here
> void Rast_set_d_null_value(DCELL *, int);
> ^
> ...
>
> _______________________________________________
> grass-dev mailing list
> grass-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev


More information about the grass-dev mailing list