[gdal-dev] Supporting ECW as GDAL plugin

2008-12-09 Thread Daniele Romagnoli
Hi again list, I'm back to work on setting ECW format as a GDAL external plugin on windows XP with visual studio 7.1 (nmake command line). I have some issues... My main steps are: - building GDAL without ECW - building ECW driver on frmts/ecw separately. - configuring an ENV variable GDAL_DRIVER_P

Re: [gdal-dev] Supporting ECW as GDAL plugin.

2008-10-16 Thread Andrea Aime
Daniele Romagnoli ha scritto: Hi list, I would like to get some information about how to support ECW as a GDAL's plugin. Andrea Aime, back from the FOSS4G, have proposed to improve the support to ECW format offered by our ImageIO-Ext project, by leveraging on GDAL plugin mechanism. Which steps

Re: [gdal-dev] Supporting ECW as GDAL plugin.

2008-10-16 Thread Daniele Romagnoli
Folks, thank for the info. I'll take a look on them this evening when I'll back to home. Regards, Daniele On Thu, Oct 16, 2008 at 5:30 PM, Frank Warmerdam <[EMAIL PROTECTED]>wrote: > Daniele Romagnoli wrote: > >> Hi list, >> I would like to get some information about how to support ECW as a GDAL

Re: [gdal-dev] Supporting ECW as GDAL plugin.

2008-10-16 Thread Frank Warmerdam
Daniele Romagnoli wrote: Hi list, I would like to get some information about how to support ECW as a GDAL's plugin. Andrea Aime, back from the FOSS4G, have proposed to improve the support to ECW format offered by our ImageIO-Ext project, by leveraging on GDAL plugin mechanism. Which steps are

Re: [gdal-dev] Supporting ECW as GDAL plugin.

2008-10-16 Thread Andreas Neumann
Hi Daniele, You need to install the ecw libraries. For Unix/Linux/MacOSX you need to compile from source. You can get the libraries from http://www.ermapper.com/ProductView.aspx?t=131 - after installing the libraries you need to tell gdal where to find them and re-compile gdal. I don't know what

[gdal-dev] Supporting ECW as GDAL plugin.

2008-10-16 Thread Daniele Romagnoli
Hi list, I would like to get some information about how to support ECW as a GDAL's plugin. Andrea Aime, back from the FOSS4G, have proposed to improve the support to ECW format offered by our ImageIO-Ext project, by leveraging on GDAL plugin mechanism. Which steps are involved to support ECW Driver