A couple of weeks ago I reported that gnome-games-2.8 failed
due to too many arguments to ggz_gtk_initialize and that was
due to a ggz-gtk.h that had seven arguments defined, but gnome-games
was passing eight. Today I find that ggz-gtk-client-0.0.14.1
fails because of two few arguments, it is passing seven, to
ggz_gtk_initialize, and that it also is the program that installs
ggz-gtk.h in /usr/local/include.
Please fix one or the other so they both pass the same number of
arguments, from my view point it would appear that eight is correct
and the gnome-games ggz-gtk.h should be used with an additiona NULL
on line 106 of main.c in ggz-gtk-client-0.0.14.1/src.
Thanks