freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ft2build.h not found


From: Henry Pfeil
Subject: ft2build.h not found
Date: Tue, 29 Oct 2019 10:15:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0

I don't know if it was a change in gcc v9.2.0, but I had to add freetype2 to 
the #includes for ft2build.h:


find /usr/include/freetype2 -type f -name "*.h" \
    -exec sed 's,<ft2build.h>,<freetype2/ft2build.h>,' -i  {} \;

Error: ft2build.h not found.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]