[Bug 752604] gst-plugins-ugly compile error use Dockerfile: variable 'vsize' set but not used [-Werror=unused-but-set-variable]

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 21 03:36:50 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752604

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |WONTFIX
   Target Milestone|git master                  |NONE

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
> Dockerfile as following:
> 
> FROM ubuntu:14.04.2
> 
> MAINTAINER Zhang Ping, dqzhangp at 163.com
> # install required packages
> RUN apt-get update
> RUN apt-get install -y git autoconf automake libtool pkg-config autopoint
> gettext liborc-0.4-dev make libglib2.0-dev flex bison
> RUN git clone git://anongit.freedesktop.org/gstreamer/gstreamer && \
>         cd gstreamer && \
>         git checkout 1.5.2 && \
>         ./autogen.sh --prefix=/usr --disable-gtk-doc-pdf --disable-gtk-doc
> --disable-gst-debug && \
>         make && \
>         make install

Thanks for the bug report, but if --disable-gst-debug is used, you should also
use --disable-fatal-warnings.

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