<div dir="ltr">Hi,<div>I am working my way through the online Gstreamer tutorials. Now I am stuck on the Basic Tutorial 5 (basic-tutorial-5.c). I get the following error when compiling:</div><div><br></div><div><div>$ gcc basic-tutorial-5.c -o basic-tutorial-5 `pkg-config --cflags --libs gstreamer-interfaces-1.0 gtk+-3.0 gstreamer-1.0`</div><div>Package gstreamer-interfaces-1.0 was not found in the pkg-config search path.</div><div>Perhaps you should add the directory containing `gstreamer-interfaces-1.0.pc'</div><div>to the PKG_CONFIG_PATH environment variable</div><div>No package 'gstreamer-interfaces-1.0' found</div><div>basic-tutorial-5.c:77:21: fatal error: gtk/gtk.h: Filen eller katalogen finns inte</div><div> #include <gtk/gtk.h></div><div>                     ^</div><div>compilation terminated.</div></div><div><br></div><div>According to the tutorial the following libraries are required:</div><div><div>   - gstreamer-video-1.0 (Package: libgstreamer-plugins-base1.0-dev)</div><div>   - gtk+-3.0 (Package: libgtk-3-dev)</div><div>   - gstreamer-1.0</div></div><div><br></div><div>Those packages are also installed:</div><div><br></div><div><div>$ dpkg-query -l | grep "libgstreamer-plugins-base1.0-dev"</div><div>ii  libgstreamer-plugins-base1.0-dev      1.4.4-2+deb8u1                       i386         GStreamer development files for libraries from the "base" set</div><div><br></div><div>$ dpkg-query -l | grep "libgtk-3-dev"</div><div>ii  libgtk-3-dev:i386                     3.14.5-1+deb8u1                      i386         development files for the GTK+ library</div></div><div><br></div><div><div>The gtk.h file is installed:</div><div><br></div><div><div>$ sudo find /usr -name gtk.h</div><div>/usr/include/gtk-3.0/gtk/gtk.h</div><div>/usr/include/gtk-2.0/gtk/gtk.h</div></div><div><br></div><div>I have googled like a madman but I don't find a solution. Does anyone know a solution?</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">BR<br><div><br></div><div>/Mats</div></div></div>
</div></div>