<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 4, 2015 at 4:55 PM, Pietro <span dir="ltr"><<a href="mailto:peter.zamb@gmail.com" target="_blank">peter.zamb@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear All,<br>
<br>
I'm trying to make a virtual machine with GRASS7 on Fedora 22 (only<br>
grass64 is available so far), I didn't have any particular problem<br>
configuring with:<br>
<br>
{{{<br>
./configure \<br>
  --with-cxx \<br>
  --with-gdal=/usr/bin/gdal-config \<br>
  --with-proj --with-proj-share=/usr/share/proj \<br>
  --with-sqlite \<br>
  --with-nls \<br>
  --with-wxwidgets=/usr/bin/wx-config \<br>
  --with-fftw \<br>
  --with-python=/usr/bin/python-config \<br>
  --with-freetype --with-freetype-includes=/usr/include/freetype2 \<br>
  --enable-largefile \<br>
  --without-odbc<br>
}}}<br>
<br>
and then compiling...<br>
<br>
but when I start GRASS I got this Error:<br>
<br>
{{{<br>
$ grass71<br>
Fatal Error: Mismatch between the program and library build versions detected.<br>
The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx<br>
containers,compatible with 2.8),<br>
and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx<br>
containers,compatible with 2.8).<br>
ERROR: Invalid return code from GUI startup script.<br>
Please advise GRASS developers of this error.<br>
Exiting...<br>
}}}<br>
<br>
Any ideas?<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>Nothing in particular, but you can try to `import wx` in Python command line inside and outside of GRASS session to see what happens.<br><br></div><div>Vaclav<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
Pietro<br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</font></span></blockquote></div><br></div></div>