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


./configure --prefix=$CONTRIB \
  --with-png=internal \
  --with-libtiff=internal \
  --with-geotiff=internal \
  --with-jpeg=internal \
  --with-gif=internal \
  --with-pg=/usr/bin/pg_config \
  --with-hdf5=$CONTRIB/lib \
  --with-oci=$ORACLE_HOME \
  --with-oci-include=/usr/include/oracle/11.2/client64 \
  --with-oci-lib=$ORACLE_HOME/lib \
  --with-netcdf \
  --with-libjson-c=internal \
  --with-geos=$CONTRIB/bin/geos-config \
  --with-java=yes
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to