syntax error in lua 5.1.5 Makefile?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: syntax error in lua 5.1.5 Makefile?
- From: Johnson Lin <arch.jslin@...>
- Date: 2012年8月15日 01:19:15 +0800
Hello,
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.
best,
Johnson