GNOME Bugzilla – Bug 705959
souphttpsrc deprecated symbols
Last modified: 2013-08-14 11:05:16 UTC
gstsouphttpsrc.c: In function 'gst_soup_http_src_got_headers_cb': gstsouphttpsrc.c:752:9: 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 With libsoup 2.40.3 I tried using #ifdef soup_message_headers_get_one ... but that didn't work
Oh, only saw the bug about it now. Should be fixed already: commit 604bfa586ea4bb3ecb3cf3959fe0498c39c8456e Author: Tim-Philipp Müller <tim@centricular.net> Date: Wed Aug 14 11:54:19 2013 +0100 soup: don't use deprecated soup_message_headers_get() API