[Bug 684263] New: gss-stream-server cannot build in Ubuntu Quantal
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Sep 17 20:01:12 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=684263
GStreamer | gst-stream-server | git
Summary: gss-stream-server cannot build in Ubuntu Quantal
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-stream-server
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: shakaran at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I saw the video http://gstconf.ubicast.tv/videos/gstreamer-streaming-server/
For test gstreamer-streaming-server I download and try to compile the current
git as:
$ git clone git://code.entropywave.com/git/ew-stream-server.git
$ sudo apt-get install libjson-glib-1.0-0 libjson-glib-dev
$ sh autogen.sh
$ ./configure
Then sudo make abort with this error:
gss-soup.c: In function 'gss_soup_get_request_host':
gss-soup.c:38:3: error: 'soup_message_headers_get' is deprecated (declared at
/usr/include/libsoup-2.4/libsoup/soup-message-headers.h:40): Use
'soup_message_headers_get_one or soup_message_headers_get_list' instead
[-Werror=deprecated-declarations]
cc1: all warnings being treated as errors
make[3]: *** [libgss_la-gss-soup.lo] Error 1
I have this libsoup installed in quantal:
$ dpkg -l *libsoup* | grep ii
ii libsoup-gnome2.4-1:i386
2.39.91-0ubuntu1 i386 HTTP library
implementation in C -- GNOME support library
ii libsoup-gnome2.4-dev
2.39.91-0ubuntu1 i386 HTTP library
implementation in C -- GNOME support development files
ii libsoup2.4-1:i386
2.39.91-0ubuntu1 i386 HTTP library
implementation in C -- Shared library
ii libsoup2.4-dev
2.39.91-0ubuntu1 i386 HTTP library
implementation in C -- Development files
--
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