Skip to content

Instantly share code, notes, and snippets.

@cxbignekoc
Last active March 17, 2026 18:57
Show Gist options
  • Select an option

  • Save cxbignekoc/31bfc432907271d04c635d7dff154303 to your computer and use it in GitHub Desktop.

Select an option

Save cxbignekoc/31bfc432907271d04c635d7dff154303 to your computer and use it in GitHub Desktop.
Juce / Projucer Issue on Debian - the dumb and hidden Solution
# You need to build Projucer by hand.
# this information is kinda hidden and not obvious.
# Don't use the Projucer App from
/home/user/JUCE/Projucer
# Solution found in: https://forum.juce.com/t/solved-glibc-2-29-not-found-on-ubuntu-18-04/34960/2
# Build:
user@host: ~/JUCE/extras/Projucer/Builds/LinuxMakefile
$ make
Compiling jucer_NewProjectWizard.cpp
Compiling jucer_StartPageComponent.cpp
Compiling jucer_AutoUpdater.cpp
Compiling jucer_CommandLine.cpp
...
$ cd ~/JUCE/extras/Projucer/Builds/LinuxMakefile/build/
user@host: ~/JUCE/extras/Projucer/Builds/LinuxMakefile/build/
$ ./Projucer
then it works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment