[Qgis-user] qgis0.10_lenny

Guy Roussin guy.roussin at teledetection.fr
Fri Jul 11 07:58:33 PDT 2008


Hi,

Now, i compile qgis with gcc 4.2 (and not gcc 4.3) and now there is
no more errors (segfault, ...). (test with debian sid)
# cd /usr/bin
# rm gcc
# ln -s gcc-4.2 gcc

I use the the Nicolot Rigacci deb-src :
deb http://debian.gfoss.it/ lenny main
deb-src http://debian.gfoss.it/ lenny main

and i made something like this :

$ mkdir gis
$ cd gis
$ apt-get source libgdal1-1.5.0
$ cd gdal-*
/* here i add a line to debian/rules to link with libecw */
$ dch -i "My Build"
$ dpkg-buildpackage -rfakeroot
$ cd ..
$ sudo dpkg -i *deb

$ cd ..
$ apt-get source qgis
$ cd qgis-*
$ dch -i "My Build"
$ dpkg-buildpackage -rfakeroot
$ cd ..
$ sudo dpkg -i *deb

Guy




Sebastian Holler a écrit :
> Hi,
> 
>> 2. remove QGIS package from your system and compile it from source -
>> this might be a bit painful if you've never done it before but there
>> is a tutorial how to do it:
>> http://wiki.qgis.org/qgiswiki/BuildingFromSource (chapter 5)
> 
> that should be no problem. Niccolo Rigacci sent me a packaging recipe 
> [1] yesterday.
> Thank you for your information.
> 
> regards,
> Sebastian H.
> 
> [1]: 
> http://lists.alioth.debian.org/pipermail/pkg-grass-general/2008-July/003130.html 
> 



More information about the Qgis-user mailing list