<div dir="ltr">Those easy ones should be fixed now, please test<br><br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 4, 2018 at 9:21 AM Anna Petrášová <<a href="mailto:kratochanna@gmail.com">kratochanna@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 4, 2018 at 2:00 AM Markus Neteler <<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Sep 4, 2018 at 12:39 AM Anna Petrášová <<a href="mailto:kratochanna@gmail.com" target="_blank">kratochanna@gmail.com</a>> wrote:<br>
><br>
> are you sure you did make distclean?<br>
<br>
You are right, solved with that.<br>
<br>
Here a few more issues: At wxGUI startup:<br>
<br>
### in the terminal:<br>
07:37:09: Debug: Adding duplicate image handler for 'Windows bitmap file'<br>
07:37:09: Debug: Adding duplicate image handler for 'Windows bitmap file'<br></blockquote><div><br></div><div>not sure about this, but seems minor right now </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
--> perhaps from an underlying lib?<br>
<br>
### in the wxGUI console:<br>
> Menu > System info<br>
<br>
3D view mode not available<br>
Reason: name 'WindowsError' is not defined<br>
Vector digitizer not available<br>
Reason: name 'WindowsError' is not defined<br>
Note that the wxGUI's vector digitizer is disabled in this<br>
installation. Please keep an eye out for updated versions of<br>
GRASS. In the meantime you can use "v.edit" for non-<br>
interactive editing from the Develop vector map menu.<br>
/home/mneteler/software/grass77/dist.x86_64-pc-linux-<br>
gnu/gui/wxpython/mapwin/buffered.py:406:<br></blockquote><div><br></div><div>generally, that's the problem with ctypes which is not fixed yet, I can look what that 'WindowsError' means specifically</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
wxPyDeprecationWarning: Call to deprecated item. Use<br>
DrawLine instead.<br>
  coords[i][1]))<br></blockquote><div><br></div><div>minor, should be easy to get rid of it</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
System Info<br>
Traceback (most recent call last):<br>
  File "/home/mneteler/software/grass77/dist.x86_64-pc-<br>
linux-gnu/gui/wxpython/lmgr/frame.py", line 1259, in<br>
OnSystemInfo<br>
<br>
_("Platform"), platform.platform().decode('utf8',<br>
'replace'), osgeo4w),<br>
AttributeError<br>
:<br>
'str' object has no attribute 'decode'<br>
<br></blockquote><div><br></div><div>I will look at that, should be easy </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
##################################################<br>
<br>
display raster > select map > OK button<br>
<br>
/home/mneteler/software/grass77/dist.x86_64-pc-linux-<br>
gnu/gui/wxpython/mapwin/buffered.py:406:<br>
wxPyDeprecationWarning: Call to deprecated item. Use<br>
DrawLine instead.<br>
  coords[i][1]))<br>
/home/mneteler/software/grass77/dist.x86_64-pc-linux-<br>
gnu/gui/wxpython/mapwin/buffered.py:406:<br>
wxPyDeprecationWarning: Call to deprecated item. Use<br>
DrawLine instead.<br>
  coords[i][1]))<br>
<br>
##################################################<br>
# seen in the terminal:<br>
<br>
    from grass.pygrass.vector import VectorTopo<br>
  File "/home/mneteler/software/grass77/dist.x86_64-pc-linux-gnu/etc/python/grass/pygrass/vector/__init__.py",<br>
line 7, in <module><br>
    import grass.lib.vector as libvect<br>
  File "/home/mneteler/software/grass77/dist.x86_64-pc-linux-gnu/etc/python/grass/lib/vector.py",<br>
line 5863<br>
    PORT_LONG_MAX = 2147483647L<br>
                              ^<br>
SyntaxError: invalid syntax<br>
<br></blockquote><div><br></div><div>as I said, that's the ctypes problem, weird is I don't get this specific problem, when I compile it, I get  PORT_LONG_MAX = 2147483647 (without the L)</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Markus<br>
</blockquote></div></div>
</blockquote></div></div>