I had a problem while I was compiling from develbranch6:<br><br>r.univar_main.c: In function 'set_params':<br>r.univar_main.c:37: error: 's' undeclared (first use in this function)<br>r.univar_main.c:37: error: (Each undeclared identifier is reported only once<br>
r.univar_main.c:37: error: for each function it appears in.)<br>r.univar_main.c:38: error: expected ';' before 'param'<br>make[2]: *** [OBJ.i686-pc-linux-gnu/r.univar_main.o] Error 1<br><br>Looking at r.univar_main.c I see this at row 37:<br>
<br>param.percentile->options = "0-100";s<br><br>Is the "s" corrected??? It is the cause of the compilation failure...<br><br>Giovanni<br>