<div dir="ltr"><div><div><div><div>Rashad,<br><br></div>I've only built from source on Ubuntu -- which has been unproblematic for me; I'm using 14.04 currently with GRASS 7.0beta3. Here is what I do:<br><br>(1)<br><br>sudo apt-get install \<br> build-essential \<br> make flex 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 \<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-dev-tools qt4-doc qt4-qtconfig \<br> libapt-pkg-perl resolvconf \<br> libjasper-dev \<br> ruby \<br> subversion \<br> libavcodec-dev \<br> libxmu-dev \<br> libavformat-dev libswscale-dev \<br> checkinstall \<br> libglu1-mesa-dev libxmu-dev<br><br></div>It's possible other libs should be included.<br><br>(2)<br><br>./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 --with-netcdf=/usr/local/bin/nc-config --with-blas-libs=/usr/local/lib --with-blas-includes=/usr/local/include/liblas --with-liblas=/usr/local/bin/liblas-config<br><br></div><div>(3) make<br><br></div><div>(4) sudo make install<br></div><div><br></div>And that's it!<br><br></div>Hope this helps...<br><div><div><div><br></div><div>Cheers!<br></div><div>Tom<br></div><div><br><br><br><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 18, 2014 at 10:27 AM, Alex Mandel <span dir="ltr"><<a href="mailto:tech_dev@wildintellect.com" target="_blank">tech_dev@wildintellect.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hmm, I don't think libgdal1h and -dev are the same thing. libgdal1h is a<br>
dep of libgdal-dev and gdalbin. libgdal1h is the library and -dev is the<br>
dev files that go with the library.<br>
<br>
There is no libgdal1h-dev (it's libgdal-dev afaik)<br>
<br>
I think the issue is that on ubuntu 12.04 the stock libgdal1-dev<br>
<a href="http://packages.ubuntu.com/precise/libgdal1-dev" target="_blank">http://packages.ubuntu.com/precise/libgdal1-dev</a><br>
On stock systems libgdal-dev is an alias for libgdal1-dev<br>
<br>
I'm not really sure what the fix here is, other than making the grass<br>
ppa depend on the ubuntugis ppa, or getting the grass70 package into<br>
ubuntugis and telling people to use that one. Or to copy newer gdal over<br>
from ubuntugis into the grass ppa for Precise.<br>
<br>
Thanks,<br>
Alex<br>
<br>
On 09/18/2014 05:58 AM, Rashad M wrote:<br>
> Hi Markus,<br>
><br>
> Pushed the proposed changes and waiting for a clean build.<br>
><br>
> <a href="https://code.launchpad.net/~grass/+recipe/grass70-release" target="_blank">https://code.launchpad.net/~grass/+recipe/grass70-release</a><br>
><br>
> On Thu, Sep 18, 2014 at 6:15 PM, Rashad M <<a href="mailto:mohammedrashadkm@gmail.com">mohammedrashadkm@gmail.com</a>><br>
> wrote:<br>
><br>
>> Yes,<br>
>><br>
>> I had this in control file.<br>
>><br>
>>  libgdal-dev | libgdal1-dev,<br>
>><br>
>> <a href="http://bazaar.launchpad.net/~grass/grass/grass70_release_debian/view/head:/control" target="_blank">http://bazaar.launchpad.net/~grass/grass/grass70_release_debian/view/head:/control</a><br>
>><br>
>><br>
>><br>
>><br>
>> On Thu, Sep 18, 2014 at 6:01 PM, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>
>><br>
>>> On Wed, Aug 27, 2014 at 10:23 PM, Alex Mandel<br>
>>> <<a href="mailto:tech_dev@wildintellect.com">tech_dev@wildintellect.com</a>> wrote:<br>
>>>> libgdal1h does not exist in stock Ubuntu 12.04 but does in 14.04<br>
>>>> It was a name change introduced in Debian/UbuntuGIS to deal with some<br>
>>>> libtiff build issue.<br>
>>>><br>
>>>> In order for the package to work it needs to say libgdal1 || libgdal1h<br>
>>>> (basically OR).<br>
>>><br>
>>> ... was this ever implemented in the control file of the PPA?<br>
>>> Still problems are reported.<br>
>>><br>
>>> thanks,<br>
>>> Markus<br>
>>> _______________________________________________<br>
>>> grass-user mailing list<br>
>>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
>>> <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
>>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Regards,<br>
>>    Rashad<br>
>><br>
><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> grass-user mailing list<br>
> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
><br>
<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div><br><br></div></div>