Closed atsushieno closed 4 years ago
you can add those dependencies (until this is fixed) to the projucer: ( you obviously need to have pkg-config installed)
This is fixed on the develop
branch in https://github.com/juce-framework/JUCE/commit/6a9f9cd55061bb2e26a1e6204dd53c1b31f62ec7. You'll need to re-compile the Projucer and re-save your project.
An example project is attached.
On Linux, create a project that references juce_gui_extra, add CLion exporter, save and build it from CLion (or use cmake to build it from console).
It results in:
Confirmed on Ubuntu 20.04, x86_64.
The same project exported as LinuxMakefile just builds fine (i.e. I do have libgtk-3.0-dev installed).
Make sure you have pulled the latest commits from the
develop
branch of the JUCE repo and have re-compiled the Projucer before you submit your bug. Often we have already fixed the issue but it hasn't yet been released on themaster
branch. If it's a major bug, which must be hot-fixed immediately, then we will also accept bug reports for tagged release versions.Confirmed with 6a01abb.