mgieseki / dvisvgm

A fast DVI, EPS, and PDF to SVG converter
https://dvisvgm.de
GNU General Public License v3.0
306 stars 33 forks source link

ghostscript-10.0 undefined reference to `gs_error_names' #199

Closed zarniwhoop73 closed 1 year ago

zarniwhoop73 commented 1 year ago

With ghostscript-10.0 gs_error_names is no longer available. A quick and dirty fix is in use at (beyond) linuxfromscratch sed "s/gs_error_names\[/error_names[/" -i src/Ghostscript.cpp

That is also needed on (prerelease) dvisvgm-3.0.

mgieseki commented 1 year ago

The issue has already been fixed. See #195.