User Tools

Site Tools


software:xqf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
software:xqf [2007/10/14 21:10] – created kratz00software:xqf [2008/01/06 17:51] kratz00
Line 1: Line 1:
 +http://www.linuxgames.com/xqf/index.shtml
 +
 +[[http://kratz00.org/files/remove_gtk1_macros.patch|remove_gtk1_macros.patch]]
 +
 +[[http://kratz00.org/files/disable_dns_spawn_helper.patch|disable_dns_spawn_helper.patch]]
 +
 +<code>
 cvs -d:pserver:anonymous@xqf.cvs.sourceforge.net:/cvsroot/xqf login && 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 && cvs -z3 -d:pserver:anonymous@xqf.cvs.sourceforge.net:/cvsroot/xqf co -P xqf &&
 cd xqf && cd xqf &&
 +patch -p0 -i ../remove_gtk1_macros.patch &&
 +patch -p0 -i ../disable_dns_spawn_helper.patch &&
 sh autogen.sh && sh autogen.sh &&
-patch configure.in //TODO 
 ./configure --prefix=/usr --enable-bzip2 --enable-gtk2 && ./configure --prefix=/usr --enable-bzip2 --enable-gtk2 &&
-make &&+make 
 +</code> 
 + 
 +<code> 
 +make install 
 +</code> 
 + 
 +== 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.txt · Last modified: 2008/02/16 12:45 by kratz00