annotate paste/paste.2788 @ 12320:9c7eb9899d95 draft

<fizzie> le/rn karma//All living beings have actions (karma) as their own, their inheritance, their congenital cause, their kinsman, their refuge. It is karma that differentiates beings into low and high states.
author HackEso <hackeso@esolangs.org>
date Fri, 06 Mar 2020 23:08:37 +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