<div dir="ltr">1.  It is probably too old, but it is what I have to work with.<div><br></div><div>2.  I see that it was indeed disabled.  I changed it to &quot;yes&quot; in the configure script but still get the same errors.</div><div><br></div><div>3.  I&#39;ll try that, but for the moment <a href="http://iges.org">iges.org</a> is unavailable.</div><div><br></div><div>Finally, I&#39;ll take your advice and try to fix the libc.so.6 error message.</div><div><br></div><div>Thanks,</div><div><br></div><div>-- Matt</div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 7, 2016 at 9:31 AM, Jennifer M Adams <span dir="ltr">&lt;<a href="mailto:jadams21@gmu.edu" target="_blank">jadams21@gmu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
1. Good grief! What flavor of unix is this? 
<div>2. You missed the rest of the important information there:</div>
<div><br>
</div>
<div>
<div><font face="Courier" style="font-size:14px">if test &quot;$use_cairo&quot; = &quot;yes&quot; ; then</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |  + cairo enabled              |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">else</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |  - cairo disabled             |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |                               |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |  * * * * * * * * * * * * * *  |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |  *      !! WARNING !!      *  |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |  *  THIS VERSION OF GrADS  *  |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |  *    WILL NOT COMPILE     *  |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |  *     WITHOUT CAIRO!      *  |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |  * * * * * * * * * * * * * *  |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">   echo &quot;  |                               |&quot;</font></div>
<div><font face="Courier" style="font-size:14px">fi </font></div>
</div>
<div><br>
</div>
<div>3. Well, have a look at <a href="http://cola.gmu.edu/grads/gadoc/supplibs.html" target="_blank">
http://cola.gmu.edu/grads/<wbr>gadoc/supplibs.html</a>. If you already have some of these libraries installed under /usr or /usr1/ on your system, then you can just copy the files you need into your own $HOME/grads/supplibs directory structure. </div>
<div><br>
</div>
<div>My advice is to ask your sysadm to help with the libc.so.6 error message and get the pre-compiled binary to work. </div>
<div><br>
</div>
<div>—Jennifer</div>
<div><br>
<div>
<div>On Dec 7, 2016, at 10:53 AM, Matt Bunkers - NWS Rapid City &lt;<a href="mailto:matthew.bunkers@noaa.gov" target="_blank">matthew.bunkers@noaa.gov</a>&gt; wrote:</div>
<br class="m_-1963010811582795417Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">Hi Jennifer,
<div><br>
</div>
<div>1.  I believe so because of the following error I get.  Doing a Google search says that the only way around this is to compile the source code.</div>
<div>
<div><br>
</div>
<div>matthew.bunkers@sac2-&gt; /usr1/grads-2.1.0_bin/bin/<wbr>grads</div>
<div>/usr1/grads-2.1.0_bin/bin/<wbr>grads: /lib/libc.so.6: version `GLIBC_2.7&#39; not found (required by /usr1/grads-2.1.0_bin/bin/<wbr>grads)</div>
<div>matthew.bunkers@sac2-&gt;</div>
</div>
<div><br>
</div>
<div>2.  The configure script said:  - cairo disabled  </div>
<div><br>
</div>
<div>3.  This variable doesn&#39;t appear to be defined:</div>
<div><br>
</div>
<div>
<div>matthew.bunkers@sac2-&gt; echo $SUPPLIBS</div>
<div>SUPPLIBS: Undefined variable.</div>
<div>matthew.bunkers@sac2-&gt;</div>
</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>-- Matt</div>
<div><br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Dec 7, 2016 at 5:57 AM, Jennifer M Adams <span dir="ltr">
&lt;<a href="mailto:jadams21@gmu.edu" target="_blank">jadams21@gmu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div style="word-wrap:break-word">Hi, Matt -
<div>1. Is it absolutely necessary for you to build GrADS from source? </div>
<div>2. Are you sure that the configure script reported that Cairo was enabled? </div>
<div>3. What is your environment variable $SUPPLIBS set to?  </div>
<div>—Jennifer</div>
<div><br>
<div>
<div>On Dec 5, 2016, at 5:45 PM, Matt Bunkers - NWS Rapid City &lt;<a href="mailto:matthew.bunkers@noaa.gov" target="_blank">matthew.bunkers@noaa.gov</a>&gt; wrote:</div>
<br class="m_-1963010811582795417gmail-m_8046681041408716394Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">Hi,
<div><br>
</div>
<div>I get the following error messages when running the make command for grads-2.1.0 (the configure command worked fine).  I did a search on the errors and I seem to have all of the needed software installed.</div>
<div><br>
</div>
<div>Has anyone else noticed these errors and found a way around them?</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>-- Matt</div>
<div><br>
</div>
<div>==============================<wbr>===============</div>
<div><br>
</div>
<div>
<div>matthew.bunkers@sac2-&gt; make</div>
<div>Making all in src</div>
<div>make[1]: Entering directory `/usr1/grads-2.1.0/src&#39;</div>
<div>make  all-am</div>
<div>make[2]: Entering directory `/usr1/grads-2.1.0/src&#39;</div>
<div>gcc -DHAVE_CONFIG_H -I. -I. -I.                   -g -O2 -rdynamic -c gxX.c</div>
<div>gxX.c:19:19: error: cairo.h: No such file or directory</div>
<div>gxX.c:20:24: error: cairo-xlib.h: No such file or directory</div>
<div>In file included from gxX.c:24:</div>
<div>gxC.h:41: error: expected ‘)’ before ‘*’ token</div>
<div>gxC.h:63: error: expected ‘)’ before ‘*’ token</div>
<div>gxC.h:64: error: expected ‘)’ before ‘*’ token</div>
<div>gxX.c:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token</div>
<div>gxX.c: In function ‘gxdbgn’:</div>
<div>gxX.c:222: error: ‘surface’ undeclared (first use in this function)</div>
<div>gxX.c:222: error: (Each undeclared identifier is reported only once</div>
<div>gxX.c:222: error: for each function it appears in.)</div>
<div>gxX.c: In function ‘gxdend’:</div>
<div>gxX.c:229: error: ‘surface’ undeclared (first use in this function)</div>
<div>gxX.c: In function ‘gxddbl’:</div>
<div>gxX.c:430: error: ‘surface2’ undeclared (first use in this function)</div>
<div>gxX.c:430: error: ‘surface’ undeclared (first use in this function)</div>
<div>gxX.c:430: error: ‘CAIRO_CONTENT_COLOR_ALPHA’ undeclared (first use in this function)</div>
<div>gxX.c: In function ‘gxdswp’:</div>
<div>gxX.c:444: error: ‘surface’ undeclared (first use in this function)</div>
<div>gxX.c:444: error: ‘surface2’ undeclared (first use in this function)</div>
<div>gxX.c: In function ‘gxdsgl’:</div>
<div>gxX.c:453: error: ‘surface2’ undeclared (first use in this function)</div>
<div>gxX.c:456: error: ‘surface’ undeclared (first use in this function)</div>
<div>gxX.c: In function ‘gxdrdw’:</div>
<div>gxX.c:477: error: ‘surface’ undeclared (first use in this function)</div>
<div>make[2]: *** [gxX.o] Error 1</div>
<div>make[2]: Leaving directory `/usr1/grads-2.1.0/src&#39;</div>
<div>make[1]: *** [all] Error 2</div>
<div>make[1]: Leaving directory `/usr1/grads-2.1.0/src&#39;</div>
<div>make: *** [all-recursive] Error 1</div>
<div>matthew.bunkers@sac2-&gt;</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div><b>I seem to have cairo.h and cairo-xlib.h per the output below:</b></div>
<div><br>
</div>
<div>
<div>matthew.bunkers@sac2-&gt; locate cairo.h</div>
<div>/usr/include/cairo/cairo.h</div>
<div>/usr/include/gtk-2.0/gdk/gdkca<wbr>iro.h</div>
<div>/usr/include/pango-1.0/pango/p<wbr>angocairo.h</div>
<div>/usr/include/xulrunner-17.0.10<wbr>/cairo/cairo.h</div>
<div>/usr1/anaconda2/include/cairo/<wbr>cairo.h</div>
<div>/usr1/anaconda2/include/pycair<wbr>o/pycairo.h</div>
<div>/usr1/anaconda2/pkgs/cairo-1.1<wbr>2.18-6/include/cairo/cairo.h</div>
<div>/usr1/anaconda2/pkgs/pycairo-1<wbr>.10.0-py27_0/include/pycairo/p<wbr>ycairo.h</div>
<div>matthew.bunkers@sac2-&gt;</div>
</div>
<div><br>
</div>
<div>
<div>matthew.bunkers@sac2-&gt; locate cairo-xlib.h</div>
<div>/usr/include/cairo/cairo-xlib.<wbr>h</div>
<div>/usr/include/xulrunner-17.0.10<wbr>/cairo/cairo-xlib.h</div>
<div>/usr1/anaconda2/include/cairo/<wbr>cairo-xlib.h</div>
<div>/usr1/anaconda2/pkgs/cairo-1.1<wbr>2.18-6/include/cairo/cairo-xli<wbr>b.h</div>
<div>matthew.bunkers@sac2-&gt;</div>
</div>
<div><br>
</div>
</div>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a><br>
</blockquote>
</div>
<br>
<div>
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="font-size:12px">--</div>
<div style="font-size:12px">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
</blockquote>
</div>
<br>
<div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="font-size:12px">--</div>
<div style="font-size:12px">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</div>

<br>______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
<br></blockquote></div><br></div></div></div>