[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: syntax error in lua 5.1.5 Makefile?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 14 Aug 2012 15:06:15 -0300
> I was just building lua 5.1.5 on my new laptop (windows) using
> mingw/gcc, and the make failed. The error was around src/Makefile:50:
>
> $(LUA_A): $(CORE_O) $(LIB_O)
> $(AR) $@ $(CORE_O) $(LIB_O) # DLL needs all object files
> $(RANLIB) $@
>
> Shouldn't that comment get its own line? It showed up in the
> command-line message while building from source.
This is a known issue: http://www.lua.org/bugs.html#5.1.5