Error "fatal error: 'hb.h' file not found" Reported During the Compilation
Symptom
A message is displayed stating "/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: 'hb.h' file not found #include <hb.h>." That means the hb.h file is not found.

Key Process and Cause Analysis
None
Conclusion and Solution
- Query the directory where hb.h is.
cd /usr find -name hb.h

- Modify the Makefile file.
- Perform the compilation again.
make clean make
Parent topic: Troubleshooting

