[CF-Devel] Gnome client compiling from CVS
Joris Bontje
jbontje at suespammers.org
Tue Jun 5 03:12:20 CDT 2001
Hello,
I get fatal errors when compiling the latest CVS version of the crossfire client (with the Gnome client checkin from Scott).
gnome.c: In function `do_timeout':
gnome.c:3868: too few arguments to function `display_map_doneupdate'
gnome.c: In function `display_map_doneupdate':
gnome.c:4169: number of arguments doesn't match prototype
proto.h:141: prototype declaration
make: *** [gnome.o] Error 1
that makes sense because the function is defined as the following:
proto.h:extern void display_map_doneupdate ( int redraw );
the gnome client calles it:
gnome.c: display_map_doneupdate();
and its defined as:
gnome.c: display_map_doneupdate();
So I think something has to change...
Joris Bontje / mids
More information about the crossfire
mailing list