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:
Any ideas? If there's more info you need, just let me know
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/
Comment