Description: 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!Last changelog:
Some smaller compilation fixes and improvements in the AI routines.
ok managed to get the two needed libraries but when i compile the main program i get these errors:
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
Hi,
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 :/
ok managed to get all the right libs. I can compile without any errors but i cant see where the apps are installed to. "locate" wont find them after ive done updatedb. KDE find doesnt find them either, except in the compile folder.
Ratings & Comments
5 Comments
When I tried compiling this, it said libggz was missing and i cant find anywhere on the net or on your site to download it.
ok managed to get the two needed libraries but when i compile the main program i get these errors: 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
Hi, 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 :/
ok managed to get all the right libs. I can compile without any errors but i cant see where the apps are installed to. "locate" wont find them after ive done updatedb. KDE find doesnt find them either, except in the compile folder.
Will give this a go :)