Skip to content

Instantly share code, notes, and snippets.

@cxbignekoc
Created December 31, 2025 08:08
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.
# I have no fucking idea why this information is hidden and not obvious and easy.
# Don't use the Projucer App from
/home/username/JUCE/Projucer
#Solution found in: https://forum.juce.com/t/solved-glibc-2-29-not-found-on-ubuntu-18-04/34960/2
# Build:
mx@mx:~/JUCE/extras/Projucer/Builds/LinuxMakefile
$ make
Compiling jucer_NewProjectWizard.cpp
Compiling jucer_StartPageComponent.cpp
Compiling jucer_AutoUpdater.cpp
Compiling jucer_CommandLine.cpp
...
mx@mx:~
cd ~/JUCE/extras/Projucer/Builds/LinuxMakefile/build/
mx@mx:~/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