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 'wxpython' GUI in the background, please wait...<br>
To run a command as administrator (user "root"), use "sudo <command>".<br>See "man sudo_root" for details.<br><br>GRASS 7.0.svn (oy3):~ > Traceback (most recent call last):<br> File "/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py", line 34, in <module><br>
from lmgr.frame import GMFrame<br> File "/usr/local/grass-7.0.svn/etc/gui/wxpython/lmgr/frame.py", line 44, in <module><br> from lmgr.layertree import LayerTree<br> File "/usr/local/grass-7.0.svn/etc/gui/wxpython/lmgr/layertree.py", line 35, in <module><br>
from mapdisp.frame import MapFrame<br> File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/frame.py", line 38, in <module><br> from vdigit.toolbars import VDigitToolbar<br> File "/usr/local/grass-7.0.svn/etc/gui/wxpython/vdigit/toolbars.py", line 24, in <module><br>
from vdigit.main import VDigit<br> File "/usr/local/grass-7.0.svn/etc/gui/wxpython/vdigit/main.py", line 18, in <module><br> from vdigit.wxdigit import IVDigit, GV_LINES<br> File "/usr/local/grass-7.0.svn/etc/gui/wxpython/vdigit/wxdigit.py", line 33, in <module><br>
from vdigit.wxdisplay import DisplayDriver, GetLastError<br> File "/usr/local/grass-7.0.svn/etc/gui/wxpython/vdigit/wxdisplay.py", line 70, in <module><br> errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int)<br>
NameError: name 'CFUNCTYPE' is not defined<br>GRASS 7.0.svn (oy3):~ > <br><br>Please help.<br><br>