Compile problem with gstreamer rtsp server
Morris Ford
morrishford at gmail.com
Sat Feb 26 10:55:51 PST 2011
Trying to compile rtsp server on 64bit Ubuntu 10.10 and getting this error:
Configuration
Version : 0.10.8
Source code location : .
Prefix : /usr/local
Compiler : gcc
Vala bindings : yes
Python bindings: : no
Gst-rtsp-server configured. Type 'make' to build.
morris at ubuntu:~/gst-rtsp-0.10.8$ make
make all-recursive
make[1]: Entering directory `/home/morris/gst-rtsp-0.10.8'
Making all in gst
make[2]: Entering directory `/home/morris/gst-rtsp-0.10.8/gst'
Making all in rtsp-server
make[3]: Entering directory `/home/morris/gst-rtsp-0.10.8/gst/rtsp-server'
CC libgstrtspserver_0.10_la-rtsp-media-factory-uri.lo
rtsp-media-factory-uri.c: In function ‘gst_rtsp_media_factory_uri_init’:
rtsp-media-factory-uri.c:173: error: ‘gst_plugin_feature_rank_compare_func’
undeclared (first use in this function)
rtsp-media-factory-uri.c:173: error: (Each undeclared identifier is reported
only once
rtsp-media-factory-uri.c:173: error: for each function it appears in.)
rtsp-media-factory-uri.c: In function ‘find_payloader’:
rtsp-media-factory-uri.c:301: warning: assignment makes pointer from integer
without a cast
rtsp-media-factory-uri.c:311: warning: assignment makes pointer from integer
without a cast
rtsp-media-factory-uri.c:321: warning: assignment makes pointer from integer
without a cast
make[3]: *** [libgstrtspserver_0.10_la-rtsp-media-factory-uri.lo] Error 1
make[3]: Leaving directory `/home/morris/gst-rtsp-0.10.8/gst/rtsp-server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/morris/gst-rtsp-0.10.8/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/morris/gst-rtsp-0.10.8'
make: *** [all] Error 2
Thanks,
Morris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110226/ec220e85/attachment.htm>
More information about the gstreamer-devel
mailing list