[LINUX] gst/gl/gstglconfig.h: No such file or directory

[Edited from german to english]

When building libcinder the process reaches:

[ 99%] Building CXX object CMakeFiles/cinder.dir/src/cinder/linux/Movie.cpp.o

and then crashes with the following error message:

<Maikos_path_to_cinder>/Cinder/include/cinder/linux/GstPlayer.h:24:14: fatal error: gst/gl/gstglconfig.h: No such file or directory
#include <gst/gl/gstglconfig.h>

What am I missing? I when through all the requiered packages to find what was missing but could not find anything.

My OS: Fedora 26

Thanks in advance for the help.

Hi,

Does the info found here help?

1 Like

Hi,

Are you using the latest master branch of Cinder?

If not have a look here .

If this doesn’t work it would be helpful to see the output of CMake during the configuration step.

Cheers,
Petros

1 Like

After realizing that gstreamer ist not the same as gstreamer1 I installed the required packages and that solved the problem. Funny how there are two versions.

Thanks for the help.

1 Like