Re: [gdal-dev] RedHat build error: `TIFFFreeDirectory' was not declared in this scope

2008-11-21 Thread Frank Warmerdam
Lucena, Ivan wrote: ... Error: gt_overview.cpp:75: error: `TIFFFreeDirectory' was not declared in this scope gt_overview.cpp:75: warning: unused variable 'TIFFFreeDirectory' make[2]: *** [../o/gt_overview.o] Error 1 make[2]: Leaving directory `/home/joe/GDAL/gdal-svn-trunk-2008.11.20/frmts/g

Re: [gdal-dev] RedHat build error: `TIFFFreeDirectory' was not declared in this scope

2008-11-21 Thread Lucena, Ivan
Thanks Even. I am going to try that. > ---Original Message--- > From: Even Rouault <[EMAIL PROTECTED]> > Subject: Re: [gdal-dev] RedHat build error: `TIFFFreeDirectory' was not > declared in this scope > Sent: Nov 21 '08 20:12 > > Ivan, > > See http://n2.nabble.com/get-fmrt-gri

Re: [gdal-dev] RedHat build error: `TIFFFreeDirectory' was not declared in this scope

2008-11-21 Thread Even Rouault
Ivan, See http://n2.nabble.com/get-fmrt-grib-td1313401.html. I think someone recently reported that issue and if I remember well, RHEL 4 is shipped with libtiff 3.6 that doesn't have TIFFFreeDirectory. So the workaround is to ./configure --with-libtiff=internal --with-libgeotiff=internal (pass

[gdal-dev] RedHat build error: `TIFFFreeDirectory' was not declared in this scope

2008-11-21 Thread Lucena, Ivan
Hi there, Downloading the nightly source distribution gdal-svn-trunk-2008.11.20.tar.gz on a RedHat Linux, $ cat /etc/redhat-release Enterprise Linux Enterprise Linux AS release 4 (October Update 7) It is resulting in a error on gt_overview % ./configure --prefix=/home/joe/utils/gdal % make ...

Re: [gdal-dev] Nearest Neighbour resampling

2008-11-21 Thread Seth Price
I would also be very interested in seeing the command which produced those files. It looks like something I would expect to see as a result of overview building after this patch (and average resampling): https://trac.osgeo.org/gdal/ticket/2408 ~Seth On Thu, November 20, 2008 10:05 am, Frank Warm

[gdal-dev] gdal-1.5.3 build on Linux error (libstdc++.so too old?)

2008-11-21 Thread Gong, Shawn (Contractor)
hi list, I downloaded the gdal overnight stable branch. When I built it, I got the error messages below. I searched web and found: http://www.nabble.com/MrSID-Cross-Compiler-Information-to684614.html#a68 4614 My Linux is Redhat Enterprise and libstdc++.so.5 in /usr/lib is used Does it mean that

Re: [gdal-dev] are libgeos.so and libgeos_c.so needed

2008-11-21 Thread Frank Warmerdam
Gong, Shawn (Contractor) wrote: hi list, Are libgeos.so and libgeos_c.so needed in building gdal and its dependency libraries? If they are needed, where can I download the source code to build/include it in the gdal package? I am running Linux and Solaris 9. Shawn, GEOS is not a require

[gdal-dev] are libgeos.so and libgeos_c.so needed

2008-11-21 Thread Gong, Shawn (Contractor)
hi list, Are libgeos.so and libgeos_c.so needed in building gdal and its dependency libraries? If they are needed, where can I download the source code to build/include it in the gdal package? I am running Linux and Solaris 9. thanks, Shawn ___ gda

Re: [gdal-dev] Building with Visual Studio Express 2008

2008-11-21 Thread Frank Warmerdam
guillaume huby wrote: Hello, I am trying to build GDAL 1.6.0 beta2 (same result with 1.5.3) with Visual Studio Express 2008. Everything went fine until I get this message : vb6_support.cpp(35) : fatal error C1083: Impossible to open include file : 'atlbase.h' : No such file or direc

Re: [gdal-dev] gdal_rasterize usage problems

2008-11-21 Thread Frank Warmerdam
Andrew Brooks wrote: This is the reason why I am getting the problems which can be seen in the first image here: http://www.sat.dundee.ac.uk/~arb/gdal-bugs/ The "reprojection" of the vectors using ogr2ogr is badly breaking them, so when I burn them using gdal_rasterize I get spurious lines ove

Re: [gdal-dev] gdal_rasterize usage problems

2008-11-21 Thread Andrew Brooks
On Fri, 14 Nov 2008 23:49:59 -, Jamie Adams <[EMAIL PROTECTED]> wrote: > The datum change isn't sufficient, as they are using different coordinate > systems. They actually have to have the same SRS, otherwise gdal_rasterize > will see 2 very different ranges of coordinates (meter vs latlong).

Re: [gdal-dev] svn trunk build error

2008-11-21 Thread Lucena, Ivan
Hey all, I made a mistake while adding a driver to the main building process on UNIX (GDALmake.opt.in). I just fixed it and I contacted Tom, who wrote this original thread, and he confirmed the problem is gone. Sorry for the disturbance, Best regards, Ivan > ---Original Message---

[gdal-dev] Building with Visual Studio Express 2008

2008-11-21 Thread guillaume huby
Hello, I am trying to build GDAL 1.6.0 beta2 (same result with 1.5.3) with Visual Studio Express 2008. Everything went fine until I get this message : vb6_support.cpp(35) : fatal error C1083: Impossible to open include file : > 'atlbase.h' : No such file or directory Looking on the web I fall

[gdal-dev] svn trunk build error

2008-11-21 Thread Kralidis,Tom [Ontario]
using: ./configure --with-png --with-libtiff=internal --with-geotiff=internal --with-jpeg --with-xerces --with-geos=no --with-pg=/usr/bin/pg_config --with-mysql=/usr/bin/mysql_config - -with-sqlite --with-curl=/usr/bin/curl-config --with-python --with-expat on fc9 Results in: http://rafb.net/p