Re: [gdal-dev] ECW support on Fedora Linux - error

2013-08-28 Thread BigBaka
Thanks Jean-Claude that will be a big help to many I'm sure. Alas, I have already compiled an installed using the following commands should I first remove libgdal-ecw-src? Or can I just run as per your link from scratch? If I need to remove, could you please give some commands as to how to success

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-08-26 Thread Jean-Claude Repetto
On 26/08/2013 11:14, BigBaka wrote: It's been a few months, but wondering if there are any instructions on how to install this patch, or if tanasko managed to fix the error message saying basic_string::_S_create I also have the same problem on newly installed Ubuntu 12.04 with QGIS 1.8. Any upd

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-08-26 Thread BigBaka
It's been a few months, but wondering if there are any instructions on how to install this patch, or if tanasko managed to fix the error message saying basic_string::_S_create I also have the same problem on newly installed Ubuntu 12.04 with QGIS 1.8. Any updates to this thread would be much appr

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-05-13 Thread tanasko
Can I hope to get help from someone? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/ECW-support-on-Fedora-Linux-error-tp4991388p5052857.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list g

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-04-21 Thread lanufabi
Hey, at the moment I haven't enough time. I will try to give instructions next days. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/ECW-support-on-Fedora-Linux-error-tp4991388p5048546.html Sent from the GDAL - Dev mailing list archive at Nabble.com. __

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-04-18 Thread tanasko
OK, how can I apply this patch? Please provide step-by step instructions. 2013/4/18 Jean-Claude Repetto [via OSGeo.org] < ml-node+s1560n5047904...@n6.nabble.com> > Le 18/04/2013 10:13, tanasko a écrit : > > I did everything according to the instructions from this link: > > > http://wiki.openstre

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-04-18 Thread Jean-Claude Repetto
Le 18/04/2013 10:13, tanasko a écrit : I did everything according to the instructions from this link: http://wiki.openstreetmap.org/wiki/ECW#Howto_install_gdal_with_ECW_support The libecwj2-3.3-wcharfix.patch patch is missing on this page. ___ gdal-d

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-04-18 Thread tanasko
I did everything according to the instructions from this link: http://wiki.openstreetmap.org/wiki/ECW#Howto_install_gdal_with_ECW_support gdalinfo --formats |grep ECW ECW (rw): ERDAS Compressed Wavelets (SDK 3.x) JP2ECW (rw+v): ERDAS JPEG2000 (SDK 3.x) 2013/4/18 lanufabi [via OSGeo.org] >

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-04-18 Thread lanufabi
Hey tanasko, can you check whether your libecwj2 package includes libecwj2-3.3-wcharfix.patch ? From which repository did you install qgis + gdal? Please post the output of $ gdalinfo --formats |grep ECW Gr Fabian -- View this message in context: http://osgeo-org.1560.x6.nabble.com/ECW-support

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-04-17 Thread tanasko
Can you explain the process by which you get your GIS supports ECV, please. I use Ubuntu 12.10 and 1.80 Quantum GIS. In the drop-down list I have ECW, select it, and QGIS crashes with message: basic_string::_S_createPleas, help. -- View this message in context: http://osgeo-org.1560.x6.nabble.c

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-09-13 Thread lanufabi
Hey, thanks a lot for the patch. Now I can use my ECW rastafiles again and finish my job. I searched for many weeks but very late the idea to contact the gdal-dev mailinglist came to my mind. I willspread the solution because I remeber some threads according this problem. thanks Fabian -- Vie

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-09-12 Thread Homme Zwaagstra
Hi Johan, Johan Hedin wrote: >Thanks for the hint Jeff. I will definitely update the ECW wiki as >soon as I get time! > >I'm working on collecting as many patches regarding libecwj2 and linux >as I can find to get the lib to build cleanly on modern linux >distributions. Many of the various pa

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-09-12 Thread Johan Hedin
Thanks for the hint Jeff. I will definitely update the ECW wiki as soon as I get time! I'm working on collecting as many patches regarding libecwj2 and linux as I can find to get the lib to build cleanly on modern linux distributions. Regards Johan 2012/9/12 Jeff McKenna : > You might add your n

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-09-12 Thread Jeff McKenna
You might add your notes (and even attach your patch) to the ECW buildhints wiki page for GDAL yourself: http://trac.osgeo.org/gdal/wiki/ECW (otherwise emails are long forgotten) Works great for your FOSS4G karma as well! Thanks, -jeff On 12-09-12 5:09 PM, Johan Hedin wrote: > I had the same

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-09-12 Thread Johan Hedin
I had the same problem with libecwj2-3.3 and Fedora 17 64-bit yesterday. I tracked this down and it is a bug in libecwj2 itself regarding wchar_t handling in the file NCSPrefsXML.cpp. I have attached a patch to this mail to fix this. It is a super simple fix :-) Another way around this is to just

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-09-11 Thread lanufabi
In reply to this post by jkadlec Hey, I compiled libecwj2 and gdal 1.9.1 on arch linux like "jkadlec" did and get the same error when i use gdalinfo for ecw files: terminate called after throwing an instance of 'std::length_error' what(): basic_string::_S_create gdalinfo --formats puts out that

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-07-27 Thread Zoltan Szecsei
On 2012/07/27 16:33, jkadlec wrote: Hi, I have a problem making GDAL work with ECW files on Fedora Linux 17. Here are the steps I did following the instructions on: http://trac.osgeo.org/gdal/wiki/ECW 1. I downloaded, installed and compiled libecwj 3.3 library 2. I downloaded the source of gdal 1

Re: [gdal-dev] ECW support on Fedora Linux - error

2012-07-27 Thread Jean-Claude Repetto
On 27/07/2012 16:33, jkadlec wrote: > Hi, I have a problem making GDAL work with ECW files on Fedora Linux 17. > Here are the steps I did following the instructions on: > http://trac.osgeo.org/gdal/wiki/ECW > 1. I downloaded, installed and compiled libecwj 3.3 library > 2. I downloaded the source o

[gdal-dev] ECW support on Fedora Linux - error

2012-07-27 Thread jkadlec
Hi, I have a problem making GDAL work with ECW files on Fedora Linux 17. Here are the steps I did following the instructions on: http://trac.osgeo.org/gdal/wiki/ECW 1. I downloaded, installed and compiled libecwj 3.3 library 2. I downloaded the source of gdal 1.9.1 3. I ran ./configure --with-ecw,