![](https://secure.gravatar.com/avatar/cedc4d83943006afe3994fb0a0455f82.jpg?s=120&d=mm&r=g)
On Wed, Nov 12 2008, luigi scarso wrote:
It's Hans fault, he loads core-swd in context.mkii with the command \loadmkiifile but the command expects .tex as file extension, you could either rename core-swd.mkii to core-swd.tex or you change the line \loadmkiifile{core-swd} to \loadmarkfile{core-swd} or \loadmkiifile{core-swd.mkii}.
Sorry , but here texexec --make --all and context --make work ok for minimals-beta and minimals
in minimals-beta # find . -name "*swd*" ./tex/texmf-context/tex/context/base/core-swd.mkii ./tex/texmf-context/tex/context/base/core-swd.tex (they are equals)
in minimals # find . -name "*swd*" ./tex/texmf-context/tex/context/base/core-swd.tex
One error cancels the other: - first error: there is no more core-swd.tex but it's needed by the \loadmkiifile command - second error: the installer for the minimals only adds new files but never removes obsolete ones (no --del switch for rsync). So you're lucky, because there is still an old core-swd.tex in your tree that will never be removed automatically. Cheers, Peter -- http://pmrb.free.fr/contact/