[gstreamer-bugs] [Bug 143334] [build] break when gstfileindex.c compiled with no debug

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Jan 29 03:31:56 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=143334
 GStreamer | gstreamer (core) | Ver: 0.8.0

Ronald Bultje changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO



------- Additional Comments From Ronald Bultje  2005-01-29 06:31 -------
Hi Michael, can you please update line numbers? I believe this bug to be fixed.
You're talking about non-debug build (while line 516 really is part of the debug
build), and you're saying the category is not there, whereas the non-vararg
build really does have defined categories in the non-debug build (and the debug
build also), see gstinfo.c:633:

#if !defined(G_HAVE_GNUC_VARARGS) && !defined(G_HAVE_ISO_VARARGS)
#define GST_DEBUG_CATEGORY_STATIC(var)                  static GstDebugCategory
*var = NULL
#else
#define GST_DEBUG_CATEGORY_STATIC(var)                  /* NOP */
#endif

Therefore, I think this has been long fixed. Please try current CVS or a recent
release (0.8.8), and update line numbers in gstinfo.c and provide line numbers
in gstfileindex.c if compiling still fails. I will then happily fix it.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list