On Fri, Jun 19, 2009 at 02:20:01AM +1000, Trent W. Buck wrote:
> 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)"

Sorry, that typescript has a bug.  I had to "make distclean" first,
because upstream wrongly ships the generated makefile.dep file.  This
command works for me; I get Unicode displaying correctly, without
having the en_US.UTF-8 locale installed.

$ with-temp-dir sh -c '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 -s distclean && make 
-s -j5 -f makefile.unix crawl 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)" && ./crawl'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to