Hi Luí­s,

On Thu, Sep 19, 2019 at 11:24 AM Luí­s Moreira de Sousa <
luis.de.so...@protonmail.ch> wrote:
>
> Hi all,
>
> I am compiling GRASS 7.6

Please consider to switch to 7.8.
https://trac.osgeo.org/grass/wiki/Release/7.8.0-News

If you have to stick to Python 2, then this modification is needed in the
source code (run in the main source code directory):

find -name '*.py' | xargs sed -i 's,#!/usr/bin/env python3,#!/usr/bin/env
python2,' &&  find -name '*.py' | xargs sed -i 's,python3,python2,'


> 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.

It should be produced by the "configure" step.
Is the file present after having run "configure"?

Best,
Markus
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to