Closed zarniwhoop73 closed 2 years 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
sed "s/gs_error_names\[/error_names[/" -i src/Ghostscript.cpp
That is also needed on (prerelease) dvisvgm-3.0.
The issue has already been fixed. See #195.
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.