Re: [gdal-dev] Building gdal 1.9.1 on AIX with

2012-08-30 Thread chen zhen
Frank, Thanks. Another problem. I got the similar situation with this post : http://trac.osgeo.org/gdal/ticket/2375. It is caused by minor difference definition in inttypes.h between Linux( CentOS 6.3 at hand) and AIX (6.1). int32 data type is defined intypes.h on AIX but not on Linux. There i

Re: [gdal-dev] Building gdal 1.9.1 on AIX with

2012-08-30 Thread Frank Warmerdam
On 12-08-30 10:01 PM, chen zhen wrote: Hi All, I met a compile problem when trying to build gdal 1.9.1 on AIX platform with xlc toolset. Here is the compile log: -

[gdal-dev] Building gdal 1.9.1 on AIX with

2012-08-30 Thread chen zhen
Hi All, I met a compile problem when trying to build gdal 1.9.1 on AIX platform with xlc toolset. Here is the compile log: - make[2]: Entering direct

Re: [gdal-dev] building error on libgdal.so

2012-08-30 Thread Even Rouault
Le jeudi 30 août 2012 22:04:33, Lauri Kajan a écrit : > Hi all, > > I'm trying to build GDAL 1.9.1 from source on Ubuntu 12.04 but I get an > error. I configured gdal with ./configure --with-threads --with-python > --with-odbc --with-pg > > Here is the error message? > > libtool: link: g++ .libs

[gdal-dev] building error on libgdal.so

2012-08-30 Thread Lauri Kajan
Hi all, I'm trying to build GDAL 1.9.1 from source on Ubuntu 12.04 but I get an error. I configured gdal with ./configure --with-threads --with-python --with-odbc --with-pg Here is the error message? libtool: link: g++ .libs/gdal_translate.o .libs/commonutils.o -o .libs/gdal_translate /home/l/a

Re: [gdal-dev] Compiling GDAL with HDF5 Support

2012-08-30 Thread Etienne Tourigny
are you using the gdalinfo that you installed? You can find this out with which gdalinfo to make sure that hdf5 support was builtin, try gdalinfo --formats also when you did configure, did it give you any errors about hdf5? and try gdalinfo --debug on Etienne On Thu, Aug 30, 2012 at 12:10 PM,

[gdal-dev] Compiling GDAL with HDF5 Support

2012-08-30 Thread elliott
Hello, I have configured gdal 1.9.1 as follows: ./configure --with-python --with-hdf4=/home/hdf-4.2.6/hdf4 --with-hdf5=/home/hdf5-1.8.9/hdf5 It looks like everything builds successfully. However, when I try to use gdalinfo on a MODIS Land Cover HDF-EOS version 5 file, I get the following e

Re: [gdal-dev] How to write many raster layers into PDF?

2012-08-30 Thread Rahkonen Jukka
Even Rouault wrote: > There would be some difficulties in implementing a EXTRA_DATASETS option. > Mainly to deal with possible different projections and/or different > georeferenced extents. For example, when inputs are in different > projections and/or have different extent, should they be > re

Re: [gdal-dev] How to compile "GDAL from gdal trunk" and qgis from source?

2012-08-30 Thread Chaitanya kumar CH
Laurent, Compilation is easy as long as you don't run into any obstacles :-) Follow these links to read how to get the latest source and how to compile it for Microsoft Windows. GDAL: http://trac.osgeo.org/gdal/wiki/DownloadSource#Subversion http://trac.osgeo.org/gdal/wiki/BuildingOnWindows QGIS:

[gdal-dev] How to compile "GDAL from gdal trunk" and qgis from source?

2012-08-30 Thread laurent celati
Hello, I have posted a message there a few weeks. I asked you a way to compile the "last Gdal version from trunk" and Qgis from source targeting your gdal source as library in order to use the last Gdal postis raster driver. You answered that the last binairies qgis 1.8 version is available with t

Re: [gdal-dev] How to write many raster layers into PDF?

2012-08-30 Thread Even Rouault
Selon Jukka Rahkonen : > Hi, > > Is there a way to write several raster images into geospatial PDF so that > they > would appear as own selectable layers in the resulting PDF? With extra vector > layers it is possible be making a .vrt file combines the original layers into > one OGR_DATASOURCE. Do

Re: [gdal-dev] OGR WFS WFSLayerMetadata broken

2012-08-30 Thread Even Rouault
Selon Jeremy Palmer : > I'm trying to setup a simple python script to query the WFS layers from a > service. When using the special WFSLayerMetadata layer it seems to get > screwed up. After the first comma within an abstract is found the field > alignment becomes broken.. > > If I look here > htt