Juce dependencies

Hello ,

I’m stuck with that error _: /usr/bin/ld: obj/Debug/Projects/testGUIagain/JuceLibraryCode/include_juce_gui_basics.o||undefined reference to symbol ‘XConvertSelection’ , while compiling on Linux ( Ubuntu 18.04 ) .

Guessing a linking issue , here is my linker : pkg-config --libs alsa freetype2 x11 xext xineram webkit2gtk-4.0 gtk±x11-3.0 libcurl4-gnutls-dev libx11-dev

Anything I’m missing ?

Thanks a lot in advance for any suggestion.

Pascal

Sorry for the noise . Hunting the forum , I’ve reinstalled my libx11-dev package , re-saved the project , and it compiled …