Changes between Version 1 and Version 2 of Ticket #43900, comment 2
- Timestamp:
- Jun 4, 2014, 9:57:08 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43900, comment 2
v1 v2 4 4 5 5 the needed hb_ft.h file now exists in /opt/local/include/harfbuzz/bh_ft.h, but the include in the ass_shaper.c code is `#include <hb_ft.h>` and i wonder if it should be `#include <harfbuzz/hb_ft.h>` ? 6 7 Nope .. trying that gives me 8 {{{ 9 ass_shaper.c:32:28: error: harfbuzz/hb-ft.h: No such file or directory 10 }}} 11 and a bunch of compile errors 12 13 drat