stephen wrote: > Here is the error for compiling GRASS7 and addons r.stream. > > svn up today > > Error: > make MODULE_TOPDIR=$HOME/source/grass/grass7 ... > io.c: In function ‘ram_create_map’: > io.c:16: warning: format not a string literal and no format arguments
try adding #include <grass/glocale.h> after #include "io.h" in the io.c file. It's already given in io.h so I don't really see why it's needed. fwiw I've moved it to the end of the grass/ includes in io.h in r45461, maybe that helps. Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
