lua-users home
lua-l archive

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


>A *tiny* note about compilation of the current 5.0 beta under Cygwin.
>
>I was unable to compile Lua without first creating the 'lib' and 'bin'
>directories.  Maybe this is a known thing, but it caused me a few seconds of
>confusion.

Someone commented this in a private mail to us. It seems to me that this is
a problem with the unpacker not creating empty directories. Anyway, I think
we'll add code in the top level Makefile to make sure bin and lib exist. Or
we could make bin and lib not empty :-)
--lhf