GNOME Bugzilla – Bug 134036
GOK-0.9.6 compile errors
Last modified: 2004-12-22 21:47:04 UTC
GOK 0.9.6 has a few compilations issues with GCC 2.95 as well as with the distfile in general. First, there are some C99-isms in gok/gok-key.c, gok/gok-keyboard.c, and gok/gok-spy.c The gok-key.c problems are around line 372 with the gchar cbuf. The gok-keyboard.c problems are at line 185 with the compose_kbd, prev, and next declarations. The gok-spy.c problem is around line 1393 with the head declaration. The distfile complaint is with the missing GNOME_Gok.server.in.in file: *** No rule to make target 'GNOME_Gok.server.in.in', needed by 'GNOME_Gok.server.in' This is the gok subdirectory.
*** Bug 134067 has been marked as a duplicate of this bug. ***
Created attachment 24296 [details] [review] Proposed patch
Thanks Padraig, please apply. I'll redist.
Patch committed to CVS HEAD.
oddly, building gok with -Werror and -ansi did not catch these.