2010/7/2 luigi scarso
On Fri, Jul 2, 2010 at 11:52 AM, Li Yanrui (李延瑞)
wrote: 2010/7/2 Li Yanrui (李延瑞)
: 2010/7/2 Li Yanrui (李延瑞)
: 2010/6/30 luigi scarso
: On Wed, Jun 30, 2010 at 9:36 AM, Alan BRASLAU
wrote: Latest minimals:
mtxrun:9289: attempt to concatenate local 'v' (a table value) confirmed on my linux 32 box too
it seems that the following commands can solved this problem.
sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/luatools sed -i 's/t\[vv.."."..v\]/t\[vv\]/g' $TEXMFOS/bin/mtxrun
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/luatools $ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' $TEXMFOS/bin/mtxrun $ luatools --generate $ sed -i 's//t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua`
the last command should be
$ sed -i 's/t\[vv.."."..v\] = kk/t\[k\] = vv/g' `luatools data-res.lua`
then
$ context --make
It seems ok on my linux 32bit box
changing 't[vv.."."..v] = vv' to 't[kk] = vv' maybe more right. -- Best regards, Li Yanrui (李延瑞)