[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: problem when installing luasocket luarock on SunOS 5.10
- From: Sam Roberts <vieuxtech@...>
- Date: Thu, 8 Apr 2010 10:03:33 -0700
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