FaustLive is an open source prototyping environment for Faust (open source, compiled audio programming language). Here is FaustLive's GitHub: https://github.com/grame-cncm/faustlive
After successfully compiling and installing Faust through the terminal, I'm having trouble doing the same with FaustLive on my Ubuntu Studio 20.04. Here are their build instructions: https://github.com/grame-cncm/faustlive/tree/master/Build
I have all their listed prerequisite packages installed (as far as I can tell, as a terminal/linux novice). I'm stuck at their "Project generation" step. After I changed directory to the FaustLive folder where I cloned their github as per instructions, I'm trying to execute:
$ qmake -spec /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qplatformdefs.h
When executing, qmake just repeats this:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qplatformdefs.h:3: Extra characters after test expression.
It repeats with h:3, to h:59, skipping a few lines in between. It's final output is:
Error processing project file: /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qplatformdefs.h
What do I do from here?
Using PKGBUILD from ArchLinux we can get the following method for Ubuntu:
As the result you will be able to run FaustLive using its shortcut.