After loading context stable minimals with the following script: #!/bin/bash curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh mkdir tex ln -s $HOME/Library/texmf tex/texmf-local sh ./first-setup.sh --context=current >first-setup.log source ./tex/setuptex I get this message on ETEX in the call to first-setup.sh. ...hans/TeX/context/stable/tex/texmf-osx-ppc/bin/mtxrun:8707: attempt to concate nate a nil value (/Users/hans/TeX/context/stable/tex/texmf-context/tex/context/base/ cont-en.tex ( /Users/hans/TeX/context/stable/tex/texmf-context/tex/context/base/ context.tex SORRY CONTEXT NOW NEEDS ETEX ) ) Is there something wrong here? Hans van der Meer
On Wed, Jun 10, 2009 at 22:16, Hans van der Meer wrote:
After loading context stable minimals with the following script: #!/bin/bash curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh mkdir tex ln -s $HOME/Library/texmf tex/texmf-local sh ./first-setup.sh --context=current >first-setup.log source ./tex/setuptex I get this message on ETEX in the call to first-setup.sh. ...hans/TeX/context/stable/tex/texmf-osx-ppc/bin/mtxrun:8707: attempt to concate nate a nil value (/Users/hans/TeX/context/stable/tex/texmf-context/tex/context/base/cont-en.tex ( /Users/hans/TeX/context/stable/tex/texmf-context/tex/context/base/context.tex SORRY CONTEXT NOW NEEDS ETEX ) ) Is there something wrong here? Hans van der Meer
The latest luatex binary doesn't work with "current" ConTeXt. I'll fix it during the next conference (if I get there, but Hans will release several new currents by then anyway :), until then you either need to replace luatex with an older version (see http://minimals.contextgarden.net/current/bin/osx-ppc/luatex/ - this is prepared to handle choosing luatex version, but not implemented in mtx-update.lua yet) or take the beta. Sorry for the incovenience. Mojca
participants (2)
-
Hans van der Meer
-
Mojca Miklavec