lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> > It works for me even without installing e2fsprogs.
> 
> However, it seems that uuid.time is not working: it always returns -1.

Oops, my bad. I was compiling lluuid with /usr/include/uuid/uuid.h instead of
e2fsprogs-1.41.10/lib/uuid/uuidd.h. The system version of uuid.h in Mac OS X
10.5.8 does not define UUID_VARIANT_OTHER and luuid.c was stubbbing some
functions out.

Perhaps I should drop this test in luuid.c.