When I try to build gstreamer I got error message:
cc1: warning: /home/rd/ti_dvsdk/linux-devkit//arm-none-linux-gnueabi/home/rd/DaVinci/rootfs/usr/include/glib-2.0:
It looks like it connect together two include path. I think it reather should looks like
/home/rd/DaVinci/rootfs/usr/include/glib-2.0
Then I got error:
In file included from ../gstregistry.h:28,
from ../gst_private.h:42,
from parse.l:2:
../../gst/gstplugin.h:32:21: error: gmodule.h: No such file or directory
it is followed by lot of errors, but the major problem I suppose is wrong configuration
I have checked and this file exist in my target library folder.
It looks like it take wrong path to glib, which has been build succesfully. When I mannualy configure and compile gstreamer-0.10.30 it looks allright. Anyone knows where is problem there?
It is very inconvenient to build whole module separately when there is makefile for build all of them.
I use dvsdk4.02 and DM368 SOC
Thanks in advance!