Changes between Version 1 and Version 2 of Ticket #61306, comment 10


Ignore:
Timestamp:
Oct 12, 2020, 6:41:00 AM (4 years ago)
Author:
chrstphrchvz (Christopher Chavez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61306, comment 10

    v1 v2  
    88}}}
    99
    10 I think this could mean it is treating the [http://git.ghostscript.com/?p=ghostpdl.git;a=blob;f=base/fapi_ft.c;h=60f69f64462b65857671cd8813d14140d84493a5;hb=e49830f8efdbc3a9f4e8acaf708b68a742f515aa#l128 previous line] `FT_CALLBACK_DEF(void *)` as the declarator, and `^` is where it expects the opening `{`—but maybe there would be more/other errors instead. But if this is the case, then I think this indicates a missing `#include FT_CONFIG_CONFIG_H` (what Ghostscript would use to `#include <freetype/config/ftconfig.h>` which defines `FT_CALLBACK_DEF`).
     10I think this could mean it is treating the [https://github.com/ArtifexSoftware/ghostpdl/blob/ghostscript-9.52/base/fapi_ft.c#L128 previous line] `FT_CALLBACK_DEF(void *)` as the declarator, and `^` is where it expects the opening `{`—but maybe there would be more/other errors instead. But if this is the case, then I think this indicates a missing `#include FT_CONFIG_CONFIG_H` (what Ghostscript would use to `#include <freetype/config/ftconfig.h>` which defines `FT_CALLBACK_DEF`).