User Tools

Site Tools


software:xqf

This is an old revision of the document!


http://www.linuxgames.com/xqf/index.shtml

remove_gtk1_macros.patch

disable_dns_spawn_helper.patch

cvs -d:pserver:anonymous@xqf.cvs.sourceforge.net:/cvsroot/xqf login &&
cvs -z3 -d:pserver:anonymous@xqf.cvs.sourceforge.net:/cvsroot/xqf co -P xqf &&
cd xqf &&
patch -p0 -i ../remove_gtk1_macros.patch &&
patch -p0 -i ../disable_dns_spawn_helper.patch &&
sh autogen.sh &&
./configure --prefix=/usr --enable-bzip2 --enable-gtk2 &&
make
make install
remove_gtk1_macros.patch

Only needed if you are trying to build xqf from a snapshot. When running autogen.sh, autoconf aborts because of undefined macros since I don't have GTK+ installed anymore.

disable_dns_spawn_helper.patch

Problem:
XQF uses 100% cputime after returning from a server, userinterface is not redrawn anymore too.
This problem is still existent even if “Resolve hostnames on update.” is disabled.

It's not clear what causes this bug at the moment but disabling the dns spawn helper works arround this problem.

software/xqf.1199638310.txt.gz · Last modified: 2008/01/06 17:51 by kratz00