<div dir="ltr"><div> <b>pkg-config --cflags gstreamer-1.0 </b>output : </div><div>-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  </div><div><br></div><div class="gmail_extra">
I notice its /usr/local/include/gstreamer-1.0 and not /usr/include/gstreamer-1.0</div><div class="gmail_extra"><br></div><div class="gmail_extra">Any way to change that ?<br><br><div class="gmail_quote">On Thu, Jun 20, 2013 at 12:01 PM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On Thu, 2013-06-20 at 11:54 +0200, Sébastien caron wrote:<br>

<br>
Hi,<br>
<div><div class="h5"><br>
><br>
> I am trying to install libnice-0.1.4, that need Gstreamer to work.<br>
> But problem :  during the installation, i got this : fatal error:<br>
> gst/gst.h: No such file or directory<br>
> The file gst.h is in the directory  gstreamer-1.0/gst/<span style="color:rgb(34,34,34)"> </span></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div><div class="h5">
> I tried, before installation,  export<br>
> GST_PLUGIN_PATH=/usr/include/gstreamer-1.0/ but its not working..<br>
> I got same error with each package that need Gstreamer.<br>
> What should I do ?<br>
<br>
> For information, I installed Gstreamer from PPA packages.<br>
<br>
</div></div>Setting GST_PLUGIN_PATH won't help with this, it's for plugins, not<br>
related to header files.<br>
<br>
Make sure<br>
<br>
  pkg-config --cflags gstreamer-1.0<br>
<br>
outputs something. If it doesn't, you might have to set<br>
<br>
 export PKG_CONFIG_PATH=/usr/lib.../pkgconfig/<br>
<br>
(where the gstreamer-1.0.pc file is). But if it's all in /usr already,<br>
it should be fine.<br>
<br>
Do you have any kind of unusual setup/environment? (Cross-compiling or<br>
so?)<br>
<br>
Cheers<br>
 -Tim<br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div></div>