2009-01-14 15:57:13 UTC
Ok I managed to compile SAGA from sources. It needs to be a little patient :
- need to compile separately wxGTK-2.8.9 as described in the wiki
http://saga-gis.wiki.sourceforge.net/wxWidgets, even if you have a more recent version installed on your system.
but previously this need to install the package libgtk2.0-dev from the synaptic
- then it needs to install gdal and gdal-dev, from the synaptic
- then I follow the instructions of the wiki
http://saga-gis.wiki.sourceforge.net/Compiling+SAGA
to compile SAGA.
However, it needs to use an old version of the gcc compiler ! So before the make command, it needs to install the packages gcc-4.1 and g++-4.1 from the synaptic and to use the commands
export CC=gcc-4.1
export CXX=g++-4.1
Now SAGA is installed.
This allows to use some functionalities which didn't work with the quick installation.
My problem with the Import ESRI ArcInfo grid persists, however it works with the GDAL Import, so the problem is solved.
Thank you for the help.