[gstreamer-bugs] [Bug 612733] Build fails because HAVE_REGISTER_PRINTF_SPECIFIER is undefined

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 12 11:19:44 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=612733
  GStreamer | gstreamer (core) | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.29

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-03-12 19:19:40 UTC ---
Commit, thanks:

commit 3f86f8cee13964527c9667de599c6a46b1628ef4
Author: Leo Singer <lsinger at 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)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list