[RÉSOLU] minicomputer est-il encore fonctionnel ? (était "ne compile pas sous debian stretch")
minicomputer ne compile pas sous debian stretch.
Dépendances de construction installées : libasound2-dev, libfltk1.1-dev, libjack-jackd2-dev, liblo-dev, et scons.
Les messages de la console disent :
J'ai envoyé un message à son auteur.
Dépendances de construction installées : libasound2-dev, libfltk1.1-dev, libjack-jackd2-dev, liblo-dev, et scons.
Les messages de la console disent :
$ scons scons: Reading SConscript files ... Minicomputer-------------- - 1/2:configuring Checking for C library jack... yes Checking for C library lo... yes Checking for C library asound... yes Checking for C library pthread... yes - checking dependencies for the editor: Checking for C library lo... yes Checking for C++ library fltk... yes Checking for C library asound... yes Checking for C library pthread... yes - 2/2:compiling - building the engine: - building the editor: scons: done reading SConscript files. scons: Building targets ... gcc -o cpu/main.o -c -g -O3 -msse -fwhole-program -ftree-vectorize -ffast-math -funit-at-a-time -fpeel-loops -ftracer -funswitch-loops -fprefetch-loop-arrays -mfpmath=sse cpu/main.c cpu/main.c: In function 'main': cpu/main.c:1285:2: warning: 'jack_client_new' is deprecated [-Wdeprecated-declarations] client = jack_client_new(jackName); ^~~~~~ In file included from cpu/main.c:21:0: /usr/include/jack/jack.h:127:17: note: declared here jack_client_t * jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; ^~~~~~~~~~~~~~~ g++ -o editor/Memory.o -c -O3 -Wall -fmessage-length=0 editor/Memory.cpp editor/Memory.cpp: In constructor 'Memory::Memory()': editor/Memory.cpp:55:23: error: 'R_OK' was not declared in this scope if (access(folder, R_OK) != 0) ^~~~ editor/Memory.cpp:55:27: error: 'access' was not declared in this scope if (access(folder, R_OK) != 0) ^ editor/Memory.cpp: In member function 'void Memory::save()': editor/Memory.cpp:183:22: error: 'R_OK' was not declared in this scope if (access(kommand, R_OK) == 0) // check if there a previous file which need to be backed up ^~~~ editor/Memory.cpp:183:26: error: 'access' was not declared in this scope if (access(kommand, R_OK) == 0) // check if there a previous file which need to be backed up ^ editor/Memory.cpp: In member function 'void Memory::saveMulti()': editor/Memory.cpp:489:22: error: 'R_OK' was not declared in this scope if (access(kommand, R_OK) == 0) // check if there a previous file which need to be backed up ^~~~ editor/Memory.cpp:489:26: error: 'access' was not declared in this scope if (access(kommand, R_OK) == 0) // check if there a previous file which need to be backed up ^ scons: *** [editor/Memory.o] Error 1 scons: building terminated because of errors.
J'ai envoyé un message à son auteur.