On Thu, Jun 18, 2009 at 02:00:25PM +0200, Guus Sliepen wrote:
>>> This bug is still present for me in 2:0.4.4-1.  Sorry for not
>>> reporting it much earlier; I have been running private svn
>>> snapshots of Crawl until just now, when I tried to build a 0.5
>>> package based on your 0.4.4 release.
>
> Ok. If you tried 0.5, can you tell me if it's in there as well or not?

It is, unfortunately.  However, if I build 0.5 by hand and just run
crawl from within the working directory, it does Unicode with no
problems.  Attached is the transcript of how I'm doing that.
$ wget -q 
http://internode.dl.sourceforge.net/sourceforge/crawl-ref/stone_soup-0.5-src.tbz2
$ tar xf stone_soup-0.5-src.tbz2 
$ cd */source
$ make -f makefile.unix UNICODE_GLYPHS=y UNICODE_LOCALE=. SQLSRC=/usr/lib 
LUASRC=/usr/lib/ LUALIB=lua5.1 LUALIBA=liblua5.1.a EXTRA_INCLUDES="$(pkg-config 
--cflags lua5.1 sqlite3)"
cd util/ && bison -y -d -b levcomp levcomp.ypp \
                           && mv levcomp.tab.c levcomp.tab.cc || false
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -o util/levcomp.tab.o -c util/levcomp.tab.cc
cd util/ && flex -olevcomp.lex.cc levcomp.lpp
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -o util/levcomp.lex.o -c util/levcomp.lex.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c abl-show.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c abyss.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c acr.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c arena.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c beam.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c branch.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c chardump.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c cio.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c cloud.cc
cloud.cc:46: warning: ‘bool _killer_whose_match(kill_category, killer_type)’ 
defined but not used
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c command.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c database.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c debug.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c decks.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c delay.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c describe.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c dgnevent.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c directn.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c dungeon.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c effects.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c fight.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c files.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c food.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c format.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c ghost.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c hiscores.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c initfile.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c invent.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c it_use2.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c it_use3.cc
it_use3.cc: In function ‘bool evoke_item(int)’:
it_use3.cc:816: warning: unused variable ‘wielded’
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c item_use.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c itemname.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c itemprop.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c items.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c lev-pand.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c libutil.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c luadgn.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c macro.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c makeitem.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c mapdef.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c mapmark.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c maps.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c menu.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c message.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c mgrow.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c misc.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c monplace.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c mon-pick.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c monstuff.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c monspeak.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c mon-util.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c mstuff2.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c mtransit.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c mutation.cc
mutation.cc:1904: warning: ‘bool _is_random(mutation_type)’ defined but not used
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c newgame.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c notes.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c ouch.cc
ouch.cc:831: warning: ‘void _wizard_restore_life()’ defined but not used
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c output.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c overmap.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c place.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c player.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c quiver.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c randart.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c religion.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c shopping.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c skills.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c skills2.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c spells1.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c spells2.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c spells3.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c spells4.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c spl-book.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c spl-mis.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c spl-cast.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c spl-util.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c sqldbm.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c state.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c stash.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c store.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c stuff.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c tags.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c terrain.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c transfor.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c traps.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c travel.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c tutorial.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c version.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c view.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c xom.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c Kills.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c mt19937ar.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c clua.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c libunix.cc
g++  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   -I/usr/include/ncursesw 
-Wall -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -Wuninitialized 
-fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 -DUNICODE_GLYPHS 
-DUNICODE_LOCALE=\"\" -c crash-u.cc
g++ -rdynamic  -Iutil -I. -I/usr/lib/ -I/usr/include/lua5.1   
-I/usr/include/ncursesw -Wall -Wno-parentheses -Wwrite-strings -Wshadow 
-pedantic -Wuninitialized -fsigned-char -DUNIX  -DCLUA_BINDINGS -O2 
-DUNICODE_GLYPHS -DUNICODE_LOCALE=\"\" util/levcomp.tab.o util/levcomp.lex.o 
abl-show.o abyss.o acr.o arena.o beam.o branch.o chardump.o cio.o cloud.o 
command.o database.o debug.o decks.o delay.o describe.o dgnevent.o directn.o 
dungeon.o effects.o fight.o files.o food.o format.o ghost.o hiscores.o 
initfile.o invent.o it_use2.o it_use3.o item_use.o itemname.o itemprop.o 
items.o lev-pand.o libutil.o luadgn.o macro.o makeitem.o mapdef.o mapmark.o 
maps.o menu.o message.o mgrow.o misc.o monplace.o mon-pick.o monstuff.o 
monspeak.o mon-util.o mstuff2.o mtransit.o mutation.o newgame.o notes.o ouch.o 
output.o overmap.o place.o player.o quiver.o randart.o religion.o shopping.o 
skills.o skills2.o spells1.o spells2.o spells3.o spells4.o spl-book.o spl-mis.o 
spl-cast.o spl-util.o sqldbm.o state.o stash.o store.o stuff.o tags.o terrain.o 
transfor.o traps.o travel.o tutorial.o version.o view.o xom.o Kills.o 
mt19937ar.o clua.o libunix.o crash-u.o -o crawl -lncursesw -L/usr/lib/ -llua5.1 
-L/usr/lib -lsqlite3
$ ./crawl

Reply via email to