GNOME Bugzilla – Bug 612733
Build fails because HAVE_REGISTER_PRINTF_SPECIFIER is undefined
Last modified: 2010-03-12 19:25:53 UTC
Created attachment 155999 [details] Patch for gstinfo.c Build of gstreamer fails if HAVE_REGISTER_PRINTF_SPECIFIER is undefined. Patch attached.
Commit, thanks: commit 3f86f8cee13964527c9667de599c6a46b1628ef4 Author: Leo Singer <lsinger@caltech.edu> Date: Fri Mar 12 19:05:16 2010 +0000 gstinfo: fix compilation error if HAVE_REGISTER_PRINTF_SPECIFIER is undefined Use #if HAVE_FOO instead of #ifdef HAVE_FOO. Fixes #612733. I wonder why this only causes problems now, this code has been around for almost a year. Just to double-check: are you using an older distro/libc, ie. is it expected that register_printf_specifier() is not available there? (I'm asking because someone reported problems with configure detecting this the other day)
I am using Debian Lenny.