<div dir="ltr">Hi,<br><br>I recently downgraded from ubuntu 11.10 (on a macbookpro 8.1) to 12.04 LTS (on a samsung 900X3E) - kernel version: 3.5.0-36-generic<br><br>On 11.10 I had grass7 running smoothly. On 12.04, after a frustrating night, I'm still not able to have it running.<br>
<br>I followed instructions on <a href="http://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS">http://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS</a>, with minor alternations....<br><br>(yes, I do need 7 rather than 6.4.....)<br>
<br>------------------------------------------<br>sudo apt-get install \<br>  build-essential \<br>  flex make bison gcc libgcc1 g++ cmake ccache \<br>  python python-dev python-qt4 python-qt4-dev \<br>  python-opengl \<br>
  python-wxversion python-wxtools python-wxgtk2.8 \<br>  python-dateutil libgsl0-dev python-numpy \<br>  wx2.8-headers wx-common libwxgtk2.8-dev libwxgtk2.8-dbg \<br>  libwxbase2.8-dev  libwxbase2.8-dbg \<br>  libncurses5-dev \<br>
  zlib1g-dev gettext \<br>  libtiff4-dev libpnglite-dev \<br>  tcl8.5-dev tk8.5-dev \<br>  libcairo2 libcairo2-dev \<br>  sqlite3 libsqlite3-dev \<br>  libpq-dev \<br>  libreadline6 libreadline6-dev libfreetype6-dev \<br>
  txt2tags \<br>  libfftw3-3 libfftw3-dev \<br>  libqt4-core libqt4-dbg libqt4-dev libqt4-gui libqt4-sql libqt4-qt3support \<br>  lsb-qt4 qt4-designer qt4-decommand not foundv-tools qt4-doc qt4-qtconfig \<br>  libapt-pkg-perl resolvconf \<br>
  libjasper-dev \<br>  ruby \<br>  subversion \<br>  ffmpeg ffmpeg2theora \<br>  libffmpegthumbnailer-dev \<br>  libavcodec-dev \<br>  libxmu-dev \<br>  libavformat-dev libswscale-dev \<br>  checkinstall \<br>  libglu1-mesa-dev libxmu-dev<br>
<br>-----------------------------<br>sudo apt-get install libmysqlclient-dev<br>sudo apt-get install netcdf-bin libnetcdf-dev<br><br>sudo apt-get install libproj-dev<br>sudo apt-get install libgeos-dev<br>sudo apt-get install libgdal-dev<br>
<br>-----------------------------------<br>    cd fftw-2.1.5/<br>    CFLAGS="-fPIC" ./configurcommand not founde<br>    make<br>    make install<br><br>-----------------------------------<br><br>svn checkout <a href="https://svn.osgeo.org/grass/grass/trunk">https://svn.osgeo.org/grass/grass/trunk</a> grass7_trunk<br>
<br>------output --->> Checked out revision 57205.<br><br>sudo ./configure \<br>--enable-64bit \<br>--with-libs=/lib64 \<br>--enable-largefile=yes \<br>--with-nls \<br>--with-cxx \<br>--with-proj-share=/usr/share/proj \<br>
--with-geos=/usr/bin/geos-config \<br>--with-python=yes \<br>--with-wxwidgets \<br>--with-cairo \<br>--with-opengl-libs=/usr/include/GL \<br>--with-motif \<br>--with-ffmpeg=yes --with-ffmpeg-includes="/usr/include/libavcodec /usr/include/libavformat /usr/include/libswscale /usr/include/libavutil" \<br>
--with-freetype=yes --with-freetype-includes="/usr/include/freetype2/" \<br>--with-postgres=yes \<br>--with-postgresql=yes --with-postgres-includes="/usr/include/postgresql" \<br>--with-sqlite=yes \<br>
--with-mysql=yes --with-mysql-includes="/usr/include/mysql" \<br>--with-odbc=yes<br><br>------------changed /usr/lib64 to /lib64 -> directory /usr/lib64 doens't exist<br><br>if run without sudo, returns:<br>
./configure: 621: ./configure: cannot create ./config.log: Permission denied<br><br>-------------------------------------------<br>make -j2  &&  sudo checkinstall  &&  sudo ldconfig<br><br>----------------------------------Output:<br>
<br>GRASS GIS 7.0.svn 57205 compilation log<br>--------------------------------------------------<br>Started compilation: Thu Jul 18 13:48:21 WEST 2013<br>--<br>Errors in:<br>/usr/local/src/grass7_trunk/scripts/v.krige<br>
--<br>In case of errors please change into the directory with error and run 'make'.<br>If you get multiple errors, you need to deal with them in the order they<br>appear in the error log. If you get an error building a library, you will<br>
also get errors from anything which uses the library.<br>--<br>Finished compilation: Thu Jul 18 13:53:46 WEST 2013<br>make: *** [default] Error 1<br><br><br>When I type grass70, it returns: "command not found".<br>
<br>----------------------------------------------<br><br>Am I missing something really simple? IF so, sorry, but could someone help?<br><br>Thanks a lot.<br>António<br><br><br><br><br><br><br><br><br><br><br></div>