Thanks for fixing that. I will look at trying to use rocks to apply to my cross-build environment, I have to patch the makefiles for every piece right now, and that is rather a pain.
As for the memory leak, my app has a page that uses a "refresh" header, and the page reloads every 30 seconds. Prior to upgrading to copas 1.1.6, wsapi 1.3.2, and xavante 2.2, the app would run for days without a problem. (it was using copas 1.1.5, wsapi 1.2, and xavante 2.1...) After I switched to use the latest stuff yesterday, the memory on my embedded system would be exhausted after about an hour. If there is some way I can test (maybe just upgrade copas?) to help find the bug, I'm willing. Jeff --- On Mon, 3/22/10, Fabio Mascarenhas <mascaren...@acm.org> wrote: From: Fabio Mascarenhas <mascaren...@acm.org> Subject: Re: [Kepler-Project] What's really needed for xavante/cgilua? To: "Kepler Project mailing list" <kepler-project@lists.luaforge.net>, "LuaRocks developers list" <luarocks-develop...@lists.luaforge.net> Date: Monday, March 22, 2010, 11:19 AM On Mon, Mar 22, 2010 at 8:29 AM, Jeff Otterson <otter...@yahoo.com> 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 -----Inline Attachment Follows----- _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/
_______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/