[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: (Again) Problem building .exe
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 11 May 2012 12:52:18 +0200
On Fri, May 11, 2012 at 12:22 PM, Salvador Balaguer <s.b.macia@gmail.com> wrote:
> Ive glued soar with srlua (after gluing ml.lua first). Maybe by luck, but it
> works, or so i think, since it prints the options in the cmd.
Then you are already more than half way there!
> And get error: "[...]:100:attempt to concatenate local 'lua' (a nil value)"
Ah, I see the problem - soar assumes that arg[-1] is the name of the
Lua executable, and that has not been defined properly after the
gluing step. I can reproduce this with a glued soar.exe and yes it is
a bug.
steve d.