On Mon, Oct 18, 2010 at 10:42 PM, Jerome Vuarand <[email protected]> wrote: > Hi list, > > I developped a new binding for FUSE that I called Flu (for Filesystems > in Lua Userspace). You can find attached a rockspec for that module, > I'd be glad if someone could put it in an official repository. I'll > make a proper announcement on the Lua mailing list when the rockspec > is available online. In the meantime, if need be to test the rockspec, > you can have a look at the online documentation at: > > http://piratery.net/flu/ > > Please tell me if the rockspec needs adjustements, or when it's > available so I can tell the world about my work :-)
To build it successfully, I had to add #include <stdlib.h> above #include <attr/xattr.h>. I also added external_dependencies to the rockspec (granted, the explicit ATTR dependency may be overkill as this is a pretty standard package nowadays, but users may be lacking development headers). -- Hisham
flu-20101019-1.rockspec
Description: Binary data
_______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
