Re: [gdal-dev] error compiling 2.4.0 on RHEL7

2019-02-04 Thread John Cartwright - NOAA Federal
That does seem to have been the problem. Thanks so much for the suggestion! --john On Fri, Feb 1, 2019 at 2:05 AM Even Rouault wrote: > On jeudi 31 janvier 2019 16:09:40 CET John Cartwright - NOAA Federal wrote: > > Hello All, > > > > I'm having trouble compiling 2

[gdal-dev] error compiling 2.4.0 on RHEL7

2019-01-31 Thread John Cartwright - NOAA Federal
Hello All, I'm having trouble compiling 2.4.0 on a RHEL 7.6 machine. Errors like: linkhash.c:43:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘unsigned’ unsigned long lh_char_hash(const void *k) Compile options are listed below. Any suggestions? Thanks! --john ./config

[gdal-dev] problem with the OGR VRT example?

2010-10-26 Thread John Cartwright
Hello All, I was looking at the OGR VRT example on http://www.gdal.org/ogr/drv_csv.html, and it doesn't seem to work - complains that unrecognized driver. Am I missing something? Following example on http://www.gdal.org/ogr/drv_csv.html, 1) created a text file (test.csv) with the following: La

Re: [gdal-dev] help compiling hdf5 option on linux

2010-04-07 Thread John Cartwright
o something like : --with-hdf5=/usr/local/contrib/hdf5-1.8.4 The configure script will look for include files in the include subdirectory and library files in the lib subdirectory On 03/17/2010 09:22 PM, John Cartwright wrote: I'm trying to get 1.7.1 compiled on a 64-bit RHEL 5 server usin

Re: [gdal-dev] GDAL 1.7.1 and Python

2010-03-29 Thread John Cartwright
Hi Greg, I'm on linux, but I also had trouble using the --with-python switch in configure. However, going into ./swig/python and running " python setup.py build" seemed to work OK. --john On 03/29/2010 12:15 PM, Gregory Yetman wrote: > Hi, > > Has anyone managed to configure GDAL 1.7.1 with a s

Re: [gdal-dev] help compiling hdf5 option on linux

2010-03-19 Thread John Cartwright
Hi John, > > Il giorno Wed, 17 Mar 2010 14:22:01 -0600 > John Cartwright ha scritto: > > >> Hello All, >> >> I'm trying to get 1.7.1 compiled on a 64-bit RHEL 5 server using >> hdf5-1.8.4-patch1. I have hdf5 and netcdf apparently compiled >&g

[gdal-dev] help compiling hdf5 option on linux

2010-03-17 Thread John Cartwright
Hello All, I'm trying to get 1.7.1 compiled on a 64-bit RHEL 5 server using hdf5-1.8.4-patch1. I have hdf5 and netcdf apparently compiled successfully and have included the following in my configure statement for gdal: --with-hdf5=/usr/local/contrib/hdf5-1.8.4 However, configure complains tha

[gdal-dev] compiling hdf5 support into gdal-1.6.2

2009-10-09 Thread John Cartwright
Hello All, I'm trying to compile in hdf5 support by specifying "--with-hdf5=/usr/local/contrib" to the configure script. The hdf 5 libraries are located in /usr/local/contrib/lib. However, configure tells me: configure: error: HDF5 support requested with arg /usr/local/contrib, but no hdf5 lib