3.1.0: Help With Compiling -- No gfx tiles

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Corvias
    Rookie
    • Jan 2009
    • 2

    3.1.0: Help With Compiling -- No gfx tiles

    Hi All,

    So I'm falling off the wagon after many years of an Angband-free lifestyle. I just couldn't resist after seeing this project come back to life over the last year.

    I am compiling the 3.1.0 beta on Ubuntu Linux 8.10, which was mostly smooth ... except for graphic tiles. With the x11, sdl, and gtk interfaces, nothing happens when selecting a tileset. (The gtk interface is great btw)

    The old 3.0.9 deb in the repos works fine, so I have a feeling its some thing I'm not putting in ./configure. Here is what I used:

    Code:
    ./configure --enable-x11 --enable-gtk --enable-sdl -with-x --prefix=/home/matis/Angband/
    Any ideas? If there's more info you need, just let me know
  • Corvias
    Rookie
    • Jan 2009
    • 2

    #2
    Takkaria and sorear helped me solve this on irc. Here's what they had me do:

    Code:
    cd src
    make -f Makefile.std clean
    make -f Makefile.std
    cd ..
    ./angband -msdl
    This is apparently a work-around until they fix *something*. Also, tiles are currently only supported in linux under sdl mode. According to sorear, this is because the tile plotting code for x11 is non-free. (correct me if I got any of this wrong)

    Comment

    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎