<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/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/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>