Idris Samawi Hamid ????? ????? ???? wrote:
> Dear gang,
> 
> I am upgrading my system to the latest mswincontext distro.
> 
> After some hiccups, context.cmd finds its target script, so I can generate  
> the mkiv format
> 
> But for
> 
> texmfstart.exe texexec
> 
> I keep getting
> 
> ruby: no such file to load -- ubygems (LoadError)

hm, some rubygems interaction; i really dislike these 'package managers 
overloading the module loaders'

> texmfstart --locate texexec.rb
> 
> gives me
> 
> /texmf-context/scripts/context/ruby/texexec.rb
> 
> Any ideas on what's wrong?

some messy ruby in your path

you can make a small bat file that starts texmfstart

@echo off
setlocal
ruby c:\pathtoscript\texmfstart.rb %*
endlocal

might work

or (what i have here) just add scripts/context/ruby to your PATH 
variable and associate .rb with ruby



-----------------------------------------------------------------
                                           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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to