Compilation Ardour 2, et après ?
Je viens de compiler Ardour 3 2 grace ce tutoriel : Ardour 2 Compiler
À la fin je lance
Copy to clipboard
sudo scons install
qui me donne :
[+]
- Copy to clipboardscons: Reading SConscript files ... SCons.Script:18: DeprecationWarning: the sets module is deprecated scons: warning: The Options class is deprecated; use the Variables class instead. File "/home/moi/ardour/SConstruct", line 32, in scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead. File "/home/moi/ardour/SConstruct", line 36, in scons: warning: The PathOption() function is deprecated; use the PathVariable() function instead. File "/home/moi/ardour/SConstruct", line 42, in scons: warning: The EnumOption() function is deprecated; use the EnumVariable() function instead. File "/home/moi/ardour/SConstruct", line 43, in Checking for pkg-config version >= 0.8.0... (cached) yes Checking for lrdf... (cached) yes Checking for libgnomecanvas-2.0... (cached) yes Checking for gtk+-2.0... (cached) yes Checking for jack... (cached) yes Checking for sndfile... (cached) yes Checking for samplerate... (cached) yes Checking for gthread-2.0... (cached) yes Checking for libxml-2.0... (cached) yes Checking for raptor... (cached) yes Checking for glib-2.0... (cached) yes Checking for fftw3f...(cached) yes Checking for fftw3...(cached) yes Checking for aubio...(cached) yes Checking for C header file fftw3.h... (cached) yes FREESOUND support is not enabled. Build with 'scons FREESOUND=1' to enable. LV2 support is not enabled. Build with 'scons LV2=1' to enable. WIIMOTE not enabled. Build with 'scons WIIMOTE=1' to enable support. Congratulations, you have a functioning C++ compiler. system triple: i686-pc-linux-gnu Checking for C header file fftw3.h... (cached) yes Checking for usb_interrupt_write() in C library usb... (cached) no Checking for C header file linux/input.h... (cached) yes Checking for C++ header file boost/shared_ptr.hpp... (cached) yes Checking for lo_server_new() in C library lo... (cached) yes Checking for dmalloc_shutdown() in C library dmallocth... (cached) no Checking for C header file alsa/asoundlib.h... (cached) yes Disabled building Tranzport code because libusb could not be found Checking for internationalization support ... Found xgettext Found msgmerge Checking for C header file libintl.h... (cached) yes International version will be built. Checking for C header file /System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/CoreAudio.h... (cached) no Checking for C function posix_memalign()... (cached) yes Checking for C function gtk_widget_set_tooltip_text()... (cached) yes scons: warning: Ignoring missing SConscript 'manual/SConscript' File "/home/moi/ardour/SConstruct", line 1404, in Checking for C function getmntent()... (cached) yes Checking for C header file execinfo.h... (cached) yes Checking for jack_client_open()...(cached) yes Checking for jack_on_info_shutdown()...(cached) no Checking for jack_recompute_total_latencies()...(cached) yes Checking for JackVideoFrameOffset in jack_position_bits_t enum...(cached) yes Checking for jack_port_ensure_monitor_input()...(cached) yes Checking for C header file wordexp.h... (cached) yes Checking for C header file sys/vfs.h... (cached) yes Checking for C header file /System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h... (cached) no Checking for C header file /System/Library/Frameworks/AudioToolbox.framework/Headers/ExtendedAudioFile.h... (cached) no Checking for C header file /System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudio.h... (cached) no Checking for C header file /System/Library/Frameworks/AudioUnit.framework/Headers/AudioUnit.h... (cached) no FPU OPTIMIZATION WITH TARGET i686 Checking for jack_set_thread_creator()...(cached) no scons: done reading SConscript files. scons: Building targets ... scons: `install' is up to date. scons: done building targets.
Est-ce terminé ?
J'ai essayé de créer un lanceur mais rien ne se passe ...
Quelqu'un a-t-il une idée du problème ?
Merci