<div dir="ltr"><div><div><div><div><div>Hi Steve,<br><br></div>Its unclear which yMakefile you edited. When you ran and answered questions to the initial "./Configure" command, it would have tucked some of those responses into the file:<br><br></div>   $NCLSRC/config/Site.local<br><br></div>where NCLSRC is the root directory where you installed the sources.   If you hand-edit that file, you'll see a "#define IncSearch" directive that contains includes directories -- add the freetype2 directory and run "make Everything" from the root dir.<br><br></div>I hope that helps...<br></div>Rick<br> <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 30, 2018 at 6:09 PM, Stephen Kirby <span dir="ltr"><<a href="mailto:thinjogger@gmail.com" target="_blank">thinjogger@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I am trying to build NCL from source and have hit the issue I show in the subject line.</div><div><br></div><div>Specific error is:</div><div>  In file included from cro.h:147:0,</div><div>                 from cro_device.c:26:</div><div>/usr/local/include/cairo/<wbr>cairo-ft.h:46:22: fatal error: ft2build.h: No such file or directory</div><div> #include <ft2build.h></div><div><br></div><div>The file is located for me in /usr/local/include/freetype2 so in the environment variable for CFLAGS I added -I/usr/local/include/freetype2 but it didn't help.  So then I tried editing yMakefile as follows for CFLAGS:</div><div><br></div><div>echo "CFLAGS="$(CFLAGS)" -I/usr/local/include/<wbr>freetype2";\<br></div><div><br></div><div>With that change, "make Info" shows all things look good, BUT, I still get the error listed above.  Do I need to add this path for ft2build.h header somewhere besides CFLAGS?</div><div><br></div><div>TIA,</div><div>Steve</div><div><br></div><div><br></div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>