[gstreamer-bugs] [Bug 497859] New: --disable-gst-debug option fails compilation

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Nov 18 03:26:12 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=497859

  GStreamer | gstreamer (core) | Ver: 0.10.15
           Summary: --disable-gst-debug option fails compilation
           Product: GStreamer
           Version: 0.10.15
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sameer at damagehead.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
configuring gstreamer0.10.15 (CORE) fails if --disable-gst-debug is passed to
the configure script, with the the following undefined reference error


Steps to reproduce:
./configure --disable-gst-debug



Actual results:
../gst/.libs/libgstreamer-0.10.so: undefined reference to
`_priv_gst_info_start_time'

Expected results:
though there are simple ways of getting rid of this error, i think 
gstdebugtils should not be compiled when i --disable-gst-debug.

Does this happen every time?
only on passing --disable-gst-debug to configure script

Other information:
through my inspection i discovered that '_priv_gst_info_start_time' is mainly
used in gstdebugutils.c and defined in gstinfo.c.
so, disabling gst-debug removes the definition of '_priv_gst_info_start_time'
and hence the reference error.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=497859.




More information about the Gstreamer-bugs mailing list