<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 29, 2015 at 5:20 PM, Blumentrath, Stefan <span dir="ltr"><<a href="mailto:Stefan.Blumentrath@nina.no" target="_blank">Stefan.Blumentrath@nina.no</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div link="blue" vlink="purple" lang="NO-BOK">
<div>
<p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)" lang="EN-US">What about grass70 --config?<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)" lang="EN-US">Cheers<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)" lang="EN-US">Stefan</span></p></div></div></blockquote><div><br></div><div>--config does not work for 64.<br><br></div><div>For 70 it does not give version, only revision (of library I think). We should probably change the format to be more parseable. The line order is really not stable, I'm not sure what other do.<br><br>$ grass71 --config<br>x86_64-unknown-linux-gnu<br>./configure  --enable-largefile=yes --with-nls --with-cxx --with-readline --with-pthread --with-proj-share=/usr/share/proj --with-geos=/usr/bin/geos-config --with-wxwidgets --with-cairo --with-opengl-libs=/usr/include/GL --with-freetype=yes --with-freetype-includes=/usr/include/freetype2/ --with-postgresql=yes --with-postgres-includes=/usr/include/postgresql --with-sqlite=yes --with-mysql=yes --with-mysql-includes=/usr/include/mysql --with-odbc=no --with-liblas=yes --with-liblas-config=/usr/bin/liblas-config<br>gcc<br>/home/vasek/dev/grass/gcc_trunk/dist.x86_64-unknown-linux-gnu<br>63639<br>}}} <br><br></div><div>70 --help has actually version number on the first line as 64 --version has but 64 --help does not have the version, except for usage (at least the one from Ubuntu package).<br></div><div><br></div><div>I'm afraid we have to implement something better. What would it be?<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div link="blue" vlink="purple" lang="NO-BOK"><div><p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)" lang="EN-US"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)" lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:11pt;font-family:"Calibri",sans-serif" lang="EN-US">From:</span></b><span style="font-size:11pt;font-family:"Calibri",sans-serif" lang="EN-US"> <a href="mailto:grass-dev-bounces@lists.osgeo.org" target="_blank">grass-dev-bounces@lists.osgeo.org</a> [mailto:<a href="mailto:grass-dev-bounces@lists.osgeo.org" target="_blank">grass-dev-bounces@lists.osgeo.org</a>]
<b>On Behalf Of </b>Vaclav Petras<br>
<b>Sent:</b> 29. januar 2015 23:10<br>
<b>To:</b> Rainer M Krug<br>
<b>Cc:</b> <a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
<b>Subject:</b> Re: [GRASS-dev] Getting version number *before* starting<u></u><u></u></span></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Thu, Jan 29, 2015 at 9:51 AM, Rainer M Krug <<a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a>> wrote:<u></u><u></u></p>
<blockquote style="border-width:medium medium medium 1pt;border-style:none none none solid;border-color:-moz-use-text-color -moz-use-text-color -moz-use-text-color rgb(204,204,204);padding:0cm 0cm 0cm 6pt;margin-left:4.8pt;margin-right:0cm">
<p class="MsoNormal">Hi<br>
<br>
I would, for implementation in spgrass7 in R, to be able to get the version<br>
number of GRASS GIS before starting GRASS. <u></u><u></u></p>
</blockquote>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I know about the --version parameter of grass command.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><br>
{{{<br>
$ grass64 --version<br>
<br>
GRASS GIS 6.4.4<br>
<br>
Geographic Resources Analysis Support System (GRASS) is Copyright,<br>
1999-2014 by the GRASS Development Team, and licensed under terms of the<br>
GNU General Public License (GPL) version >=2.<br>
 <br>
This GRASS 6.4.4 release is coordinated and produced by the...<br>
}}}<br>
<br>
Unfortunately for GRASS GIS 7 it is giving more the license and about then the version:<br>
<br>
{{{<br>
$ grass71 --version<br>
<br>
Geographic Resources Analysis Support System (GRASS) is Copyright,<br>
1999-2014 by the GRASS Development Team, and licensed under terms of the<br>
GNU General Public License (GPL) version >=2.<br>
 <br>
This GRASS 7.1.svn release is coordinated and produced by<br>
}}}<br>
 <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12pt">Although, I'm running 71 from source code, so it might be different.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">To get general idea, here are examples what other projects have in --version:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><br>
{{{<br>
gcc --version<br>
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2<br>
Copyright (C) 2013 Free Software Foundation, Inc.<br>
This is free software; see the source for copying conditions.  There is NO<br>
...<br>
}}}<br>
<br>
{{{<br>
pandoc --version<br>
pandoc 1.12.2.1<br>
Compiled with texmath 0.6.5.2, highlighting-kate 0.5.5.1.<br>
Syntax highlighting is supported for the following languages:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12pt">...<br>
}}}<u></u><u></u></p>
</div>
<blockquote style="border-width:medium medium medium 1pt;border-style:none none none solid;border-color:-moz-use-text-color -moz-use-text-color -moz-use-text-color rgb(204,204,204);padding:0cm 0cm 0cm 6pt;margin-left:4.8pt;margin-right:0cm">
<p class="MsoNormal">I know that in the file<br>
<br>
,----<br>
| GRASS_BASE_DIRECTORY/etc/VERSIONNUMBER<br>
`----<br>
<br>
the version number is stored, but I have two questions:<br>
<br>
1) is this the same between systems (I saw it in Mac Linux and Windows)?<br>
2) I assume the location of this file is very un-likely to change?<br>
3) can the internal structure of the GDRASS_BASE_DIRECTORY be configured<br>
during the build process (particularly the bin/ and the location of<br>
VERSIONNUMBER), and if yes, how can I obtain the location of these folders?<br>
<br>
So: would there be any downside in just reading this file to determine<br>
the version of GRASS GIS, as the grass startup script seems to be<br>
reading from that file as well?<br>
<br>
Thanks,<br>
<br>
Rainer<br>
<span style="color:rgb(136,136,136)"><br>
--<br>
Rainer M. Krug<br>
email: Rainer<at>krugs<dot>de<br>
PGP: 0x0F52F982<br>
</span><br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div></div></div>
</div>

</blockquote></div><br></div></div>