QStat with automake 1.4
Intended for those using Qstat - a command line game server query application for Linux:
- Make sure you get the latest version from their CVS, as the prepackaged version is almost a year old.
- When compiling in Linux (using ./autogen.sh), make sure you have ‘automake1.9′ installed, and not simply ‘automake’ - which defaults to v1.4. A simple ‘apt-get install automake1.9′ should do it.
If you have automake 1.4 installed and you try to compile the code, you’ll get the following errors:
egn@dekky:/tmp/qstat2$ make
make[1]: Entering directory `/tmp/qstat2′
cd . && autoheader
make[1]: Leaving directory `/tmp/qstat2′
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=[gnuconfig.h] \
/bin/sh ./config.status
config.status: error: cannot find input file: [gnuconfig.h].in
make: *** [stamp-h] Error 1
EGN use qstat for their server listing page, and in investigating the issues I was having above, I also came across a few really good alternatives: GameQ which unlike QStat (which is written in C), is written in PHP.
Comments(0)