24 Nov
2008
24 Nov
'08
2:11 p.m.
Thomas A. Schmitz wrote:
mkdir -p ../../libs/lua51 && cd ../../libs/lua51 && cp -f ../../../src/ texk/web2c/../../libs/lua51/* . && make posix Makefile:25: *** missing separator. Stop. make: *** [../../libs/lua51/liblua.a] Error 2
Hope this is nothing too serious...
It looks like your checkout is not complete (locally editted files?), line 25 of libs/lua51/Makefile should now be a commented-out line: #COCOCFLAGS= -DCOCO_USE_SETJMP Best wishes, Taco