Search Criteria
Package Details: qonk 0.3.1-2
Git Clone URL: | https://aur.archlinux.org/qonk.git (read-only, click to copy) |
---|---|
Package Base: | qonk |
Description: | A small space build-and-conquer strategy game. |
Upstream URL: | http://qonk.sf.net |
Licenses: | |
Submitter: | tajacobsen |
Maintainer: | Sandmann |
Last Packager: | Sandmann |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2007-09-11 09:25 |
Last Updated: | 2015-06-27 13:56 |
Latest Comments
Anonymous comment on 2017-09-01 18:58
This package doesn't build for me any more, with errors about SDL include paths.
There's a fork of the original repository at https://github.com/marespiaut/qonk. That has had some updates and does build successfully. I'm not sure how to update the PKGBUILD to clone a git repo, but I do know it'll need an additional call to cmake in the build step:
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
cmake .
make
}
Anonymous comment on 2010-12-06 05:31
I am a robot. AUR guidelines suggest to not include binaries. Examples:
qonk/qonk.png
A survey of TUs suggests an icon or two is okay, but please ask upstream to officially include it. This robot will not bother you again.
donvla commented on 2010-04-28 09:37
Hello,
it does not build for me on a i686 atom n270:
"
Making all in lisp
make[3]: Entering directory `/home/user/apps/arch/PKGBUILDs/qonk/src/qonk-0.3.1/src/lisp'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -march=native -O2 -pipe -MT lexer.o -MD -MP -MF ".deps/lexer.Tpo" -c -o lexer.o lexer.cpp; \
then mv -f ".deps/lexer.Tpo" ".deps/lexer.Po"; else rm -f ".deps/lexer.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -march=native -O2 -pipe -MT lisp.o -MD -MP -MF ".deps/lisp.Tpo" -c -o lisp.o lisp.cpp; \
then mv -f ".deps/lisp.Tpo" ".deps/lisp.Po"; else rm -f ".deps/lisp.Tpo"; exit 1; fi
lisp.cpp: In member function ‘void lisp::Lisp::print(int) const’:
lisp.cpp:77:23: error: ‘printf’ was not declared in this scope
lisp.cpp:90:41: error: ‘printf’ was not declared in this scope
lisp.cpp:94:39: error: ‘printf’ was not declared in this scope
lisp.cpp:98:36: error: ‘printf’ was not declared in this scope
lisp.cpp:102:39: error: ‘printf’ was not declared in this scope
make[3]: *** [lisp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
lexer.cpp: In member function ‘lisp::Lexer::TokenType lisp::Lexer::getNextToken()’:
lexer.cpp:153:43: error: ‘snprintf’ was not declared in this scope
lexer.cpp:177:43: error: ‘snprintf’ was not declared in this scope
lexer.cpp:193:59: error: ‘snprintf’ was not declared in this scope
make[3]: *** [lexer.o] Error 1
make[3]: Leaving directory `/home/user/apps/arch/PKGBUILDs/qonk/src/qonk-0.3.1/src/lisp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/apps/arch/PKGBUILDs/qonk/src/qonk-0.3.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/apps/arch/PKGBUILDs/qonk/src/qonk-0.3.1'
make: *** [all] Error 2
==> ERROR: Build Failed.
"
donvla commented on 2010-04-28 09:34
Hello,
cannot build. I get
"
Making all in lisp
make[3]: Entering directory `/home/vlad/apps/arch/PKGBUILDs/qonk/src/qonk-0.3.1/src/lisp'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -march=native -O2 -pipe -MT lexer.o -MD -MP -MF ".deps/lexer.Tpo" -c -o lexer.o lexer.cpp; \
then mv -f ".deps/lexer.Tpo" ".deps/lexer.Po"; else rm -f ".deps/lexer.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -march=native -O2 -pipe -MT lisp.o -MD -MP -MF ".deps/lisp.Tpo" -c -o lisp.o lisp.cpp; \
then mv -f ".deps/lisp.Tpo" ".deps/lisp.Po"; else rm -f ".deps/lisp.Tpo"; exit 1; fi
lisp.cpp: In member function ‘void lisp::Lisp::print(int) const’:
lisp.cpp:77:23: error: ‘printf’ was not declared in this scope
lisp.cpp:90:41: error: ‘printf’ was not declared in this scope
lisp.cpp:94:39: error: ‘printf’ was not declared in this scope
lisp.cpp:98:36: error: ‘printf’ was not declared in this scope
lisp.cpp:102:39: error: ‘printf’ was not declared in this scope
make[3]: *** [lisp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
lexer.cpp: In member function ‘lisp::Lexer::TokenType lisp::Lexer::getNextToken()’:
lexer.cpp:153:43: error: ‘snprintf’ was not declared in this scope
lexer.cpp:177:43: error: ‘snprintf’ was not declared in this scope
lexer.cpp:193:59: error: ‘snprintf’ was not declared in this scope
make[3]: *** [lexer.o] Error 1
make[3]: Leaving directory `/home/vlad/apps/arch/PKGBUILDs/qonk/src/qonk-0.3.1/src/lisp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vlad/apps/arch/PKGBUILDs/qonk/src/qonk-0.3.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vlad/apps/arch/PKGBUILDs/qonk/src/qonk-0.3.1'
make: *** [all] Error 2
==> ERROR: Build Failed.
"