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

Vaclav Petras wenzeslaus at gmail.com
Mon Feb 17 07:48:01 PST 2014


Just for case, it is not known yet.

Compile errors in r.li.* modules:

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);
^
...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20140217/6460dc5a/attachment.html>


More information about the grass-dev mailing list