GNOME Bugzilla – Bug 353452
build error
Last modified: 2006-08-30 14:18:01 UTC
poke.c:910: error: expected declaration specifiers or ‘...’ before ‘AccessibleDocument’ poke.c: In function ‘update_if_document’: poke.c:917: error: ‘document’ undeclared (first use in this function) poke.c:917: error: (Each undeclared identifier is reported only once poke.c:917: error: for each function it appears in.) poke.c:917: warning: assignment makes pointer from integer without a cast poke.c:920: warning: assignment makes pointer from integer without a cast poke.c: At top level: poke.c:1233: warning: initialization from incompatible pointer type make[2]: *** [poke.o] Error 1 make[2]: Leaving directory `/home/mccannwj/cvs/gnome2/at-poke/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mccannwj/cvs/gnome2/at-poke' make: *** [all] Error 2
This: http://cvs.gnome.org/viewcvs/at-poke/src/poke.c?r1=1.45&r2=1.46 Seems to require: http://cvs.gnome.org/viewcvs/at-spi/cspi/spi.h?r1=1.72&r2=1.73 So the requirements should be bumped.
Created attachment 71852 [details] [review] patch That change seems to have been committed without a ChangeLog entry so I've guessed at the version number.
The ChangeLog entry was added on 06-29, when the version was bumped to 1.7.8. fixed in cvs, thanks for catching!
If you look at the commit time for: http://cvs.gnome.org/viewcvs/at-spi/cspi/spi.h?r1=1.72&r2=1.73 version 1.73, Mon Jul 10 15:54:20 2006 UTC And I now see the time for the version bump: http://cvs.gnome.org/viewcvs/at-spi/configure.in?r1=1.185&r2=1.186 version 1.186, Mon Jul 10 15:55:44 2006 UTC I was confused because apparently the date in the ChangeLog is wrong, probably because the message was generated before the commit and not updated: 2006-06-29 Bill Haneman <bill.haneman@sun.com> Added Document interface (see bug #326520), with work from Ariel Rios <arios@us.ibm.com>. * configure.in: Bump to 1.7.8. * libspi/Makefile.am: Added document.[ch] to sources
Looks like that's what happenned, all right. Thanks William for the fix. I hope to fix the gladefile merge problem today as well, sorry for any confusion.