<div dir="ltr"><div><div><div>Hi,<br><br></div>I just tried to build GRASS7 on Ubuntu with the r.stream.* and r.fuzzy add-ons in the scripts-folder (the subdirs have been added to the makefile in the scripts folder).<br></div>
When running make I face a compilation error in the /man subfolder:<br><br>radinger@grassgis:/usr/local/src/grass7_trunk/man$ make<br>Generating HTML manual pages index (help system)...<br>make /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/full_index.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/index.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/topics.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/keywords.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/display.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/database.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/general.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/imagery.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/misc.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/postscript.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/raster.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/raster3D.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/temporal.html /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/vector.html<br>
make[1]: Entering directory `/usr/local/src/grass7_trunk/man'<br>make[1]: `/usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/full_index.html' is up to date.<br>make[1]: `/usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/index.html' is up to date.<br>
make[1]: `/usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/topics.html' is up to date.<br>GISBASE="/usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu" ARCH="i686-pc-linux-gnu" ARCH_DISTDIR="/usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu" VERSION_NUMBER=7.0.svn VERSION_DATE=2013 python ./build_keywords.py /usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html<br>
Traceback (most recent call last):<br>  File "./build_keywords.py", line 38, in <module><br>    key = "%s%s" % (key[0].upper(), key[1:])<br>IndexError: string index out of range<br>make[1]: *** [/usr/local/src/grass7_trunk/dist.i686-pc-linux-gnu/docs/html/keywords.html] Error 1<br>
make[1]: Leaving directory `/usr/local/src/grass7_trunk/man'<br>make: *** [default] Error 2<br>radinger@grassgis:/usr/local/src/grass7_trunk/man$ <br><br><br></div><div>Any idea where to look for the problem?<br><br></div>
<div>/Johannes<br></div></div>