fatal error: gst/gst.h: No such file or directory

Sébastien caron scaron at aldebaran-robotics.com
Thu Jun 20 03:29:59 PDT 2013


 *pkg-config --cflags gstreamer-1.0 *output :
-pthread -I/usr/local/include/gstreamer-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include

I notice its /usr/local/include/gstreamer-1.0 and not
/usr/include/gstreamer-1.0

Any way to change that ?

On Thu, Jun 20, 2013 at 12:01 PM, Tim-Philipp Müller <t.i.m at zen.co.uk>wrote:

> On Thu, 2013-06-20 at 11:54 +0200, Sébastien caron wrote:
>
> Hi,
>
> >
> > I am trying to install libnice-0.1.4, that need Gstreamer to work.
> > But problem :  during the installation, i got this : fatal error:
> > gst/gst.h: No such file or directory
> > The file gst.h is in the directory  gstreamer-1.0/gst/
>
> I tried, before installation,  export
> > GST_PLUGIN_PATH=/usr/include/gstreamer-1.0/ but its not working..
> > I got same error with each package that need Gstreamer.
> > What should I do ?
>
> > For information, I installed Gstreamer from PPA packages.
>
> Setting GST_PLUGIN_PATH won't help with this, it's for plugins, not
> related to header files.
>
> Make sure
>
>   pkg-config --cflags gstreamer-1.0
>
> outputs something. If it doesn't, you might have to set
>
>  export PKG_CONFIG_PATH=/usr/lib.../pkgconfig/
>
> (where the gstreamer-1.0.pc file is). But if it's all in /usr already,
> it should be fine.
>
> Do you have any kind of unusual setup/environment? (Cross-compiling or
> so?)
>
> Cheers
>  -Tim
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130620/154024cd/attachment.html>


More information about the gstreamer-devel mailing list