lua-users home
lua-l archive

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


On Thu, Apr 8, 2010 at 8:27 AM, Wojciech L. J\eadruch <dendro8@o2.pl> wrote:
> make: Fatal error in reader: makefile, line 25: Unexpected end of line seen
>
> Error: Build error: Failed building.
>
> on 25 line of makefile:
> TO_SOCKET_SHARE:= \
>    http.lua \
>    url.lua \
>    tp.lua \
>    ftp.lua \
> [25 line]    smtp.lua

Probably a whitespace problem, but can't tell from what you pasted.
Look at it with a programmers editor, check particularly for presence
of CR characters.

Sam