CLion and GStreamer's gst-env.py
Answered
Hi all,
I'm trying to use CLion to work with GStreamer development branch on Ubuntu 20.04 LTS.
I'm entering GStreamer's development environment by invoking gst-env.py and I'm trying launching CLion afterwards from terminal to work on my project .
I'd got errors starting CLion that was solved by installing libcanberra-gtk-module and exporting FONTCONFIG_PATH=/etc/fonts, yet stuck at end on:
snap/clion/184/jbr/bin/java: symbol lookup error: /lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0: undefined symbol: cairo_xlib_surface_create
error, which I can't solve.
CLion runs fine launched from terminal without invoking gst-env.py.
TIA for any help.
Please sign in to leave a comment.
Hello!
You can try launching CLion from terminal without invoking gst-env.py and then using this script in your toolchain - https://www.jetbrains.com/help/clion/quick-tutorial-on-configuring-clion-on-windows.html#env-scripts.