<div dir="ltr"><div class="gmail_default" style="font-size:small">That does seem to have been the problem.  Thanks so much for the suggestion!</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--john</div><div class="gmail_default" style="font-size:small"></div><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 1, 2019 at 2:05 AM Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On jeudi 31 janvier 2019 16:09:40 CET John Cartwright - NOAA Federal wrote:<br>
> Hello All,<br>
> <br>
> I'm having trouble compiling 2.4.0 on a RHEL 7.6 machine.  Errors like:<br>
> <br>
> linkhash.c:43:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’<br>
> before ‘unsigned’<br>
>  unsigned long lh_char_hash(const void *k)<br>
> <br>
> Compile options are listed below.  Any suggestions?<br>
<br>
The token preceding the error where the compilation error occurs is <br>
CPL_NOSANITIZE_UNSIGNED_INT_OVERFLOW , which is defined in cpl_port.h and <br>
should expand to nothing with GCC<br>
My hypothesis is that you might have a cpl_port.h file from an older GDAL <br>
version (2.2 or older) somewhere in the filesystem that is also in the include <br>
paths for this file.<br>
<br>
Even<br>
<br>
-- <br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</blockquote></div>