Today, I updated grass7 and make resulted in a long list of modules having error during compilation. Even then , I ran make install  as  message during installation was that error may be fixed during run-time. <br>GRASS7 installed and ran also, but with following message during startup.<br>
Is is OK or should I revert back to earlier version.<br><br>rdcgis1@rdcgis1:/usr/svn/gis/grass7$ svn info<br>Path: .<br>Working Copy Root Path: /usr/svn/gis/grass7<br>URL: <a href="https://svn.osgeo.org/grass/grass/trunk">https://svn.osgeo.org/grass/grass/trunk</a><br>
Repository Root: <a href="https://svn.osgeo.org/grass">https://svn.osgeo.org/grass</a><br>Repository UUID: 15284696-431f-4ddb-bdfa-cd5b030d7da7<br>Revision: 49631<br>Node Kind: directory<br>Schedule: normal<br>Last Changed Author: martinl<br>
Last Changed Rev: 49629<br>Last Changed Date: 2011-12-09 02:04:16 +0530 (Fri, 09 Dec 2011)<br><br><br>Message during startup:<br><br><br>          __________  ___   __________    _______________<br>         / ____/ __ \/   | / ___/ ___/   / ____/  _/ ___/<br>
        / / __/ /_/ / /| | \__ \\_  \   / / __ / / \__ \ <br>       / /_/ / _, _/ ___ |___/ /__/ /  / /_/ // / ___/ / <br>       \____/_/ |_/_/  |_/____/____/   \____/___//____/  <br><br>Welcome to GRASS 7.0.svn (2011) <br>
<br>GRASS homepage:                          <a href="http://grass.osgeo.org">http://grass.osgeo.org</a><br>This version running through:            Bash Shell (/bin/bash)<br>Help is available with the command:      g.manual -i<br>
See the licence terms with:              g.version -c<br>If required, restart the GUI with:       g.gui wxpython<br>When ready to quit enter:                exit<br><br>Launching &#39;wxpython&#39; GUI in the background, please wait...<br>
To run a command as administrator (user &quot;root&quot;), use &quot;sudo &lt;command&gt;&quot;.<br>See &quot;man sudo_root&quot; for details.<br><br>GRASS 7.0.svn (oy3):~ &gt; Traceback (most recent call last):<br>  File &quot;/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py&quot;, line 34, in &lt;module&gt;<br>
    from lmgr.frame import GMFrame<br>  File &quot;/usr/local/grass-7.0.svn/etc/gui/wxpython/lmgr/frame.py&quot;, line 44, in &lt;module&gt;<br>    from lmgr.layertree        import LayerTree<br>  File &quot;/usr/local/grass-7.0.svn/etc/gui/wxpython/lmgr/layertree.py&quot;, line 35, in &lt;module&gt;<br>
    from mapdisp.frame       import MapFrame<br>  File &quot;/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/frame.py&quot;, line 38, in &lt;module&gt;<br>    from vdigit.toolbars    import VDigitToolbar<br>  File &quot;/usr/local/grass-7.0.svn/etc/gui/wxpython/vdigit/toolbars.py&quot;, line 24, in &lt;module&gt;<br>
    from vdigit.main        import VDigit<br>  File &quot;/usr/local/grass-7.0.svn/etc/gui/wxpython/vdigit/main.py&quot;, line 18, in &lt;module&gt;<br>    from vdigit.wxdigit import IVDigit, GV_LINES<br>  File &quot;/usr/local/grass-7.0.svn/etc/gui/wxpython/vdigit/wxdigit.py&quot;, line 33, in &lt;module&gt;<br>
    from vdigit.wxdisplay import DisplayDriver, GetLastError<br>  File &quot;/usr/local/grass-7.0.svn/etc/gui/wxpython/vdigit/wxdisplay.py&quot;, line 70, in &lt;module&gt;<br>    errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int)<br>
NameError: name &#39;CFUNCTYPE&#39; is not defined<br>GRASS 7.0.svn (oy3):~ &gt; <br><br>Please help.<br><br>