Changes between Version 1 and Version 2 of Ticket #43900, comment 2


Ignore:
Timestamp:
Jun 4, 2014, 9:57:08 AM (10 years ago)
Author:
vulcan_@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43900, comment 2

    v1 v2  
    44
    55the 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
     7Nope .. trying that gives me
     8{{{
     9ass_shaper.c:32:28: error: harfbuzz/hb-ft.h: No such file or directory
     10}}}
     11and a bunch of compile errors
     12
     13drat