Re: [GRASS-user] Recovering from a build error [RESOLVED]

2017-09-22 Thread Rich Shepard
On Fri, 22 Sep 2017, Markus Neteler wrote: If yes, it is an error in the wxPython package on your system and needs to be reported to your distro. Markus, Consider me suitably chastised for missing this. Let me explain: a couple of weeks ago I upgraded this desktop from Slackware-14.1 to -14

Re: [GRASS-user] Recovering from a build error

2017-09-22 Thread Markus Neteler
Rich, On Fri, Sep 22, 2017 at 3:02 AM, Rich Shepard wrote: > On Tue, 19 Sep 2017, Rich Shepard wrote: > >> Here are the results of running 'make' in the ../source/d.rast.edit/ >> directory after the build halted: ... >> /home/rshepard/gis/grass/grass7_trunk/dist.i686-pc-linux-gnu/scripts/d.rast.e

Re: [GRASS-user] Recovering from a build error

2017-09-21 Thread Rich Shepard
On Tue, 19 Sep 2017, Rich Shepard wrote: Here are the results of running 'make' in the ../source/d.rast.edit/ directory after the build halted: $ make if [ "/home/rshepard/gis/grass/grass7_trunk/dist.i686-pc-linux-gnu/scripts/d.rast.edit" != "" ] ; then GISRC=/home/rshepard/gis/grass/grass7_tru

Re: [GRASS-user] Recovering from a build error

2017-09-19 Thread Rich Shepard
On Tue, 19 Sep 2017, Markus Neteler wrote: FWIW: I am using here on my Fedora box: python2-wxpython-3.0.2.0-19.fc26.x86_64 But GRASS_WXVERSION I keep unset. Works fine. Markus, Unsetting GRASS_WXVERSION here made no difference. And, as I wrote, I've not had any issues like this come up befo

Re: [GRASS-user] Recovering from a build error

2017-09-19 Thread Markus Neteler
Rich, On Tue, Sep 19, 2017 at 3:06 PM, Rich Shepard wrote: > On Sun, 17 Sep 2017, Rich Shepard wrote: > >> Fatal Error: Mismatch between the program and library build versions >> detected. >> The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx >> containers,compatible with 2.8), >> and wx

Re: [GRASS-user] Recovering from a build error

2017-09-19 Thread Rich Shepard
On Sun, 17 Sep 2017, Rich Shepard wrote: Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatibl

Re: [GRASS-user] Recovering from a build error

2017-09-17 Thread Rich Shepard
On Sun, 17 Sep 2017, Markus Neteler wrote: Errors in: /home/rshepard/gis/grass/grass7_trunk/scripts/d.rast.edit -- In case of errors please change into the directory with error and run 'make'. Markus, Just did this and found the reason for the error: Fatal Error: Mismatch between the progr

Re: [GRASS-user] Recovering from a build error

2017-09-17 Thread Rich Shepard
On Sun, 17 Sep 2017, Markus Neteler wrote: Errors in: /home/rshepard/gis/grass/grass7_trunk/scripts/d.rast.edit -- In case of errors please change into the directory with error and run 'make'. did you actually go into that directly and run 'make' therein? From your initial report I understand t

Re: [GRASS-user] Recovering from a build error

2017-09-17 Thread Markus Neteler
Rich, You wrote: Errors in: /home/rshepard/gis/grass/grass7_trunk/scripts/d.rast.edit -- In case of errors please change into the directory with error and run 'make'. did you actually go into that directly and run 'make' therein? From your initial report I understand that you tried only in the p

Re: [GRASS-user] Recovering from a build error

2017-09-17 Thread Rich Shepard
On Sun, 17 Sep 2017, AB wrote: Not a solution, but you can run the 'make' with the '-i' flag to ignore errors [1]. After compilation you can manually test d.rast.edit command to see if it run fine. [1] https://www.gnu.org/software/make/manual/html_node/Options-Summary.html Andrea, Thanks.

Re: [GRASS-user] Recovering from a build error

2017-09-17 Thread AB
Hi Rich, Not a solution, but you can run the 'make' with the '-i' flag to ignore errors [1]. After compilation you can manually test d.rast.edit command to see if it run fine. [1] https://www.gnu.org/software/make/manual/html_node/Options-Summary.html Best regards, Andrea Balotti Il 15/09/20

[GRASS-user] Recovering from a build error

2017-09-15 Thread Rich Shepard
Very infrequently, when building a new executable from updated source code from the 7.3.svn trunk I'll get an error such as today's: Errors in: /home/rshepard/gis/grass/grass7_trunk/scripts/d.rast.edit -- In case of errors please change into the directory with error and run 'make'. When I cd