[gdal-dev] different result of ogrinfo between GDAL/OGR and FWTools

2009-10-10 Thread Randy
Hi list, I find the ogrinfo which GDAL/OGR source code produced cannot get all fields(such as attribute fields) of a feature(s_57), while the ogrinfo in fwtools can make it. Anyone knows its reason? Thanks in advance! Best regards, Randy ___ gdal-de

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Alan Hale
been running all commands as su however). Alan __ Information from ESET Smart Security, version of virus signature database 4495 (20091010) __ The message was checked by ESET Smart Security. http://www.eset.com ___ gdal-dev mailing

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Alan Hale
Security, version of virus signature database 4495 (20091010) __ The message was checked by ESET Smart Security. http://www.eset.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Alan Hale
CH. -- Best regards, Chaitanya kumar CH. __ Information from ESET Smart Security, version of virus signature database 4495 (20091010) __ The message was checked by ESET Smart Security. http://www.eset.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Alan Hale
Chaitanya kumar CH. -- Best regards, Chaitanya kumar CH. __ Information from ESET Smart Security, version of virus signature database 4495 (20091010) __ The message was checked by ESET Smart Security. http://www.eset.com ___ gdal-de

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Frank Warmerdam
Alan Hale wrote: Hello I'm attempting to install gdal-1.6.2 but when I try to "make" I get the error: /usr/local/src/gdal-1.6.2/frmts/o/aaigriddataset.o: No such file or directory On a guess, I tried ./configure --without-AAIGrid but this did not help. Alan, I would need more context to dia

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Chaitanya kumar CH
Alan, Sorry for the previous mail. I hit the send button by accident. Is the file aaigriddataset.o actually missing? I guess this error occured during linking. Could you confirm that? On Sat, Oct 10, 2009 at 12:53 PM, Chaitanya kumar CH wrote: > Alan, > > Do you have write permissions > > On S

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Chaitanya kumar CH
Alan, Do you have write permissions On Sat, Oct 10, 2009 at 5:52 AM, Alan Hale wrote: > > Hello > > I'm attempting to install gdal-1.6.2 but when I try to "make" I get the > error: > > /usr/local/src/gdal-1.6.2/frmts/o/aaigriddataset.o: No such file or > directory > > On a guess, I tried ./conf

[gdal-dev] Python bindings

2009-10-10 Thread Chaitanya kumar CH
Hi, I am having trouble running GDAL's Python bindings. I compiled the trunk with the option --with-python. Below is some output from my command line. I am running this on a newly installed system. It has only 2.6 version of Python and python-setuptools. -- ubu...@