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

Tim-Philipp Müller t.i.m at zen.co.uk
Thu Jun 20 03:01:45 PDT 2013


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




More information about the gstreamer-devel mailing list