On Mon, Mar 22, 2010 at 8:29 AM, Jeff Otterson <[email protected]> wrote:
> Hi Fabio,
>
> The Makefiles do appear to be working.
>
> I'm using reload because form upload from a file doesn't work well without
> it. The upload works, but nothing else after does. There was a workaround
> on this (?) list a while back, which said to set reload on, and that fixes
> it, no doubt at the expense of performance.
>
> I'd rather not have reload set on, but without it, my web app stops running
> after the upload.
>
>
I didn't notice the issue on the list when it first appeared. I just fixed
it in github.
Did you try to get LuaRocks to work in you cross-compilation environment?
You need to add something like this to your etc/luarocks/config.lua:
variables = {
CC = "gcc-myarch"
LD = "ld-myarch"
}
Depending on how different your other environment is you might need to set
CFLAGS and LIBFLAG too.
I am crossposting this to the LuaRocks developers list, maybe someone there
has had experience with getting LuaRocks working in a cross-compilation
environment.
--
Fabio Mascarenhas
_______________________________________________
Kepler-Project mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/