Peter Fischer wrote:
under Windows XP. The extension-errors.log says for "EPS Input" that "gs" is not found.
There is usually no "gs" to be find in the path under Windows, you have "gswin32.exe". Try change share/extensions/eps_input.inx to reflect this. It looks like you will need "pstoedit" and "skconvert" too, and there is even a shell script used (try change "sk2svg.sh" into "sh sk2svg.sh"?).
Many of the other external input/output extensions seem to be equally flawed. It doesn't look like installing the extra software and put it in the path is enough to enable extensions under Windows.
What is the best way to fix this? Always use double .inx files? (Like the old pdf_output_on_win32.inx which also uses a .bat instead of the .sh). Or maybe use perl or python instead of shell scripts? What about the different dependencies? (gs vs. gswin32.exe)