lua-users home
lua-l archive

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


> 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