|
> On FreeBSD 7.4 I ran into a compile error while compiling Lua 5.2.0 from the Thanks for the report. > +#include <unistd.h> Could you please try this instead? #include <sys/types.h>. as per this page? http://pubs.opengroup.org/onlinepubs/7908799/xsh/systypes.h.html Thanks.