recent r.plane commits seems to break winGRASS builds:
GRASS GIS 7.3.svn r71567 compilation log
--------------------------------------------------
Started compilation: Thu Oct 19 23:40:19 2017
--
Errors in:
/c/msys64/usr/src/grass_trunk/scripts/r.plane
--
In case of errors please change into the directory with error and run
'make'.
If you get multiple errors, you need to deal with them in the order they
appear in the error log. If you get an error building a library, you will
also get errors from anything which uses the library.
--
Finished compilation: Fri Oct 20 00:17:27 2017
"""
SyntaxError: Non-ASCII character '\xc3' in file
C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/scripts/r.plane.py
on line 6, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
../../include/Make/Html.make:14: recipe for target 'r.plane.tmp.html' failed
make[3]: *** [r.plane.tmp.html] Error 1
GISRC=/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/demolocation/.grassrc7
"""
"""
SyntaxError: Non-ASCII character '\xc3' in file
C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/scripts/r.plane.py
on line 6, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
../../include/Make/Html.make:14: recipe for target 'r.plane.tmp.html' failed
make[3]: *** [r.plane.tmp.html] Error 1
GISRC=/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/demolocation/.grassrc7
"""
putting
"""
# -*- coding: utf-8 -*-
"""
in r.plane.py should fix the issue.
Sorry for accidentially haven broken this. I was not aware that
putting an umlaut into a .py file may become an issue.
Background: I am currently sitting next to this original r.plane
developer Stefan Jäger He noted that his name got lost time ago
and I promised to put it back.
Also the r.statistics original author Martin Schröder is here. Funny
to meet them first time ~23 years after inception of the modules...
Re: bugfix. I could also change the name to "Jaeger". Let me know what
you prefer.