Search Criteria
Package Details: bastet 0.43.2-3
Git Clone URL: | https://aur.archlinux.org/bastet.git (read-only) |
---|---|
Package Base: | bastet |
Description: | Tetris(r) clone with 'bastard' block-choosing AI |
Upstream URL: | http://fph.altervista.org/prog/bastet.html |
Licenses: | |
Submitter: | byte |
Maintainer: | grawlinson |
Last Packager: | grawlinson |
Votes: | 52 |
Popularity: | 1.094050 |
First Submitted: | 2007-08-24 22:03 |
Last Updated: | 2018-07-29 07:44 |
Latest Comments
famfop commented on 2018-07-04 09:22
I don't wish to maintain the package but you can get the git-version with this. I updated this PKGBUILD. Sorry for the missing newlines, can't figure out how to do it.
bongokarl commented on 2017-10-07 22:11
The build currently fails:
g++ -MM Ui.cpp Block.cpp Well.cpp BlockPosition.cpp Config.cpp BlockChooser.cpp BastetBlockChooser.cpp main.cpp Test.cpp> depend
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -Wall -D_FORTIFY_SOURCE=2 -c -o Ui.o Ui.cpp
In file included from Ui.cpp:22:0:
BastetBlockChooser.hpp:26:10: schwerwiegender Fehler: boost/tr1/tr1/unordered_set: Datei oder Verzeichnis nicht gefunden
#include <boost/tr1/tr1/unordered_set>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kompilierung beendet.
make: *** [<eingebaut>: Ui.o] Fehler 1
==> FEHLER: Ein Fehler geschah in build().
Breche ab...