Thanks Veronica for that good information. I’ve made some progress by ensuring I had the libs it needs ready (GDAL, etc.). Now it is giving me a Python error :
File “/home/me/grass/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py”, line 305,
**options,
SyntaxError: invalid syntax
I am not a Python user so this is throwing me. I assume I need to install a Python (Python3?) module, via “pip install …” I suppose. Can someone tell me which module can fix this?
For reference, the whole Python block of code containing the offending line, from core.py is:
def make_command(
prog,
flags=“”,
overwrite=False,
quiet=False,
verbose=False,
superquiet=False,
errors=None,
**options,
);
Thanks for any ideas.
Best,
Steve
On Fri, Mar 26, 2021 at 12:25 PM Veronica Andreo <veroandreo@gmail.com> wrote:
Hi Steve,
I’m no expert in compiling at all, but I always run configure in the source code directory. Have you tried?
Once configure runs without errors, just run make, if no errors at the end, you are good to go
Here’s a wiki with instructions for diverse linux platforms: https://grasswiki.osgeo.org/wiki/Compile_and_Install
hth,
Vero
El vie, 26 mar 2021 a las 18:07, Stephen Kirby (<thinjogger@gmail.com>) escribió:
Hi,
I am trying to build the version of GRASS listed in the subject line. However, when I run configure, it does not produce a “Makefile” even though configure appears to complete without error. The closest thing I see to a Makefile is this file: include/Make/Platform.make. I am not running configure in the source code directory as one is always told this is a bad idea (for ex., when building gcc). I am running configure in a separate directory (“/build-grass”). Let me know what I should try next as I am excited to get GRASS running!
Best regards,
Steve
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user