Hi Rich, Vaclav, others; I don't know if this is at all helpful; but, I just upgraded to Ubuntu 14.04 and the upgrade was not completely flawlwss. However, in the process, I tested my GRASS 6.4.3 and GRASS 7.0svn install, which both failed. I ended up needed to rebuild and install gdal 1.9.2 and went to GRASS 7.0 (beta) which built and installed fine and works just fine.
I also had to reinstall the hdf5 libs as well to re-build gdal, using: sudo apt-get install libhdf5-serial-dev This is what I did afterwards: sudo apt-get install \ build-essential \ make flex bison gcc libgcc1 g++ cmake ccache \ python python-dev python-qt4 python-qt4-dev \ python-opengl \ python-wxversion python-wxtools python-wxgtk2.8 \ python-dateutil libgsl0-dev python-numpy \ wx2.8-headers wx-common libwxgtk2.8-dev libwxgtk2.8-dbg \ libwxbase2.8-dev libwxbase2.8-dbg \ libncurses5-dev \ zlib1g-dev gettext \ libtiff4-dev \ tcl8.5-dev tk8.5-dev \ libcairo2 libcairo2-dev \ sqlite3 libsqlite3-dev \ libpq-dev \ libreadline6 libreadline6-dev libfreetype6-dev \ txt2tags \ libfftw3-3 libfftw3-dev \ libqt4-core libqt4-dbg libqt4-dev libqt4-gui libqt4-sql libqt4-qt3support \ lsb-qt4 qt4-designer qt4-dev-tools qt4-doc qt4-qtconfig \ libapt-pkg-perl resolvconf \ libjasper-dev \ ruby \ subversion \ libavcodec-dev \ libxmu-dev \ libavformat-dev libswscale-dev \ checkinstall \ libglu1-mesa-dev libxmu-dev This had no effect, because I had all of this previously installed. My GRASS 7.0 beta configure file looks like this: ./configure --with-opengl-includes=/usr/include/GL --enable-64bit --with-cxx --with-readline --with-freetype=yes --with-freetype-includes=/usr/include/freetype2/ --enable-largefile=yes --with-opengl-libs=/usr/lib --with-geos=/usr/local/bin/geos-config --with-tcltk-includes=/usr/local/include --with-tcltk-libs=/usr/local/lib --with-sqlite --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib --with-postgres --with-postgres-includes=/usr/local/pgsql/include --with-postgres-libs=/usr/local/pgsql/lib --with-python --with-wxwidgets=/usr/bin/wx-config --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib --with-proj-share=/usr/local/share/proj --with-gdal=/usr/local/bin/gdal-config --with-proj-includes=/usr/local/include --with-proj-libs=/usr/local/lib Hope this is helpful... Tom On Sat, May 3, 2014 at 10:59 AM, Vaclav Petras <[email protected]> wrote: > > On Fri, May 2, 2014 at 1:48 PM, Rich Shepard <[email protected]>wrote: > >> IOError: [Errno 2] No such file or directory: >> '/home/rshepard/GIS/GRASS/grass-7.0svn/dist.i686-pc- >> linux-gnu/gui/wxpython/xml/main_menu.xml' >> make: *** [xml/menudata.xml] Error 1 >> > > Can you please do > > ls > /home/rshepard/GIS/GRASS/grass-7.0svn/dist.i686-pc-linux-gnu/gui/wxpython/xml/ > > ? > > Missing main_menu.xml is a new problem. Again, it seems that something > went wrong with the compilation. Perhaps the Makefile is wrong in this case. > > _______________________________________________ > grass-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-user > -- Thomas E Adams, III 718 McBurney Drive Lebanon, OH 45036 1 (513) 739-9512 (cell)
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
