<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Markus Metz wrote:<br>
<br>
> >>> After renaming the variable "nearest" to "nearesta" in lib/gis/plot.c it<br>
> >>> worked.<br>
> ><br>
> > I did the same on AIX 5.3 but we need a solution in SVN...<br>
><br>
> Fixed in r55563.<br></div></blockquote><div><br></div><div>With r55565 I nave another error in lib/gis:</div><div><div>gcc  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include  -D_FILE_OFFSET_BITS=64 -DGRASS_VERSION_DATE=\"'2013'\" -DPACKAGE=\""grasslibs"\"     -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/plot.o -c plot.c</div>
<div>plot.c:34:1: error: expected identifier or '(' before '<<' token</div><div>plot.c:36:1: error: expected identifier or '(' before '==' token</div><div>plot.c:38:1: error: expected identifier or '(' before '>>' token</div>
<div>plot.c:351:1: error: expected identifier or '(' before '<<' token</div><div>plot.c: In function 'G_plot_polygon':</div><div>plot.c:419:1: error: expected expression before '<<' token</div>
<div>plot.c:421:1: error: expected expression before '==' token</div><div>plot.c:423:1: error: expected expression before '>>' token</div><div>plot.c: In function 'G_plot_area':</div><div>plot.c:554:1: error: expected expression before '<<' token</div>
<div>plot.c:556:1: error: expected expression before '==' token</div><div>plot.c:558:1: error: expected expression before '>>' token</div><div>plot.c: At top level:</div><div>plot.c:636:12: error: static declaration of 'edge' follows non-static declaration</div>
<div>plot.c:415:15: note: previous implicit declaration of 'edge' was here</div><div>gmake: *** [OBJ.powerpc-ibm-aix7.1.0.0/plot.o] Error 1</div></div><div><br></div><div><br></div><div>I tried also gcc -ansi, but then:</div>
<div><br></div><div>in tools/timer:</div><div>gcc -ansi  -lstdc++   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include    -DPACKAGE=\""grassmods"\"   -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/main.o -c main.c</div>
<div>main.c: In function 'main':</div><div>main.c:22:20: error: storage size of 't' isn't known</div><div>gmake: *** [OBJ.powerpc-ibm-aix7.1.0.0/main.o] Error 1</div><div><br></div><div><br></div><div>
in lib/gis:</div><div>gcc -ansi  -lstdc++    -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include   -DGRASS_VERSION_DATE=\"'2013'\" -DPACKAGE=\""grasslibs"\"     -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -I/gpfs/home/senko/dev/grass/grass7/dist.powerpc-ibm-aix7.1.0.0/include -o OBJ.powerpc-ibm-aix7.1.0.0/parser_interface.o -c parser_interface.c</div>
<div>parser_interface.c: In function 'print_escaped_for_xml':</div><div>parser_interface.c:54:5: error: unknown type name 'iconv_t'</div><div>parser_interface.c:57:18: error: 'iconv_t' undeclared (first use in this function)</div>
<div>parser_interface.c:57:18: note: each undeclared identifier is reported only once for each function it appears in</div><div>parser_interface.c: In function 'G__usage_xml':</div><div>parser_interface.c:118:28: error: 'CODESET' undeclared (first use in this function)</div>
<div>gmake: *** [OBJ.powerpc-ibm-aix7.1.0.0/parser_interface.o] Error 1 </div><div><br></div><div>I am not C programmer, thanks for any ideas.</div><div><br></div><div>Ivan</div></div>