<div dir="ltr"><div dir="ltr">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 :<div><br></div><div> File "/home/me/grass/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py", line 305, </div><div>**options,</div><div>SyntaxError: invalid syntax</div><div><br></div><div>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?  </div><div><br></div><div>For reference, the whole Python block of code containing the offending line, from core.py is:</div><div>def make_command(</div><div> prog,</div><div> flags="",</div><div> overwrite=False,</div><div> quiet=False,</div><div> verbose=False,</div><div> superquiet=False,</div><div> errors=None,</div><div> **options,</div><div>);</div><div><br></div><div>Thanks for any ideas.</div><div><br></div><div>Best,</div><div>Steve</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 26, 2021 at 12:25 PM Veronica Andreo <<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Steve, <br></div><div><br></div><div>I'm no expert in compiling at all, but I always run configure in the source code directory. Have you tried? <br></div><div>Once configure runs without errors, just run make, if no errors at the end, you are good to go</div><div><br></div><div>Here's a wiki with instructions for diverse linux platforms: <a href="https://grasswiki.osgeo.org/wiki/Compile_and_Install" target="_blank">https://grasswiki.osgeo.org/wiki/Compile_and_Install</a></div><div><br></div><div>hth, <br></div><div>Vero<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie, 26 mar 2021 a las 18:07, Stephen Kirby (<<a href="mailto:thinjogger@gmail.com" target="_blank">thinjogger@gmail.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>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!</div><div><br></div><div>Best regards,</div><div>Steve</div></div>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div>
</blockquote></div>