<div dir="ltr"><div>Please disregard my previous message concerning the libpng error. I had a env variable pointing to a different Grads build. It&#39;s working perfectly now!<br><br></div>Many thanks!<br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-12-06 5:07 GMT+00:00 Fil <span dir="ltr">&lt;<a href="mailto:fil@meteopt.com" target="_blank">fil@meteopt.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Thank you Jennifer, that error is now gone after changing the CFLAGS as you suggested.</div><div><br></div><div>But now I get another error when gxprinting:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>ga-&gt; gxprint tmp.png<span class=""><br>libpng warning: Image width exceeds user limit in IHDR<br>libpng warning: Image height exceeds user limit in IHDR<br>libpng error: Invalid IHDR data<br></span>Created PNG file tmp.png</div></blockquote><div><br></div><div>The png is created with size 0.<br></div><div><br></div><div>Any idea?</div><div><br></div><div>This is the result from ldd libgxpCairo.so</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>        linux-vdso.so.1 (0x00007fff52be5000)<br>        libcairo.so.2 =&gt; /home/fil/grads/supplibs/lib/<wbr>libcairo.so.2 (0x00007ff6c5409000)<br>        libpthread.so.0 =&gt; /lib/x86_64-linux-gnu/<wbr>libpthread.so.0 (0x00007ff6c51ec000)<br>        libpixman-1.so.0 =&gt; /home/fil/grads/supplibs/lib/<wbr>libpixman-1.so.0 (0x00007ff6c4c67000)<br>        libfontconfig.so.1 =&gt; /home/fil/grads/supplibs/lib/<wbr>libfontconfig.so.1 (0x00007ff6c4a28000)<br>        libxml2.so.2 =&gt; /home/fil/grads/supplibs/lib/<wbr>libxml2.so.2 (0x00007ff6c4668000)<br>        libdl.so.2 =&gt; /lib/x86_64-linux-gnu/libdl.<wbr>so.2 (0x00007ff6c4464000)<br>        libfreetype.so.6 =&gt; /home/fil/grads/supplibs/lib/<wbr>libfreetype.so.6 (0x00007ff6c41a8000)<br>        libpng15.so.15 =&gt; /home/fil/grads-2.2.0/lib/<wbr>libpng15.so.15 (0x00007ff6c3f70000)<br>        libz.so.1 =&gt; /home/fil/grads/supplibs/lib/<wbr>libz.so.1 (0x00007ff6c3d54000)<br>        libXrender.so.1 =&gt; /home/fil/grads/supplibs/lib/<wbr>libXrender.so.1 (0x00007ff6c3b47000)<br>        libSM.so.6 =&gt; /usr/lib/x86_64-linux-gnu/<wbr>libSM.so.6 (0x00007ff6c393f000)<br>        libICE.so.6 =&gt; /usr/lib/x86_64-linux-gnu/<wbr>libICE.so.6 (0x00007ff6c3722000)<br>        libX11.so.6 =&gt; /usr/lib/x86_64-linux-gnu/<wbr>libX11.so.6 (0x00007ff6c33e2000)<br>        libXext.so.6 =&gt; /usr/lib/x86_64-linux-gnu/<wbr>libXext.so.6 (0x00007ff6c31d0000)<br>        librt.so.1 =&gt; /lib/x86_64-linux-gnu/librt.<wbr>so.1 (0x00007ff6c2fc8000)<br>        libm.so.6 =&gt; /lib/x86_64-linux-gnu/libm.so.<wbr>6 (0x00007ff6c2cc4000)<br>        libc.so.6 =&gt; /lib/x86_64-linux-gnu/libc.so.<wbr>6 (0x00007ff6c2925000)<br>        /lib64/ld-linux-x86-64.so.2 (0x00007ff6c5962000)<br>        libuuid.so.1 =&gt; /lib/x86_64-linux-gnu/libuuid.<wbr>so.1 (0x00007ff6c2720000)<br>        libbsd.so.0 =&gt; /lib/x86_64-linux-gnu/libbsd.<wbr>so.0 (0x00007ff6c250a000)<br>        libxcb.so.1 =&gt; /usr/lib/x86_64-linux-gnu/<wbr>libxcb.so.1 (0x00007ff6c22e2000)<br>        libXau.so.6 =&gt; /usr/lib/x86_64-linux-gnu/<wbr>libXau.so.6 (0x00007ff6c20de000)<br>        libXdmcp.so.6 =&gt; /usr/lib/x86_64-linux-gnu/<wbr>libXdmcp.so.6 (0x00007ff6c1ed8000)<br></div></blockquote><div><br></div><div>Regards. <br></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2017-12-05 16:56 GMT+00:00 Jennifer M Adams <span dir="ltr">&lt;<a href="mailto:jadams21@gmu.edu" target="_blank">jadams21@gmu.edu</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><br>
&gt; On Dec 2, 2017, at 7:51 AM, Fil &lt;<a href="mailto:fil@meteopt.com" target="_blank">fil@meteopt.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I was able to finally compile GrADS 2.2.0 on a Debian 9.1 system but unfortunately it&#39;s not working as expected. I get this error when drawing anything:<br>
&gt;<br>
&gt; ga-&gt; d prmslmsl<br>
&gt; GRIB2 I/O Error: Predefined bitmap applies (ibmap=<a href="tel:8589934604" value="+18589934604" target="_blank">8589934604</a>)<br>
&gt; Data Request Error:  Error for variable &#39;prmslmsl&#39;<br>
&gt;   Error ocurred at column 1<br>
&gt; DISPLAY error:  Invalid expression<br>
&gt;   Expression = prmslmsl<br>
&gt;<br>
&gt; I guess that something went wrong with the g2clib compilation?<br>
&gt;<br>
&gt; I couldn&#39;t compile it with the suggested alteration to the INC variable:<br>
&gt; INC=-I$SUPPLUBS/include -I$UPPLIBS/include/libpng15<br>
&gt;<br>
&gt; So I entered the full paths:<br>
&gt; INC=-I/srv/grads/supplibs/incl<wbr>ude -I/srv/grads/supplibs/include/<wbr>libpng15<br>
<br>
</span>In the g2clib makefile, there are some extra CFLAGS that may be forcing this error (“…Predefined bitmap applies…”). I was getting this error too, did some experimenting, and ended up with the third line below:<br>
<br>
#CFLAGS= -fPIC -O3 -g -m64 $(INC) $(DEFS) -D__64BIT__<br>
#CFLAGS= -fPIC -O3 -g -m64  $(INC) $(DEFS)<br>
CFLAGS=  $(INC) $(DEFS)<br>
<span><br>
<br>
<br>
&gt;<br>
&gt; Also added the &#39;U&#39; flag to the ARFLAGS var so I didn&#39;t get a bunch of warnings about &quot;deterministic mode&quot; and the compilation went through without any errorst. The rest of the supplibs went fine except for dap/gadap which I don&#39;t really use.<br>
&gt;<br>
&gt; To compile grads successfully I had to export CFLAGS=&quot;-fPIC -ldl&quot;<br>
&gt; The final binary is only 8.1 MB which seems odd given that all features were enabled.<br>
&gt;<br>
&gt; Any idea on what can be causing this error?<br>
&gt;<br>
&gt; I attached the config.log file.<br>
&gt;<br>
&gt; Thanks.<br>
&gt;<br>
&gt; PS: the provided binary builds on the grads website are not working for me. The rh and suse builds give me this error when using gxprint:<br>
&gt; libpng warning: Image width exceeds user limit in IHDR<br>
&gt; libpng warning: Image height exceeds user limit in IHDR<br>
&gt; libpng error: Invalid IHDR data<br>
<br>
</span>It may be an issue related to the version of libpng your build is linking to. What do you from this:<br>
&gt; ldd gxpCairo.so<br>
<br>
—Jennifer<br>
<br>
&gt; &lt;config.log&gt;__________________<wbr>_____________________________<br>
&gt; gradsusr mailing list<br>
&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt; <a href="http://secure-web.cisco.com/1djpzCrM03Si8B4WFf8z4u63zmulf1gy2PwMumCh230FOrNhhBF4RzrsVT0dVcJurg-4w4qfvxHtAiR47oSxfL4bP5f74ALnNbLrBmerku66b5rW-HrH0z-ahebqVHRgh5tnrjitRJeWXoZpNFsHFq6HWMkWzu0ORIWgo6U0CUr2C90mToj5FP9xAFBKJDG4-2J2HSoM7E78O8e18g8GV4J14lRZDSg_42ARUlxFQ586VbDuaEMVQte0pHv5fm4mRUi_GvbMpMV1TW9gFoC8NzrQRvPZBTBJsgoHZL_ohoCycQYwdAV62Bs3MdqeF4eOzZYKsC3-ycMdsI7x6z3JEmcG2IwAMvUFK1ns5_u373QMvNwhERL5ORiZcfLKzdrairW_tUo8iY0xyOremAjGy7Mz5P-umwEgpLhYAHAEqx5oXXdHfWoL5IxnnG7P-Wc4c/http%3A%2F%2Fgradsusr.org%2Fmailman%2Flistinfo%2Fgradsusr" rel="noreferrer" target="_blank">http://secure-web.cisco.com/1d<wbr>jpzCrM03Si8B4WFf8z4u63zmulf1gy<wbr>2PwMumCh230FOrNhhBF4RzrsVT0dVc<wbr>Jurg-4w4qfvxHtAiR47oSxfL4bP5f7<wbr>4ALnNbLrBmerku66b5rW-HrH0z-ahe<wbr>bqVHRgh5tnrjitRJeWXoZpNFsHFq6H<wbr>WMkWzu0ORIWgo6U0CUr2C90mToj5FP<wbr>9xAFBKJDG4-2J2HSoM7E78O8e18g8G<wbr>V4J14lRZDSg_42ARUlxFQ586VbDuaE<wbr>MVQte0pHv5fm4mRUi_GvbMpMV1TW9g<wbr>FoC8NzrQRvPZBTBJsgoHZL_ohoCycQ<wbr>YwdAV62Bs3MdqeF4eOzZYKsC3-ycMd<wbr>sI7x6z3JEmcG2IwAMvUFK1ns5_u373<wbr>QMvNwhERL5ORiZcfLKzdrairW_tUo8<wbr>iY0xyOremAjGy7Mz5P-umwEgpLhYAH<wbr>AEqx5oXXdHfWoL5IxnnG7P-Wc4c/<wbr>http%3A%2F%2Fgradsusr.org%<wbr>2Fmailman%2Flistinfo%<wbr>2Fgradsusr</a><br>
<br>
--<br>
Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
<br>
<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>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>