On Tue, Oct 19, 2010 at 6:01 AM, Jerome Vuarand
<[email protected]> wrote:
> 2010/10/19 Hisham <[email protected]>:
>> 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).
>
> flu.c already includes stdlib.h, are you talking about errno.c ?

Yes, errno.c -- its compilation was failing before I added the #include.

-- Hisham

_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to