[GRASS-user] make fails to find Platform.make
Markus Neteler
neteler at osgeo.org
Thu Sep 19 02:37:16 PDT 2019
Hi Luís,
On Thu, Sep 19, 2019 at 11:24 AM Luís Moreira de Sousa <
luis.de.sousa at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20190919/57886c04/attachment.html>
More information about the grass-user
mailing list