annotate paste/paste.2788 @ 9285:8320c9c4620f

<oerjan> learn Umlaut is German for "hum aloud", an important feature of the German language. It is indicated by putting two dots over the vowel of the syllable.
author HackBot
date Sat, 15 Oct 2016 00:04: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