comparison paste/paste.2788 @ 1109:35723677f1c5

<GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
author HackBot
date Fri, 14 Dec 2012 21:29:21 +0000
parents
children
comparison
equal deleted inserted replaced
1108:3e08319a9081 1109:35723677f1c5
1 cd src && make linux
2 make[1]: Entering directory `/hackenv/luabuild/lua-5.2.1/src'
3 make all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline -lncurses"
4 make[2]: Entering directory `/hackenv/luabuild/lua-5.2.1/src'
5 gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -c -o lua.o lua.c
6 make[2]: Leaving directory `/hackenv/luabuild/lua-5.2.1/src'
7 make[1]: Leaving directory `/hackenv/luabuild/lua-5.2.1/src'
8 lua.c:67:31: error: readline/readline.h: No such file or directory
9 lua.c:68:30: error: readline/history.h: No such file or directory
10 lua.c: In function ‘pushline’:
11 lua.c:266: warning: implicit declaration of function ‘readline’
12 lua.c:266: warning: assignment makes pointer from integer without a cast
13 lua.c: In function ‘loadline’:
14 lua.c:296: warning: implicit declaration of function ‘add_history’
15 make[2]: *** [lua.o] Error 1
16 make[1]: *** [linux] Error 2
17 make: *** [linux] Error 2