Re: [gdal-dev] No Interlis format support after recent svn update

2010-08-11 Thread Andreas Neumann
Hi Even, Thank you for your hints. It seems to work again. From all of your suggestions it was most likely the make clean in ogr/ogrsf_frmts/ili. I think all other things were fine (the HAVE_XERCES was set to yes, ogr/ogrsf_frmts/ili existed). Anyway, all fine now. Thanks for your help, Andreas

Re: [gdal-dev] No Interlis format support after recent svn update

2010-08-11 Thread Even Rouault
Well, interlis is listed for me with latest SVN, so I guess it must be some detail on your side. Did you do a full rebuild : 'make clean' and 'make' ? In GDALmake.opt, is HAVE_XERCES set to yes ? In the console, when compiling do you see that it goes into ogr/ogrsf_frmts/ili ? you can cd to th

[gdal-dev] No Interlis format support after recent svn update

2010-08-11 Thread Andreas Neumann
Hi, For some reasons, after an SVN update, I can't use the Interlis format anymore. ogrinfo --formats doesn't list the Interlis 1/2 formats as supported. Luckily I still have an older installation which I can use for my data imports, but I would like to get it working again with the SVN version.