Hi everybody
I try today to install sonic pi 3.1 on a fresh xubuntu 17.10.
i compile the version of supercollider and it works
I got supercollider 3.9.1 working
But i got this error using ./build-ubuntu-app which it’s not made to work with ubuntu 17.10…
In file included from scope.cpp:14:0:
scope.h: In constructor ‘Scope::Scope(int, QWidget*)’:
scope.h:106:7: error: ‘Scope::scsynthPort’ will be initialized after [-Werror=reorder]
int scsynthPort;
^~~~~~~~~~~
scope.h:104:8: error: ‘bool Scope::paused’ [-Werror=reorder]
bool paused;
^~~~~~
scope.cpp:138:1: error: when initialized here [-Werror=reorder]
Scope::Scope( int scsynthPort, QWidget* parent ) : QWidget(parent), scsynthPort(scsynthPort), paused( false ), emptyFrames(0)
^~~~~
cc1plus: all warnings being treated as errors
Makefile:4058 : la recette pour la cible « scope.o » a échouée
make: *** [scope.o] Erreur 1
I know Linux is not supported but maybe someone have an idea for this kind of error.
if not, ce n’est pas grave
Is there a way to compile SPI 3.1 once the supercollider is working fine ?
ps : sorry for my english, i’m a frog