Changes between Version 1 and Version 2 of Ticket #61306, comment 10
- Timestamp:
- Oct 12, 2020, 6:41:00 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61306, comment 10
v1 v2 8 8 }}} 9 9 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`).10 I 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`).