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?
/faustlive/Build/rsrc/. Marking it as an executable assigns its logo and double clicking it now runs the app! Only problem now is that newer code doesn't seem to work, as FaustLive throws syntax errors, but that's a separate issue. Thank you! – CPLTarun Aug 18 '20 at 22:46