annotate paste/paste.16473 @ 12298:cea93c2c666a draft

<b_jonas> learn Burlesque is only the sexiest language on Earth. mroman created it for finance analysis because the traditionally used K and Dyalog APL are unreadable. (See: http://mroman.ch/burlesque )
author HackEso <hackeso@esolangs.org>
date Sat, 04 Jan 2020 22:50:21 +0000
parents a6c01ed30736
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1106
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
1 lua.c:67:31: error: readline/readline.h: No such file or directory
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
2 lua.c:68:30: error: readline/history.h: No such file or directory
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
3 lua.c: In function ‘pushline’:
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
4 lua.c:266: warning: implicit declaration of function ‘readline’
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
5 lua.c:266: warning: assignment makes pointer from integer without a cast
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
6 lua.c: In function ‘loadline’:
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
7 lua.c:296: warning: implicit declaration of function ‘add_history’
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
8 make[2]: *** [lua.o] Error 1
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
9 make[1]: *** [linux] Error 2
a6c01ed30736 <GreyKnight> cat luabuild/lua-5.2.1/make.err | paste
HackBot
parents:
diff changeset
10 make: *** [linux] Error 2