Closed ayrton closed 13 years ago
execvp failed, errno = 2 (No such file or directory) gm convert: "gs" "-q" ... gm convert: Postscript delegate failed (example.pdf).
Is telling that the PostScript builder failed because it couldn't find GhostScript (gs). So, I needed to install GhostScript. Which fixed the commandline part issue.
now when I try out Docsplit in a ruby script, it outputs:
./docsplit.rb:7: uninitialized constant Docsplit (NameError) from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
gem_original_require' from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
require' from ./docsplit.rb:5
my fault, because I was using texmate I used another ruby.
Hi I installed the Docsplit gem yesterday (together with all the dependencies) and I wanted to test this quickly so I tried one of the examples of your documentation (in commandline)
and this was the outputted error:
I'm not sure why it says No such file or directory because I'm absolutely sure the file exists.
Also I'm trying out the method in a ruby script (usually I only use gems in a Ruby on Rails project, so this might be a stupid error)
NameError: uninitialized constant Docsplit
Note I'm using docsplit (0.5.0) and ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10]
Would you happend to know what's causing this problem and what would possibly fix this issue?