sto cercando di installare questo programma per l'audio, ma, dopo aver risolto parecchi paroblemi, sono arenato con il comando scons:
Codice: Seleziona tutto
m@uno:~$ cd ardour2/
m@uno:~/ardour2$ scons PREFIX=$HOME/ardour2
scons: Reading SConscript files ...
Checking for pkg-config version >= 0.8.0... (cached) yes
Checking for gthread-2.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 samplerate... (cached) yes
Checking for glib-2.0... (cached) yes
Checking for libxml-2.0... (cached) yes
Checking for raptor... (cached) yes
Congratulations, you have a functioning C++ compiler.
system triple: i686-pc-linux-gnu
Checking for usb_interrupt_write() in C library usb... (cached) no
Checking for FLAC__stream_decoder_new() in C++ library FLAC... (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
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 header file /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h... (cached) no
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_recompute_total_latencies()...(cached) yes
Checking for JackVideoFrameOffset in jack_position_bits_t enum...(cached) no
Checking for jack_port_ensure_monitor_input()...(cached) no
WARNING: You need at least svn revision 985 of jack for hardware monitoring to work correctly.
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
scons: done reading SConscript files.
scons: Building targets ...
scons: `ardour.rc' is up to date.
scons: `libs/soundtouch/libsoundtouch.so' is up to date.
scons: `templates/16 Tracks.template' is up to date.
scons: `templates/8 Tracks.template' is up to date.
scons: `templates/4 Tracks.template' is up to date.
scons: `templates/2 Track.template' is up to date.
scons: `templates/32 Tracks.template' is up to date.
cd libs/sigc++2 && ./autogen.sh && cd -
Building macros.
./autogen.sh: 10: aclocal: not found
Building makefiles.
./autogen.sh: 13: automake: not found
Building configure.
./autogen.sh: 16: autoconf: not found
/home/m/ardour2
cd libs/sigc++2 && ./configure && cd -
sh: ./configure: not found
scons: *** [libs/sigc++2/sigc++config.h] Error 127
scons: building terminated because of errors.
Grazie,
Marco


