<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1172501&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1172501</link>
		<description><![CDATA[Les sujets les plus récents dans [QGis 1.8] Lire ECW sous Ubuntu 12.10.]]></description>
		<lastBuildDate>Tue, 22 Jan 2013 17:22:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12304481#p12304481</link>
			<description><![CDATA[<p>Félicitation ! Ce n&#039;était pas une mince affaire de trouver la solution.<br />Et merci pour avoir pris le temps de l&#039;indiquer ici <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (lylambda)]]></author>
			<pubDate>Tue, 22 Jan 2013 17:22:22 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12304481#p12304481</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12304271#p12304271</link>
			<description><![CDATA[<p>Alors voilà la solution pour ceux que ça intéresse :</p><p>deux archives en principes décompressés : une avec les patch (cf ici : <a href="https://aur.archlinux.org/packages/li/libecwj2/libecwj2.tar.gz">https://aur.archlinux.org/packages/li/l … wj2.tar.gz</a>), une avec les sources (cf ici : <a href="http://mirror.ovh.net/gentoo-distfiles/distfiles/libecwj2-3.3-2006-09-06.zip">http://mirror.ovh.net/gentoo-distfiles/ … -09-06.zip</a>)</p><p>Admettons :<br />/home/jonathan/Logiciels/libecwj2 qui contient les patch<br />et<br />/home/jonathan/Logiciels/libecwj2-3.3 qui contient les sources</p><div class="quotebox"><blockquote><div><p>cd /home/jonathan/Logiciels/libecwj2-3.3/<br />make clean<br />patch -p0 -i ../libecwj2/libecwj2-3.3-wcharfix.patch</p></div></blockquote></div><p>A ce stade il peut être utile d&#039;appliquer les autres pacths (cf ici : <a href="https://aur.archlinux.org/packages/li/libecwj2/PKGBUILD">https://aur.archlinux.org/packages/li/libecwj2/PKGBUILD</a>)</p><div class="quotebox"><blockquote><div><p>autoreconf -i<br />./configure --prefix=/usr<br />make<br />sudo make install</p></div></blockquote></div><p>Pour le virer proprement par la suite :</p><div class="quotebox"><blockquote><div><p>sudo apt-get install checkinstall<br />sudo checkinstall #il créé un .deb</p></div></blockquote></div><p>Voilà, j&#039;ai eu quelques erreurs mais je peux enfin lire des ecw sous QGis ! <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> J&#039;espère que ça résistera aux mises à jour...</p><p>Merci lylambda <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Tue, 22 Jan 2013 17:01:26 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12304271#p12304271</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12303481#p12303481</link>
			<description><![CDATA[<p>Pour compiler, tu dois te placer dans le dossier qui contient le code. Donc utilise d&#039;abord la commande &quot;cd dossier/source&quot; avant de suivre la procédure de compilation.<br />Ce dossier source peut être mis n&#039;importe où sur ton système. Ce n&#039;est pas du code &quot;actif&quot;.</p><p>Quand au patch en question, tu sembles mieux informé que moi ;-).</p>]]></description>
			<author><![CDATA[dummy@example.com (lylambda)]]></author>
			<pubDate>Tue, 22 Jan 2013 16:04:50 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12303481#p12303481</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12302471#p12302471</link>
			<description><![CDATA[<p>Apparemment il existe des patchs :</p><p>Il faut s&#039;inspirer de ce paquet sous arch : <a href="https://aur.archlinux.org/packages/libecwj2/">https://aur.archlinux.org/packages/libecwj2/</a><br />Détail de la compilation ici : <a href="https://aur.archlinux.org/packages/li/libecwj2/PKGBUILD">https://aur.archlinux.org/packages/li/libecwj2/PKGBUILD</a></p><p>Notamment le patch<br /># std::length_error bug</p><p>...Mais je n&#039;ai jamais utilisé ce genre de choses... </p><p>La ligne de commande &quot;patch -p0 -i ${srcdir}/libecwj2-3.3-wcharfix.patch&quot; est assez floue pour moi. </p><p>Elle me renvoie :</p><div class="quotebox"><blockquote><div><p>patch: **** Can&#039;t open patch file /libecwj2-3.3-wcharfix.patch : No such file or directory</p></div></blockquote></div><p>Et si je met seulement ça &quot;&quot;patch -p0 -i libecwj2-3.3-wcharfix.patch&quot; (en étant dans le répertoire qui contient le fichier patch), j&#039;ai la réponse suivante :</p><div class="quotebox"><blockquote><div><p>x.patch<br />can&#039;t find file to patch at input line 4<br />Perhaps you used the wrong -p or --strip option?<br />The text leading up to this was:<br />--------------------------<br />|diff -Nur libecwj2-3.3-orig/Source/C/NCSUtil/NCSPrefsXML.cpp libecwj2-3.3-wcharfix/Source/C/NCSUtil/NCSPrefsXML.cpp<br />|--- libecwj2-3.3-orig/Source/C/NCSUtil/NCSPrefsXML.cpp&#160; &#160; 2006-07-03 03:15:12.000000000 +0200<br />|+++ libecwj2-3.3-wcharfix/Source/C/NCSUtil/NCSPrefsXML.cpp&#160; &#160; 2012-09-12 21:51:19.477487746 +0200<br />--------------------------<br />File to patch:</p></div></blockquote></div><br /><p>Je dois être dans quel répertoire dans le terminal pour utiliser la ligne de commande ? Où est-ce que je met mon fichier patch ? Sur quel fichier je le pose ?</p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Tue, 22 Jan 2013 14:51:25 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12302471#p12302471</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12292271#p12292271</link>
			<description><![CDATA[<p>Nan, ce n&#039;est pas le fichier ecw qui pose problème car j&#039;en ai plusieurs et d&#039;autres arrivent à les ouvrir sous windows...:/</p><p>Merci quand même de ton aide...j&#039;espère que quelqu&#039;un d&#039;autre aura les compétences pour pouvoir régler ce problème...</p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Mon, 21 Jan 2013 18:10:59 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12292271#p12292271</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12292151#p12292151</link>
			<description><![CDATA[<p>Là, ça dépasse mes compétences. Je n&#039;ai jamais rencontré ce problème.<br />À priori le support de l&#039;ECW est bien présent. Y a t&#039;il une chance que ce soit ce fichier ecw qui pose problème ?<br />(Apparemment pas d’après le sujet que tu pointes au dessus)</p>]]></description>
			<author><![CDATA[dummy@example.com (lylambda)]]></author>
			<pubDate>Mon, 21 Jan 2013 18:04:41 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12292151#p12292151</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12291561#p12291561</link>
			<description><![CDATA[<p>Du coup, j&#039;ai essayé la méthode par compilation...et pareil j&#039;ai bien la réponse :</p><p>ECW (rw): ERDAS Compressed Wavelets (SDK 3.x)<br />JP2ECW (rw+v): ERDAS JPEG2000 (SDK 3.x)</p><p>Sauf que quand j&#039;ouvre qgis et que je veux utiliser un .ecw j&#039;ai une boîte de dialogue &quot;exception&quot; qui s&#039;ouvre avec : &quot;basic_string::_S_create&quot;</p><p>Dans le terminal, ça me met : Erreur de segmentation (core dumped)</p><p>Que dois-je faire ?</p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Mon, 21 Jan 2013 17:36:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12291561#p12291561</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12291041#p12291041</link>
			<description><![CDATA[<p>En fait, j&#039;ai le même problème que sur ce sujet : <a href="http://www.forumsig.org/showthread.php?t=35589">http://www.forumsig.org/showthread.php?t=35589</a></p><p>Sauf que je suis en 32 bits et que donc je ne peux pas utiliser la solution proposée...</p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Mon, 21 Jan 2013 17:01:42 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12291041#p12291041</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12290871#p12290871</link>
			<description><![CDATA[<p>En fait, il fallait que j&#039;ajoute le dépôt unstable :</p><p>sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable</p><p>Après quelques problèmes et quelques recherches, je suis enfin arrivé à tout installer <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>En tapant la commande :<br />gdalinfo --formats | grep ECW</p><p>J&#039;ai la réponse :</p><p>ECW (rw): ERDAS Compressed Wavelets (SDK 3.x)<br />JP2ECW (rw+v): ERDAS JPEG2000 (SDK 3.x)</p><br /><p><strong>Sauf que quand je lance QGis et que je veux ouvrir un fichier ecw...il plante et se ferme directement <img src="http://forum.ubuntu-fr.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></strong></p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Mon, 21 Jan 2013 16:48:10 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12290871#p12290871</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12288231#p12288231</link>
			<description><![CDATA[<p>Comme avant durant la 1ère étape, il m&#039;installe bien gdal-bin mais pour libgdal-ecw-src j&#039;ai le message suivant :</p><p>Lecture des listes de paquets... Fait<br />Construction de l&#039;arbre des dépendances<br />Lecture des informations d&#039;état... Fait<br />E: Impossible de trouver le paquet libgdal-ecw-src</p><p>Ensuite pour la 2ème étape, j&#039;installe libecwj2_3.3-1_i386.deb mais lorsque je tape la commande &quot;sudo gdal-ecw-build /usr&quot; dans le terminal, voici la réponse :</p><p>sudo: gdal-ecw-build: command not found</p><p>En même temps je suis en 32bits et il est dit &quot;Pas de paquet libgdal-ecw pour 32bits à l&#039;heure actuelle, se référer à la suite : Compiler la librairie gdal pour le support de l&#039;ECW &quot;...</p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Mon, 21 Jan 2013 13:28:33 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12288231#p12288231</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12277271#p12277271</link>
			<description><![CDATA[<p>Reprenons du début. Je te conseille de passer par <a href="http://geomatips.blogspot.fr/2010/09/mise-jour-paquet-ecw-pour-ubuntu.html">ce tuto</a> qui explique les démarches pas-à-pas. Si cela ne fonctionne pas, on regardera alors la compilation.</p>]]></description>
			<author><![CDATA[dummy@example.com (lylambda)]]></author>
			<pubDate>Sun, 20 Jan 2013 17:24:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12277271#p12277271</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12275121#p12275121</link>
			<description><![CDATA[<p>En fait, je crois que je n&#039;ai pas bien utilisé la commande &quot;./configure --prefix=/usr #imperativement préciser le prefix&quot;</p><p>Si par exemple j&#039;ai le dossier &quot;ImageCompressionSDKSourceCode3.3Setup_20070509.zip&quot; dans Home/Dossier personnel/Logiciels, quelle est la commande exact que je dois mettre ? Où est-ce que je dois installer ces images ?</p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Sun, 20 Jan 2013 15:02:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12275121#p12275121</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12275031#p12275031</link>
			<description><![CDATA[<p>Ben nan justement ça va pas vu que je n&#039;y arrive pas... <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><div class="quotebox"><cite>lylambda a écrit&#160;:</cite><blockquote><div><p>Il faut que tu le compiles ou que tu le télécharges et l&#039;installes manuellement.</p></div></blockquote></div><p>Ok et je fais ça comment ?</p><p>Si c&#039;est faire le paragraphe &quot;Installation par compilation&quot;, j&#039;ai essayé et ça n&#039;a rien donné...</p><p>Pourrais-tu me préciser ce qu&#039;il faut que je fasse ?</p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Sun, 20 Jan 2013 14:55:26 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12275031#p12275031</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12273801#p12273801</link>
			<description><![CDATA[<p>Je suis passé un peu vite sur ton précédent message. Effectivement, libgdal-ecw-src n&#039;est pas dans le ppa (pas le droit). Il faut que tu le compiles ou que tu le télécharges et l&#039;installes manuellement.<br />Relis bien la doc et ça devrait aller.</p>]]></description>
			<author><![CDATA[dummy@example.com (lylambda)]]></author>
			<pubDate>Sun, 20 Jan 2013 13:35:49 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12273801#p12273801</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [QGis 1.8] Lire ECW sous Ubuntu 12.10]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12272801#p12272801</link>
			<description><![CDATA[<div class="quotebox"><cite>lylambda a écrit&#160;:</cite><blockquote><div><p>As-tu bien suivi les indications de <a href="http://doc.ubuntu-fr.org/qgis#prise_en_charge_des_formats_ecw_et_jpeg2000">la doc sur la question</a> ?<br />En 12.04 et QGis 1.8, l&#039;ecw est parfaitement supporté (par contre, je ne sais plus si je suis passé par la phase de compilation ou par les paquets).</p></div></blockquote></div><p>Oui, j&#039;ai bien suivi puisque j&#039;ai mis les lignes de commandes que j&#039;ai tapé pour suivre les indications suivantes :</p><div class="quotebox"><blockquote><div><p>Pré-requis</p><p>&#160; &#160; Avoir ajouté et rechargé le PPA ppa:ubuntugis/ppa (sous Ubuntu 10.04 Lucid Lynx, les paquets semblent uniquement disponibles sur le PPA ppa:ubuntugis/ubuntugis-unstable)<br />&#160; &#160; Installer gdal et sa source pour l&#039;ecw : gdal-bin libgdal-ecw-src</p></div></blockquote></div><p>Sauf que ça bloque pour libgdal-ecw-src...</p><p>Je ne suis pas sous 12.04 mais sous 12.10 donc je ne sais pas si ça change quelque chose...</p>]]></description>
			<author><![CDATA[dummy@example.com (Jonacre)]]></author>
			<pubDate>Sun, 20 Jan 2013 12:36:10 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12272801#p12272801</guid>
		</item>
	</channel>
</rss>
