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 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,compatible with 2.8). ../../include/Make/Html.make:14: recipe for target 'd.rast.edit.tmp.html' failed make: *** [d.rast.edit.tmp.html] Error 1 rm d.rast.edit.tmp.html I've been using wxPython-3.0.2.0 to build grass 7.3.svn for quite a while now and ~/.bash_profile tells grass that's what's available: export GRASS_WXVERSION=3.0.2.0 Can grass be adjusted to use 3.0 as well as 2.8? Thanks, Rich _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
