
Adam Lindsay wrote:
Hans Hagen said this at Mon, 18 Apr 2005 18:15:21 +0200:
I uploaded a new beta. This one has a prelude to a new implementation of texexec. I can run
texexec --make --all
Hmm. That's not working here on my nearly pristine gwTeX. (Mac OS X 10.3.9, Ruby 1.6.8)
I dug a little further, trying to run it via ctxtools.rb. I was missing the rexml package[1], but was easily able to install it. After that, running ctxtools at least begins now, but runs into some errors:
CtxTools | using tex engine pdfetex /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/kpse.rb:113: in `formatpath': private method `sub' called for nil (NameError) from /usr/local/teTeX/share/texmf.local/scripts/context/ruby/ base/tex.rb:265:in `make' ...
in base/kpse.rb you need to add a test: if ENV['TEXFORMATS'] then ENV['TEXFORMATS'] = ENV['TEXFORMATS'].sub(/\$ENGINE/io,'') end
Interestingly, I didn't run into the same problem that David and Stephen ran into with the previous beta. I don't know why. Sorry that's not a tremendous help.
because it's a new implementation -) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------