GhostScript hid their gs_error_names symbol as part of a global by-default hiding of non-API symbols.
It will probably take a while for GhostScript to get a public API for these symbols back into a release, so let's stop using the symbol for now, until then.
Fixes #2280
else
errsrc = "Ghostscript internal error";
- job->common->errorfn("%s: %s() returned: %d \"%s\" (%s)\n",
- name, funstr, err, gs_error_names[-err - 1], errsrc);
+ job->common->errorfn("%s: %s() returned: %d (%s)\n",
+ name, funstr, err, errsrc);
}
static int gvloadimage_process_file(GVJ_t *job, usershape_t *us, void *instance)