<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:12.0pt">Not sure why I would see this and not others, I assume devel team has compiled this source on many systems.</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">System is 32bit CentOS 5.10</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Downloaded GrADS 2.0.2 today (ftp://cola.gmu.edu/grads/2.0/grads-2.0.2-src.tar.gz),
</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">got all the dependencies installed but got the error:</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c: In function gribmap:</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c:468: error: intmax_t undeclared (first use in this function)</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c:468: error: (Each undeclared identifier is reported only once</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c:468: error: for each function it appears in.)</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c:468: error: expected â)â before iseek</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c:475: error: expected â)â before iseek</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c:483: error: expected â)â before iseek</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c:651: error: expected â)â before iseek</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c:658: error: expected â)â before iseek</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">gagmap.c:665: error: expected â)â before iseek</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">make[2]: *** [gagmap.o] Error 1</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">make[2]: Leaving directory `/root/grads-2.0.2/src'</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">make[1]: *** [all] Error 2</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">make[1]: Leaving directory `/root/grads-2.0.2/src'</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">make: *** [all-recursive] Error 1</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">I looked in the source and found that intmax_t is a type cast. So I searched /usr/include/*.h for intmax_t. Found it in stdint.h.</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">So I edited gagmap.c and simply added the line:</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">#include &lt;stdint.h&gt;</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Source compiles successfully. Perhaps this needs to be a permanent fix?</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">&nbsp;</span></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">-- Rob</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">IT Specialist</p>
<p class="MsoNormal">USDA - ARS - Hydrology and Remote Sensing Lab</p>
<p class="MsoNormal">301-504-8625 | <a href="mailto:Rob.Parry@ars.usda.gov"><span style="color:blue">Rob.Parry@ars.usda.gov</span></a></p>
<p class="MsoNormal">&nbsp;</p>
</div>
<br>
<br>
<br>
<br>
This electronic message contains information generated by the USDA solely for the intended recipients. Any unauthorized interception of this message or the use or disclosure of the information it contains may violate the law and subject the violator to civil
 or criminal penalties. If you believe you have received this message in error, please notify the sender and delete the email immediately.
</body>
</html>