On Wed, Nov 12, 2008 at 12:06 AM, Wolfgang Schuster <schuster.wolfgang@googlemail.com> wrote:

Am 11.11.2008 um 23:39 schrieb Lars Huttar:

> On 11/11/2008 11:01 AM, Wolfgang Schuster wrote:
>> Am 11.11.2008 um 17:20 schrieb Alan STONE:
>>
>>> On Thu, Nov 6, 2008 at 11:37 PM, Wolfgang Schuster <schuster.wolfgang@googlemail.com
>>>> wrote:
>>> core-swd.tex is removed in the last beta and the old file was saved
>>> under the name core-swd.mkii
>>>
>>> Generate the formats with "texexec --make --all" and it should work.
>>>
>>> It doesn't work (on Windows XP), neither adding the mkii suffix.
>>
>> What is the result from "kpsewhich core-swd.mkii".
>>
>> Wolfgang
>
> I got basically the same as Alan Stone:
>
> /home/ethnologue/context/tex/texmf-context/tex/context/base/core-
> swd.mkii

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}.

Wolfgang

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


minimals-beta
Linux luigicasa-laptop 2.6.24-21-generic #1 SMP Tue Oct 21 23:43:45 UTC 2008 i686 GNU/Linux
This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknown
ConTeXt MtxRun | current version: 2008.11.10 21:40


minimalsBIRTHDAY
Linux luigicasa-laptop 2.6.24-21-generic #1 SMP Tue Oct 21 23:43:45 UTC 2008 i686 GNU/Linux
This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknown
ConTeXt MtxRun | current version: 2008.10.31 13:58


Maybe I don't understand the point .

--
luigi