annotate paste/paste.2788 @ 8427:1fc808cd5b1f

<b_jonas> learn can\'t is the most frequent word whose pronunciation varies between /\xc9\x91\xcb\x90/ and /\xc3\xa6/ depending on dialect. The list is: advance after answer ask aunt brass can\'t cast castle chance class command dance demand draft enhance example fast father glass graph grass half last laugh mask master nasty pass past path plant rather sample shan\'t staff task vast
author HackBot
date Thu, 09 Jun 2016 21:28:47 +0000
parents 35723677f1c5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1109
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
1 cd src && make linux
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
2 make[1]: Entering directory `/hackenv/luabuild/lua-5.2.1/src'
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
3 make all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline -lncurses"
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
4 make[2]: Entering directory `/hackenv/luabuild/lua-5.2.1/src'
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
5 gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -c -o lua.o lua.c
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
6 make[2]: Leaving directory `/hackenv/luabuild/lua-5.2.1/src'
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
7 make[1]: Leaving directory `/hackenv/luabuild/lua-5.2.1/src'
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
8 lua.c:67:31: error: readline/readline.h: No such file or directory
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
9 lua.c:68:30: error: readline/history.h: No such file or directory
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
10 lua.c: In function ‘pushline’:
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
11 lua.c:266: warning: implicit declaration of function ‘readline’
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
12 lua.c:266: warning: assignment makes pointer from integer without a cast
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
13 lua.c: In function ‘loadline’:
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
14 lua.c:296: warning: implicit declaration of function ‘add_history’
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
15 make[2]: *** [lua.o] Error 1
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
16 make[1]: *** [linux] Error 2
35723677f1c5 <GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
17 make: *** [linux] Error 2