This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

make error when compiling gst-rtsp-0.10.8 on DVSDK4.02

Hi,

I downloaded gst-rtsp-0.10.8 source codes and tried to install it in DVSDK4.02.

At first I tried ./configure andd it reported no gstreamer found.

configure: No package 'gstreamer-0.10' found
configure: error: no gstreamer-0.10 >= 0.10.29 (GStreamer) found

I tried this and ./configure is good.

root@ubuntu:/home/li/tmp/gst-rtsp-0.10.8# ./configure PKG_CONFIG_PATH=/usr/local/dvsdk/linux-devkit/arm-none-linux-gnueabi/usr/lib/pkgconfig/

Then I tried to make but failed as some header files missed.

root@ubuntu:/home/li/tmp/gst-rtsp-0.10.8# make
make  all-recursive
make[1]: Entering directory `/home/li/tmp/gst-rtsp-0.10.8'
Making all in gst
make[2]: Entering directory `/home/li/tmp/gst-rtsp-0.10.8/gst'
Making all in rtsp-server
make[3]: Entering directory `/home/li/tmp/gst-rtsp-0.10.8/gst/rtsp-server'
  CC     libgstrtspserver_0.10_la-rtsp-media-factory-uri.lo
In file included from rtsp-media-factory-uri.c:22:
rtsp-media-factory-uri.h:20:21: error: gst/gst.h: No such file or directory
In file included from rtsp-media-factory-uri.h:22,
                 from rtsp-media-factory-uri.c:22:
rtsp-media-factory.h:21:33: error: gst/rtsp/gstrtspurl.h: No such file or directory
In file included from rtsp-media-factory.h:23,
                 from rtsp-media-factory-uri.h:22,
                 from rtsp-media-factory-uri.c:22:
rtsp-media.h:21:35: error: gst/rtsp/gstrtsprange.h: No such file or directory

What is my next move? Your help is appreciated!