luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

An error about lit #110

Closed boyzhouyi closed 9 years ago

boyzhouyi commented 9 years ago

I met an error when I used lit to create single-binary executables.

I follow this document:https://github.com/luvit/lit/wiki/Creating-Your-First-Package

my system release is CentOS release 6.6 (Final)

image

Can you give me some advice?

creationix commented 9 years ago

I'm not sure what's the problem. I'm currently working on improving the error reporting in that code. I'll let you know when it's ready for testing.

creationix commented 9 years ago

Ok, do a lit update to get version 2.1.12 and see what error it gives now.

creationix commented 9 years ago

Though I'm pretty sure the problem is my code is assuming a filters list in your package.lua. I'll see if I can make it work without one.

creationix commented 9 years ago

Ok, I think I fixed the problem, try again with version 2.1.13.

boyzhouyi commented 9 years ago

Oh. fantastic. it's working well. image