<div dir="ltr">Hi Luí­s,<br><br>On Thu, Sep 19, 2019 at 11:24 AM Luí­s Moreira de Sousa <<a href="mailto:luis.de.sousa@protonmail.ch">luis.de.sousa@protonmail.ch</a>> wrote:<br>><br>> Hi all,<br>><br>> I am compiling GRASS 7.6<br><br>Please consider to switch to 7.8.<br><a href="https://trac.osgeo.org/grass/wiki/Release/7.8.0-News">https://trac.osgeo.org/grass/wiki/Release/7.8.0-News</a><br><br>If you have to stick to Python 2, then this modification is needed in the source code (run in the main source code directory):<br><div><br></div><span style="font-family:monospace">find -name '*.py' | xargs sed -i 's,#!/usr/bin/env python3,#!/usr/bin/env python2,' &&  find -name '*.py' | xargs sed -i 's,python3,python2,'<br></span><br><br>> in an HPC cluster running Scientific Linux. make is failing to find the folder or file ../../include/Make/Platform.make, I don't recall seeing this before.<br><div><br></div><div>It should be produced by the "configure" step.</div><div>Is the file present after having run "configure"?</div><div><br></div><div>Best,</div><div>Markus<br></div></div>