
GGZ KDE Games collection
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
The GGZ Gaming Zone is an infrastructure for Free Software online gaming, which ships with more than 20 games but also serves as the foundation for others.
The GGZ KDE Games collection is a package which contains currently 9 game clients for online play, while some can also be used locally against the AI. You can play Chess, Nine Men's Morris, Connect the Dots, Reversi, Chinese Checkers and more!
13 years ago
Some smaller compilation fixes and improvements in the AI routines.
13 years ago
Some smaller compilation fixes and improvements in the AI routines.
RND
14 years ago
Report
RND
14 years ago
test -z "" || mkdir -p -- ""
/bin/sh ../libtool --mode=install /usr/bin/install -c 'krosswater_client' '/krosswater_client'
libtool: install: `' must be an absolute directory name
Try `libtool --help --mode=install' for more information.
make[3]: *** [install-ggzexecmodPROGRAMS] Error 1
make[3]: Leaving directory `/home/rnd/ggz-kde-games-0.0.11/krosswater'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/rnd/ggz-kde-games-0.0.11/krosswater'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/rnd/ggz-kde-games-0.0.11/krosswater'
make: *** [install-recursive] Error 1
Report
josef80
14 years ago
you're missing the 'ggz-config' tool. Look at the output of the 'configure' script to see what else might be missing. You must have libggz and ggz-client-libs installed (both 0.0.11) and install ggz-kde-games into the same prefix.
(ggz-config is part of ggz-client-libs)
Since more and more games use GGZ, the chance of finding it directly on the distro of choice in the future will be higher, but for now sorry for having to compile it by hand :/
Report
RND
14 years ago
Report
RND
14 years ago
Report