After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 524035 - [neonhttpsrc] fails to compile with libneon 0.28.x
[neonhttpsrc] fails to compile with libneon 0.28.x
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.6
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-23 23:04 UTC by Ed Catmur
Modified: 2008-03-25 15:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
neon-0.28.x.patch (487 bytes, patch)
2008-03-23 23:13 UTC, Ed Catmur
committed Details | Review

Description Ed Catmur 2008-03-23 23:04:18 UTC
From http://bugs.gentoo.org/show_bug.cgi?id=214451

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs
-I../../gst-libs -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -g -ggdb -O1 -O2 -O3
-pipe -march=athlon-xp -mmmx -msse -m3dnow -MT
libgstneonhttpsrc_la-gstneonhttpsrc.lo -MD -MP -MF
.deps/libgstneonhttpsrc_la-gstneonhttpsrc.Tpo -c gstneonhttpsrc.c  -fPIC -DPIC
-o .libs/libgstneonhttpsrc_la-gstneonhttpsrc.o
In file included from gstneonhttpsrc.c:21:
gstneonhttpsrc.h:24: error: ne_session.h: No such file or directory
gstneonhttpsrc.h:24: error: ne_request.h: No such file or directory
gstneonhttpsrc.h:24: error: ne_socket.h: No such file or directory
gstneonhttpsrc.h:48: error: expected specifier-qualifier-list before
'ne_session'
gstneonhttpsrc.c:24: error: ne_redirect.h: No such file or directory
gstneonhttpsrc.c:106: error: expected declaration specifiers or '...' before
'ne_session'
gstneonhttpsrc.c:106: error: expected declaration specifiers or '...' before
'ne_request'
...
distcc[11520] ERROR: compile gstneonhttpsrc.c on localhost failed
make: *** [libgstneonhttpsrc_la-gstneonhttpsrc.lo] Error 1
Comment 1 Ed Catmur 2008-03-23 23:13:14 UTC
Created attachment 107889 [details] [review]
neon-0.28.x.patch
Comment 2 Tim-Philipp Müller 2008-03-24 12:10:28 UTC
Any chance you forgot to include the ext/neon/gstneonhttpsrc.[ch] bits in this patch?
Comment 3 Sebastian Dröge (slomo) 2008-03-25 15:13:25 UTC
No, that patch is right... they didn't change API ;)

Committed with 0.28.99 as upper bound instead of 0.29.99.
Comment 4 Tim-Philipp Müller 2008-03-25 15:26:52 UTC
Ah, I thought there was a point to the compiler warnings, my bad.