[GRASSLIST:1982] error with gdal

Hello,
I m download gdal-cvs-031203 to read gml file in
grass57,but when i execute the command make (after
./configure) the result is:
.
.
.

make[2]: Entre dans le répertoire

`/home/versionfinaledocgrass57/versionsforopenevfw-gdal/gdal-cvs-031203/frmts/png'
make[2]: Rien à faire pour `install-obj'.
make[2]: Quitte le répertoire
`/home/versionfinaledocgrass57/versionsforopenevfw-gdal/gdal-cvs-031203/frmts/png'
make -C grass install-obj
make[2]: Entre dans le répertoire
`/home/versionfinaledocgrass57/versionsforopenevfw-gdal/gdal-cvs-031203/frmts/grass'
/bin/sh ../../libtool --mode=compile g++ -I../../port
-I../../gcore -I../../ogr -Wall -O2 -c -o
../o/grassdataset.o grassdataset.cpp
g++ -I../../port -I../../gcore -I../../ogr -Wall -O2
-c grassdataset.cpp -fPIC -DPIC -o
../o/.libs/grassdataset.o
grassdataset.cpp: In static member function `static
GDALDataset*
   GRASSDataset::Open(GDALOpenInfo*)':
grassdataset.cpp:513: invalid conversion from `int
(*)(...)' to `int (*)()'
make[2]: *** [../o/grassdataset.o] Erreur 1
make[2]: Quitte le répertoire
`/home/versionfinaledocgrass57/versionsforopenevfw-gdal/gdal-cvs-031203/frmts/grass'
make[1]: *** [grass-install-obj] Erreur 2
make[1]: Quitte le répertoire
`/home/versionfinaledocgrass57/versionsforopenevfw-gdal/gdal-cvs-031203/frmts'

make: *** [frmts-target] Erreur 2.

My question is how resolv the error to install gdal
succeffuly.And why when i use the ogr2ogr command in
grass57 it displayes me:

ogr2ogr -f GML chess.gml

/home/versionfinaledocgrass57/gmlfile/allgmltest
FAILURE:

Unable to open datasource

`/home/versionfinaledocgrass57/gmlfile/allgmltest'
with the following drivers.
  -> ESRI Shapefile
  -> UK .NTF
  -> SDTS
  -> TIGER
  -> IHO S-57 (ENC)
  -> MapInfo File
  -> DGN
  -> GML
  -> AVCBin

thank you
HAMDI INES

____________________________________________________________________________________
Do You Yahoo!? -- Avec Yahoo! soyez au coeur de la récolte de dons pour le Téléthon.
http://fr.promotions.yahoo.com/caritatif/

Hello,
I m download gdal-cvs-031203 to read gml file in
grass57,but when i execute the command make (after
./configure) the result is:

you may have better luck asking for help on the GDAL mailing list, as
this seems to be a GDAL builing problem..

see:
http://www.remotesensing.org/gdal/

On Mon, Dec 08, 2003 at 11:54:10AM +0100, hamdi ines wrote:

Hello,
I m download gdal-cvs-031203 to read gml file in
grass57,but when i execute the command make (after
./configure) the result is:
.
.
.
>make[2]: Entre dans le répertoire
`/home/versionfinaledocgrass57/versionsforopenevfw-gdal/gdal-cvs-031203/frmts/png'
make[2]: Rien à faire pour `install-obj'.
make[2]: Quitte le répertoire
`/home/versionfinaledocgrass57/versionsforopenevfw-gdal/gdal-cvs-031203/frmts/png'
make -C grass install-obj
make[2]: Entre dans le répertoire
`/home/versionfinaledocgrass57/versionsforopenevfw-gdal/gdal-cvs-031203/frmts/grass'
/bin/sh ../../libtool --mode=compile g++ -I../../port
-I../../gcore -I../../ogr -Wall -O2 -c -o
../o/grassdataset.o grassdataset.cpp
g++ -I../../port -I../../gcore -I../../ogr -Wall -O2
-c grassdataset.cpp -fPIC -DPIC -o
../o/.libs/grassdataset.o
grassdataset.cpp: In static member function `static
GDALDataset*
   GRASSDataset::Open(GDALOpenInfo*)':
grassdataset.cpp:513: invalid conversion from `int
(*)(...)' to `int (*)()'
make[2]: *** [../o/grassdataset.o] Erreur 1

[...]

This is a known GDAL problem:
http://bugzilla.remotesensing.org/show_bug.cgi?id=408

(I have the same problem)

Maybe you post a message into that bug thread.

Markus