I guess something is including stdio.h somewhere it previously wasn't, because telepathy-logger doesn't build in GNOME JHBuild on Fedora 24: test-tpl-log-walker.c:172:1: error: conflicting types for ‘rewind’ rewind (WalkerTestCaseFixture *fixture, ^~~~~~ In file included from /home/mcatanzaro/src/jhbuild/install/include/glib-2.0/glib/gmessages.h:33:0, from /home/mcatanzaro/src/jhbuild/install/include/glib-2.0/glib.h:62, from /home/mcatanzaro/src/jhbuild/install/include/glib-2.0/gobject/gbinding.h:28, from /home/mcatanzaro/src/jhbuild/install/include/glib-2.0/glib-object.h:23, from ../../tests/lib/simple-account.h:14, from test-tpl-log-walker.c:5: /usr/include/stdio.h:759:13: note: previous declaration of ‘rewind’ was here extern void rewind (FILE *__stream); ^~~~~~ Probably should just rename that function and be done with it.
Created attachment 125248 [details] [review] Fix build
*** This bug has been marked as a duplicate of bug 96985 ***
Comment on attachment 125248 [details] [review] Fix build Review of attachment 125248 [details] [review]: ----------------------------------------------------------------- Pushed after adding the bug URL. Thanks, Michael.
*** Bug 96985 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.