[Gfoss] GDAL&ECW-SUPPORT

Il punto della situazione.
Sonno riuscito a compilare il pacchetto gdal con supporto dell'ecw:
$ gdalinfo --formats
........
  CPG (ro): Convair PolGASP
  IDA (rw+): Image Data and Analysis
  NDF (ro): NLAPS Data Format
  DIPEx (ro): DIPEx
  ISIS2 (ro): USGS Astrogeology ISIS cube (Version 2)
  JPEG2000 (rw): JPEG-2000 part 1 (ISO/IEC 15444-1)
  ECW (rw): ERMapper Compressed Wavelets
  JP2ECW (rw+): ERMapper JPEG2000
..............
adesso ho provato ha compilare il gdal-grass ma senza successo....:
grass57dataset.cpp:946: error: ‘G_get_projinfo’ was not declared in this
scope
grass57dataset.cpp:947: error: ‘G_get_projunits’ was not declared in this
scope
grass57dataset.cpp:948: error: ‘GPJ_grass_to_wkt’ was not declared in this
scope
make: *** [grass57dataset.o] Error 1

Che posso fare?....debbo ricompilare tutto?!?!?(grass qgis e compagnia
bella!)

--
View this message in context: http://www.nabble.com/GDAL-ECW-SUPPORT-tf2612996.html#a7292883
Sent from the Gfoss mailing list archive at Nabble.com.

On Sat, Nov 11, 2006 at 06:01:01AM -0800, Salvatore Larosa wrote:

Il punto della situazione.
Sonno riuscito a compilare il pacchetto gdal con supporto dell'ecw:
$ gdalinfo --formats
........
  CPG (ro): Convair PolGASP
  IDA (rw+): Image Data and Analysis
  NDF (ro): NLAPS Data Format
  DIPEx (ro): DIPEx
  ISIS2 (ro): USGS Astrogeology ISIS cube (Version 2)
  JPEG2000 (rw): JPEG-2000 part 1 (ISO/IEC 15444-1)
  ECW (rw): ERMapper Compressed Wavelets
  JP2ECW (rw+): ERMapper JPEG2000
..............
adesso ho provato ha compilare il gdal-grass ma senza successo....:
grass57dataset.cpp:946: error: ???G_get_projinfo??? was not declared in this
scope
grass57dataset.cpp:947: error: ???G_get_projunits??? was not declared in this
scope
grass57dataset.cpp:948: error: ???GPJ_grass_to_wkt??? was not declared in this
scope
make: *** [grass57dataset.o] Error 1

Che posso fare?....debbo ricompilare tutto?!?!?(grass qgis e compagnia
bella!)

Apparentemente non trova la libreria di GRASS. Sul GRASS Wiki
c'e' una pagina che spiega come compilare il plugin.

Markus