[Bug 675806] New: Compilation of gstreamer after configure --disable-trace fails...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 10 06:32:15 PDT 2012


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

           Summary: Compilation of gstreamer after configure
                    --disable-trace fails...
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=213804)
 View: https://bugzilla.gnome.org/attachment.cgi?id=213804
 Review: https://bugzilla.gnome.org/review?bug=675806&attachment=213804

git patch of proposed solution.

When trying to compile the master branch of gstreamer after having
configured it using --disable-trace I get this error message:

  CC     libgstreamer_1.0_la-gstclock.lo
gst.c: In function ‘init_post’:
gst.c:638:3: error: implicit declaration of function
‘_priv_gst_alloc_trace_initialize’ [-Werror=implicit-function-declaration]
gst.c:638:3: error: nested extern declaration of
‘_priv_gst_alloc_trace_initialize’ [-Werror=nested-externs]
gst.c: In function ‘gst_deinit’:
gst.c:1014:3: error: implicit declaration of function
‘_priv_gst_alloc_trace_deinit’ [-Werror=implicit-function-declaration]
gst.c:1014:3: error: nested extern declaration of
‘_priv_gst_alloc_trace_deinit’ [-Werror=nested-externs]
cc1: all warnings being treated as errors

After applying the attached patch everything compiles.
Now, I did not fix the difference between GST_DISABLE_TRACE
and GST_DISABLE_ALLOC_TRACE as it is not strictly required
to fix the problem at hand.

-- 
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