Advertisement
Xzu

build failled

Xzu
Mar 8th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.29 KB | None | 0 0
  1. kxzu@KXstudio:~$ git pull; ./waf configure
  2. fatal: Not a git repository (or any parent up to mount parent )
  3. Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
  4. bash: ./waf: Aucun fichier ou dossier de ce type
  5. kxzu@KXstudio:~$ cd "Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0"
  6. kxzu@KXstudio:~/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0$ git pull; ./waf configure
  7. remote: Counting objects: 1116, done.
  8. remote: Compressing objects: 100% (892/892), done.
  9. remote: Total 896 (delta 726), reused 0 (delta 0)
  10. Receiving objects: 100% (896/896), 193.10 KiB | 60 KiB/s, done.
  11. Resolving deltas: 100% (726/726), completed with 143 local objects.
  12. From git://git.ardour.org/ardour/ardour
  13. aea700f..90110c4 master -> origin/master
  14. ecd2652..714677f tempo-marker-from-clock -> origin/tempo-marker-from-clock
  15. dea2eb2..eec5056 waveview -> origin/waveview
  16. Updating aea700f..90110c4
  17. Fast-forward
  18. MSVCardour3/Ardour3.vcproj | 6 +-
  19. gtk2_ardour/ardev_common.sh.in | 2 +-
  20. gtk2_ardour/ardour_ui.cc | 34 +
  21. gtk2_ardour/ardour_ui.h | 3 +
  22. gtk2_ardour/ardour_ui_ed.cc | 2 +-
  23. gtk2_ardour/au_pluginui.h | 13 +-
  24. gtk2_ardour/au_pluginui.mm | 35 +-
  25. gtk2_ardour/audio_region_view.cc | 2 +
  26. gtk2_ardour/automation_controller.cc | 4 +-
  27. gtk2_ardour/automation_time_axis.cc | 10 +-
  28. gtk2_ardour/dark.colors | 10 +-
  29. gtk2_ardour/editor.cc | 2 +-
  30. gtk2_ardour/editor.h | 1 -
  31. gtk2_ardour/editor_drag.cc | 2 +-
  32. gtk2_ardour/editor_videotimeline.cc | 24 -
  33. gtk2_ardour/engine_dialog.cc | 70 +-
  34. gtk2_ardour/engine_dialog.h | 4 +
  35. gtk2_ardour/export_video_dialog.cc | 601 ++++--
  36. gtk2_ardour/export_video_dialog.h | 35 +-
  37. gtk2_ardour/generic_pluginui.cc | 3 +-
  38. gtk2_ardour/lv2_plugin_ui.cc | 16 +-
  39. gtk2_ardour/lv2_plugin_ui.h | 1 +
  40. gtk2_ardour/midi_region_view.cc | 5 +-
  41. gtk2_ardour/mixer_strip.cc | 15 +-
  42. gtk2_ardour/option_editor.h | 5 +-
  43. gtk2_ardour/plugin_ui.cc | 57 +-
  44. gtk2_ardour/plugin_ui.h | 20 +-
  45. gtk2_ardour/port_group.cc | 7 +-
  46. gtk2_ardour/public_editor.h | 1 -
  47. gtk2_ardour/rc_option_editor.cc | 36 +
  48. gtk2_ardour/selection.cc | 1 +
  49. gtk2_ardour/vst_plugin_ui.cc | 4 +-
  50. gtk2_ardour/vst_plugin_ui.h | 2 +-
  51. libs/appleutility/CAAudioUnit.cpp | 39 +-
  52. libs/ardour/MSVClibardour/ardour.vcproj | 14 +-
  53. libs/ardour/ardour/audio_backend.h | 4 +-
  54. libs/ardour/ardour/audioengine.h | 4 +-
  55. libs/ardour/ardour/butler.h | 26 +-
  56. libs/ardour/ardour/event_type_map.h | 6 +-
  57. libs/ardour/ardour/midi_model.h | 21 +-
  58. libs/ardour/ardour/midi_playlist.h | 60 +-
  59. libs/ardour/ardour/midi_region.h | 6 -
  60. libs/ardour/ardour/midi_source.h | 8 +-
  61. libs/ardour/ardour/note_fixer.h | 102 +
  62. libs/ardour/ardour/plugin_manager.h | 2 +
  63. libs/ardour/ardour/port.h | 3 +
  64. libs/ardour/ardour/port_engine.h | 21 +-
  65. libs/ardour/ardour/port_manager.h | 1 +
  66. libs/ardour/ardour/session.h | 2 +-
  67. libs/ardour/ardour/slave.h | 4 +-
  68. libs/ardour/audio_diskstream.cc | 18 +
  69. libs/ardour/audio_unit.cc | 153 +-
  70. libs/ardour/audioengine.cc | 10 +-
  71. libs/ardour/audioregion.cc | 4 +-
  72. libs/ardour/automatable.cc | 2 +
  73. libs/ardour/butler.cc | 147 +-
  74. libs/ardour/event_type_map.cc | 14 +-
  75. libs/ardour/globals.cc | 2 +
  76. libs/ardour/io.cc | 1 -
  77. libs/ardour/lv2_plugin.cc | 43 +-
  78. libs/ardour/midi_model.cc | 28 +-
  79. libs/ardour/midi_playlist.cc | 294 ++-
  80. libs/ardour/midi_port.cc | 4 +
  81. libs/ardour/midi_region.cc | 33 +-
  82. libs/ardour/midi_source.cc | 13 +-
  83. libs/ardour/note_fixer.cc | 145 ++
  84. libs/ardour/plugin_manager.cc | 55 +-
  85. libs/ardour/port.cc | 20 +
  86. libs/ardour/port_manager.cc | 17 +
  87. libs/ardour/processor.cc | 7 +-
  88. libs/ardour/route.cc | 13 +-
  89. libs/ardour/session.cc | 60 +-
  90. libs/ardour/slave.cc | 2 +-
  91. libs/ardour/sndfilesource.cc | 8 +-
  92. libs/ardour/vst_info_file.cc | 1 +
  93. libs/ardour/wscript | 5 +-
  94. libs/audiographer/audiographer/sndfile/tmp_file.h | 4 +
  95. libs/audiographer/private/sndfile.hh | 14 +
  96. libs/backends/alsa/alsa_audiobackend.cc | 74 +-
  97. libs/backends/alsa/alsa_audiobackend.h | 11 +-
  98. libs/backends/coreaudio/coreaudio_backend.cc | 1961 ++++++++++++++++++++
  99. libs/backends/coreaudio/coreaudio_backend.h | 448 +++++
  100. libs/backends/coreaudio/coreaudio_pcmio.cc | 1198 ++++++++++++
  101. libs/backends/coreaudio/coreaudio_pcmio.h | 190 ++
  102. .../coreaudio/coreaudio_pcmio_aggregate.cc | 360 ++++
  103. libs/backends/coreaudio/coremidi_io.cc | 383 ++++
  104. libs/backends/coreaudio/coremidi_io.h | 115 ++
  105. libs/backends/coreaudio/rt_thread.h | 55 +
  106. libs/backends/coreaudio/wscript | 42 +
  107. libs/backends/dummy/dummy_audiobackend.cc | 70 +-
  108. libs/backends/dummy/dummy_audiobackend.h | 10 +-
  109. libs/backends/dummy/dummy_midi_seq.h | 14 +-
  110. libs/backends/jack/jack_audiobackend.cc | 4 +-
  111. libs/backends/jack/jack_audiobackend.h | 5 +-
  112. libs/backends/jack/jack_portengine.cc | 23 +
  113. libs/backends/jack/jack_utils.cc | 4 +-
  114. libs/backends/jack/weak_libjack.def | 12 +-
  115. libs/backends/jack/weak_libjack.h | 10 +-
  116. libs/backends/jack/wscript | 1 +
  117. libs/backends/wavesaudio/waves_audiobackend.cc | 8 +-
  118. libs/backends/wavesaudio/waves_audiobackend.h | 8 +-
  119. .../backends/wavesaudio/waves_audiobackend.midi.cc | 10 +-
  120. .../devicemanager/WCMRAudioDeviceManager.h | 2 +-
  121. .../devicemanager/WCMRCoreAudioDeviceManager.cpp | 6 +-
  122. .../devicemanager/WCMRCoreAudioDeviceManager.h | 6 +-
  123. .../wavesapi/devicemanager/WCMRNativeAudio.cpp | 3 +-
  124. .../devicemanager/WCMRPortAudioDeviceManager.h | 4 +-
  125. libs/canvas/wave_view.cc | 2 +-
  126. libs/evoral/evoral/Event.hpp | 2 +
  127. libs/evoral/evoral/Sequence.hpp | 34 +-
  128. libs/evoral/src/Event.cpp | 16 +
  129. libs/evoral/src/SMF.cpp | 5 +
  130. libs/evoral/src/Sequence.cpp | 173 +-
  131. libs/pbd/MSVCpbd/pbd.vcproj | 4 +-
  132. libs/pbd/crossthread.posix.cc | 33 +-
  133. libs/pbd/crossthread.win.cc | 29 +-
  134. libs/pbd/file_utils.cc | 9 +-
  135. libs/pbd/locale_guard.cc | 13 +-
  136. libs/pbd/localeguard.cc | 34 -
  137. libs/pbd/pbd/crossthread.h | 19 +-
  138. libs/pbd/pbd/file_utils.h | 3 +-
  139. libs/pbd/pbd/locale_guard.h | 4 +-
  140. libs/pbd/pbd/localeguard.h | 37 -
  141. libs/pbd/test/timer_test.h | 2 +-
  142. libs/plugins/reasonablesynth.lv2/rsynth.c | 35 +-
  143. tools/linux_packaging/build | 30 +
  144. tools/osx_packaging/osx_build | 45 +-
  145. tools/readtest.c | 6 -
  146. tools/run-readtest.sh | 3 +-
  147. tools/x-win/package.sh | 25 +
  148. wscript | 28 +-
  149. 131 files changed, 7044 insertions(+), 1057 deletions(-)
  150. create mode 100644 libs/ardour/ardour/note_fixer.h
  151. create mode 100644 libs/ardour/note_fixer.cc
  152. create mode 100644 libs/backends/coreaudio/coreaudio_backend.cc
  153. create mode 100644 libs/backends/coreaudio/coreaudio_backend.h
  154. create mode 100644 libs/backends/coreaudio/coreaudio_pcmio.cc
  155. create mode 100644 libs/backends/coreaudio/coreaudio_pcmio.h
  156. create mode 100644 libs/backends/coreaudio/coreaudio_pcmio_aggregate.cc
  157. create mode 100644 libs/backends/coreaudio/coremidi_io.cc
  158. create mode 100644 libs/backends/coreaudio/coremidi_io.h
  159. create mode 100644 libs/backends/coreaudio/rt_thread.h
  160. create mode 100644 libs/backends/coreaudio/wscript
  161. delete mode 100644 libs/pbd/localeguard.cc
  162. delete mode 100644 libs/pbd/pbd/localeguard.h
  163. Setting top to : /home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0
  164. Setting out to : /home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build
  165. Checking for 'gcc' (c compiler) : /usr/bin/gcc
  166. Checking for 'g++' (c++ compiler) : /usr/bin/g++
  167.  
  168. Global Configuration
  169. * Install prefix : /usr/local
  170. * Debuggable build : True
  171. * Build documentation : False
  172.  
  173. Ardour Configuration
  174. * Will build against private GTK dependency stack : no
  175. * Will rely on libintl built into libc : yes
  176. * Will build against private Ardour dependency stack : no
  177. Checking for function dlopen : yes
  178. Checking for boost library >= 1.39 : ok
  179. Checking for program pkg-config : /usr/bin/pkg-config
  180. Checking for 'alsa' : yes
  181. Checking for 'glib-2.0' >= 2.28 : yes
  182. Checking for 'gthread-2.0' >= 2.2 : yes
  183. Checking for 'glibmm-2.4' >= 2.32.0 : yes
  184. Checking for 'sndfile' >= 1.0.18 : yes
  185. Checking for 'giomm-2.4' >= 2.2 : yes
  186. Checking for 'libcurl' >= 7.0.0 : yes
  187. Checking for 'liblo' >= 0.26 : yes
  188. Checking for 'taglib' >= 1.6 : yes
  189. Checking for 'vamp-sdk' >= 2.1 : yes
  190. Checking for 'vamp-hostsdk' >= 2.1 : yes
  191. Checking for 'rubberband' : yes
  192. Checking for clang : no
  193. Checking for 'fftw3f' : yes
  194. Checking for 'aubio' >= 0.3.2 : yes
  195. Checking for 'aubio' >= 0.4.0 : not found
  196. Checking for 'libxml-2.0' : yes
  197. Checking for 'sigc++-2.0' >= 2.0 : yes
  198. Checking for function getmntent : yes
  199. Checking for header execinfo.h : yes
  200. Checking for header unistd.h : yes
  201. Checking for function posix_memalign : yes
  202. Checking for function localtime_r : yes
  203. Checking for header boost/shared_ptr.hpp : yes
  204. Checking for header boost/weak_ptr.hpp : yes
  205. Checking for 'cppunit' >= 1.12.0 : yes
  206. Checking for header boost/shared_ptr.hpp : yes
  207. Checking for header boost/weak_ptr.hpp : yes
  208. Checking for header boost/shared_ptr.hpp : yes
  209. Checking for header boost/weak_ptr.hpp : yes
  210. Checking for header cwiid.h : not found
  211. You are missing the cwiid headers needed to compile wiimote support
  212. Checking for 'jack' >= 0.121.0 : yes
  213. Checking for program gas,as,gcc : /usr/bin/as
  214. Checking for 'lrdf' >= 0.4.0 : yes
  215. Checking for 'samplerate' >= 0.1.0 : yes
  216. Checking for 'lv2' >= 1.0.0 : yes
  217. Checking for 'lv2' >= 1.2.0 : yes
  218. Checking for 'lv2' >= 1.10.0 : yes
  219. Checking for 'serd-0' >= 0.14.0 : yes
  220. Checking for 'sord-0' >= 0.8.0 : yes
  221. Checking for 'sratom-0' >= 0.2.0 : yes
  222. Checking for 'lilv-0' >= 0.14.0 : yes
  223. Checking for 'lilv-0' >= 0.16.0 : yes
  224. Checking for 'lilv-0' >= 0.19.2 : not found
  225. Checking for 'lilv-0' >= 0.21.3 : not found
  226. Checking for 'suil-0' >= 0.6.0 : yes
  227. Checking for 'ogg' >= 1.1.2 : yes
  228. Checking for 'flac' >= 1.2.1 : yes
  229. Checking for header sys/vfs.h : yes
  230. Checking for header sys/statvfs.h : yes
  231. Checking for header unistd.h : yes
  232. Checking for header boost/shared_ptr.hpp : yes
  233. Checking for header boost/weak_ptr.hpp : yes
  234. Checking for header boost/scoped_ptr.hpp : yes
  235. Checking for header boost/ptr_container/ptr_list.hpp : yes
  236. Checking for 'gtkmm-2.4' >= 2.8 : yes
  237. Checking for 'gtk+-2.0' >= 2.12.1 : yes
  238. Checking for 'samplerate' >= 0.1.7 : yes
  239. Checking for header boost/shared_ptr.hpp : yes
  240. Checking for header boost/format.hpp : yes
  241. Checking for 'cairomm-1.0' >= 1.8.4 : yes
  242. Checking for 'lv2' >= 1.0.0 : yes
  243. Checking for 'gthread-2.0' >= 2.10.1 : yes
  244. Checking for 'gtk+-2.0' >= 2.18 : yes
  245. Checking for 'x11' >= 1.1 : yes
  246. Checking for 'fontconfig' : yes
  247. Checking for header boost/shared_ptr.hpp : yes
  248. Checking for header boost/weak_ptr.hpp : yes
  249. Checking for 'dbus-1' : yes
  250. * Build documentation : False
  251. * Debuggable build : True
  252. * Export all symbols (backtrace) : True
  253. * Install prefix : /usr/local
  254. * Strict compiler flags : []
  255. * Internal Shared Libraries : True
  256. * Use External Libraries : False
  257. * Library exports hidden : True
  258. * ALSA Backend : False
  259. * ALSA DBus Reservation : True
  260. * Architecture flags : None
  261. * Aubio : True
  262. * AudioUnits : False
  263. * No plugin state : False
  264. * Build target : x86_64
  265. * CoreAudio : False
  266. * CoreAudio/Midi Backend : False
  267. * Debug RT allocations : False
  268. * Debug Symbols : True
  269. * Dummy backend : False
  270. * Process thread timing : False
  271. * Denormal exceptions : False
  272. * FLAC : True
  273. * FPU optimization : True
  274. * Freedesktop files : False
  275. * JACK Backend : True
  276. * Libjack linking : link
  277. * LV2 UI embedding : True
  278. * LV2 support : True
  279. * LXVST support : True
  280. * OGG : True
  281. * Phone home : True
  282. * Program name : Ardour
  283. * Samplerate : True
  284. * Translation : True
  285. * Unit tests : False
  286. * Mac i386 Architecture : False
  287. * Mac ppc Architecture : False
  288. * Waves Backend : False
  289. * Windows VST support : False
  290. * Wiimote support : False
  291. * Windows key : Mod4><Super
  292. * C compiler flags : ['-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0', '-DWAF_BUILD', '-O0', '-g', '-fshow-column', '-DARCH_X86', '-mmmx', '-m3dnow', '-msse', '-mfpmath=sse', '-DUSE_XMMINTRIN', '-DBUILD_SSE_OPTIMIZATIONS', '-DLXVST_64BIT', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-DPROGRAM_NAME="Ardour"', u'-DPROGRAM_VERSION="3"', '-Wstrict-prototypes', '-Wmissing-prototypes']
  293. * C++ compiler flags : ['-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0', '-DWAF_BUILD', '-O0', '-g', '-fshow-column', '-DARCH_X86', '-mmmx', '-m3dnow', '-msse', '-mfpmath=sse', '-DUSE_XMMINTRIN', '-DBUILD_SSE_OPTIMIZATIONS', '-DLXVST_64BIT', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-DPROGRAM_NAME="Ardour"', u'-DPROGRAM_VERSION="3"', '-Woverloaded-virtual', '-Wno-unused-local-typedefs', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-DCANVAS_COMPATIBILITY', '-DCANVAS_DEBUG']
  294. * Linker flags : ['', '-rdynamic']
  295.  
  296. 'configure' finished successfully (7.812s)
  297. kxzu@KXstudio:~/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0$ ./waf
  298. Waf: Entering directory `/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build'
  299. Git version: 3.5-4648-g90110c4
  300.  
  301. Writing revision info to libs/ardour/revision.cc using 3.5-4648-g90110c4
  302. [ 16/756] engines: -> build/libs/clearlooks-newer/engines
  303. [ 49/756] cxx: libs/pbd/base_ui.cc -> build/libs/pbd/base_ui.cc.2.o
  304. [ 55/756] cxx: libs/pbd/controllable.cc -> build/libs/pbd/controllable.cc.2.o
  305. [ 57/756] cxx: libs/pbd/crossthread.cc -> build/libs/pbd/crossthread.cc.2.o
  306. [ 66/756] cxx: libs/pbd/file_utils.cc -> build/libs/pbd/file_utils.cc.2.o
  307. [113/756] cxx: libs/pbd/locale_guard.cc -> build/libs/pbd/locale_guard.cc.2.o
  308. [114/756] cxx: libs/pbd/system_exec.cc -> build/libs/pbd/system_exec.cc.2.o
  309. [116/756] cxx: libs/midi++2/channel.cc -> build/libs/midi++2/channel.cc.1.o
  310. [124/756] cxx: libs/midi++2/ipmidi_port.cc -> build/libs/midi++2/ipmidi_port.cc.1.o
  311. [125/756] cxx: libs/midi++2/parser.cc -> build/libs/midi++2/parser.cc.1.o
  312. [126/756] cxx: libs/midi++2/port.cc -> build/libs/midi++2/port.cc.1.o
  313. [127/756] cxx: libs/midi++2/midnam_patch.cc -> build/libs/midi++2/midnam_patch.cc.1.o
  314. [128/756] cxx: libs/midi++2/mmc.cc -> build/libs/midi++2/mmc.cc.1.o
  315. [129/756] cxx: libs/midi++2/mtc.cc -> build/libs/midi++2/mtc.cc.1.o
  316. [130/756] cxx: libs/evoral/src/ControlSet.cpp -> build/libs/evoral/src/ControlSet.cpp.2.o
  317. [131/756] cxx: libs/evoral/src/Event.cpp -> build/libs/evoral/src/Event.cpp.2.o
  318. [132/756] cxx: libs/evoral/src/MIDIEvent.cpp -> build/libs/evoral/src/MIDIEvent.cpp.2.o
  319. [133/756] cxx: libs/evoral/src/Note.cpp -> build/libs/evoral/src/Note.cpp.2.o
  320. [134/756] cxx: libs/evoral/src/SMF.cpp -> build/libs/evoral/src/SMF.cpp.2.o
  321. [135/756] cxx: libs/evoral/src/Sequence.cpp -> build/libs/evoral/src/Sequence.cpp.2.o
  322. [139/756] cxx: libs/surfaces/control_protocol/basic_ui.cc -> build/libs/surfaces/control_protocol/basic_ui.cc.1.o
  323. [140/756] cxx: libs/surfaces/control_protocol/control_protocol.cc -> build/libs/surfaces/control_protocol/control_protocol.cc.1.o
  324. [141/756] cxx: libs/surfaces/generic_midi/generic_midi_control_protocol.cc -> build/libs/surfaces/generic_midi/generic_midi_control_protocol.cc.1.o
  325. [143/756] cxx: libs/surfaces/generic_midi/gmcp_gui.cc -> build/libs/surfaces/generic_midi/gmcp_gui.cc.1.o
  326. [144/756] cxx: libs/surfaces/generic_midi/midiinvokable.cc -> build/libs/surfaces/generic_midi/midiinvokable.cc.1.o
  327. [145/756] cxx: libs/surfaces/generic_midi/midicontrollable.cc -> build/libs/surfaces/generic_midi/midicontrollable.cc.1.o
  328. [146/756] cxx: libs/surfaces/generic_midi/midifunction.cc -> build/libs/surfaces/generic_midi/midifunction.cc.1.o
  329. [147/756] cxx: libs/surfaces/generic_midi/midiaction.cc -> build/libs/surfaces/generic_midi/midiaction.cc.1.o
  330. [148/756] cxx: libs/surfaces/mackie/controls.cc -> build/libs/surfaces/mackie/controls.cc.1.o
  331. [149/756] cxx: libs/surfaces/mackie/device_info.cc -> build/libs/surfaces/mackie/device_info.cc.1.o
  332. [150/756] cxx: libs/surfaces/mackie/device_profile.cc -> build/libs/surfaces/mackie/device_profile.cc.1.o
  333. [151/756] cxx: libs/surfaces/mackie/fader.cc -> build/libs/surfaces/mackie/fader.cc.1.o
  334. [153/756] cxx: libs/surfaces/mackie/gui.cc -> build/libs/surfaces/mackie/gui.cc.1.o
  335. [155/756] cxx: libs/surfaces/mackie/interface.cc -> build/libs/surfaces/mackie/interface.cc.1.o
  336. [156/756] cxx: libs/surfaces/mackie/jog_wheel.cc -> build/libs/surfaces/mackie/jog_wheel.cc.1.o
  337. [157/756] cxx: libs/surfaces/mackie/mackie_control_protocol.cc -> build/libs/surfaces/mackie/mackie_control_protocol.cc.1.o
  338. [158/756] cxx: libs/surfaces/mackie/mcp_buttons.cc -> build/libs/surfaces/mackie/mcp_buttons.cc.1.o
  339. [159/756] cxx: libs/surfaces/mackie/strip.cc -> build/libs/surfaces/mackie/strip.cc.1.o
  340. [161/756] cxx: libs/surfaces/mackie/surface.cc -> build/libs/surfaces/mackie/surface.cc.1.o
  341. [162/756] cxx: libs/surfaces/mackie/surface_port.cc -> build/libs/surfaces/mackie/surface_port.cc.1.o
  342. [163/756] cxx: libs/surfaces/osc/osc.cc -> build/libs/surfaces/osc/osc.cc.1.o
  343. [164/756] cxx: libs/surfaces/osc/osc_controllable.cc -> build/libs/surfaces/osc/osc_controllable.cc.1.o
  344. [165/756] cxx: libs/surfaces/osc/osc_route_observer.cc -> build/libs/surfaces/osc/osc_route_observer.cc.1.o
  345. [166/756] cxx: libs/surfaces/osc/interface.cc -> build/libs/surfaces/osc/interface.cc.1.o
  346. [168/756] cxx: libs/panners/2in2out/panner_2in2out.cc -> build/libs/panners/2in2out/panner_2in2out.cc.1.o
  347. [169/756] cxx: libs/panners/1in2out/panner_1in2out.cc -> build/libs/panners/1in2out/panner_1in2out.cc.1.o
  348. [170/756] cxx: libs/panners/vbap/vbap_speakers.cc -> build/libs/panners/vbap/vbap_speakers.cc.1.o
  349. [171/756] cxx: libs/panners/vbap/vbap.cc -> build/libs/panners/vbap/vbap.cc.1.o
  350. [174/756] cxx: libs/panners/stereobalance/panner_balance.cc -> build/libs/panners/stereobalance/panner_balance.cc.1.o
  351. [175/756] cxx: libs/backends/jack/jack_api.cc -> build/libs/backends/jack/jack_api.cc.1.o
  352. [178/756] cxx: libs/backends/jack/jack_connection.cc -> build/libs/backends/jack/jack_connection.cc.1.o
  353. [180/756] cxx: libs/backends/jack/jack_audiobackend.cc -> build/libs/backends/jack/jack_audiobackend.cc.1.o
  354. [181/756] cxx: libs/backends/jack/jack_portengine.cc -> build/libs/backends/jack/jack_portengine.cc.1.o
  355. [183/756] cxx: libs/backends/jack/jack_utils.cc -> build/libs/backends/jack/jack_utils.cc.1.o
  356. [185/756] cxx: libs/backends/jack/jack_session.cc -> build/libs/backends/jack/jack_session.cc.1.o
  357. ../libs/backends/jack/jack_portengine.cc: In member function ‘virtual int ARDOUR::JACKAudioBackend::get_port_property(ARDOUR::PortEngine::PortHandle, const string&, std::string&, std::string&) const’:
  358. ../libs/backends/jack/jack_portengine.cc:126:55: erreur: too few arguments to function ‘jack_uuid_t jack_port_uuid(const jack_port_t*, jack_uuid_t)’
  359. /usr/include/jack/jack.h:781:13: note: declared here
  360. At global scope:
  361. cc1plus: attention : option "-Wno-unused-local-typedefs" de la ligne de commande non reconnue [enabled by default]
  362. Waf: Leaving directory `/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build'
  363. Build failed
  364. -> task in 'jack_audiobackend' failed (exit status 1):
  365. {task 56342224: cxx jack_portengine.cc -> jack_portengine.cc.1.o}
  366. ['/usr/bin/g++', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0', '-DWAF_BUILD', '-O0', '-g', '-fshow-column', '-DARCH_X86', '-mmmx', '-m3dnow', '-msse', '-mfpmath=sse', '-DUSE_XMMINTRIN', '-DBUILD_SSE_OPTIMIZATIONS', '-DLXVST_64BIT', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-DPROGRAM_NAME="Ardour"', u'-DPROGRAM_VERSION="3"', '-Woverloaded-virtual', '-Wno-unused-local-typedefs', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-DCANVAS_COMPATIBILITY', '-DCANVAS_DEBUG', '-fPIC', '-fPIC', '-pthread', '-pthread', '-pthread', '-pthread', '-pthread', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/backends/jack', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/backends/jack', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/ardour', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/ardour', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/midi++2', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/midi++2', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/evoral', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/evoral', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/audiographer', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/audiographer', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/audiographer/src', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/audiographer/src', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/ardouralsautil', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/ardouralsautil', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/pbd', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/pbd', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/evoral/src/libsmf', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/evoral/src/libsmf', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/timecode', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/timecode', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build/libs/libltc/ltc', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/libs/libltc/ltc', '-I/usr/include/alsa', '-I/usr/include/glibmm-2.4', '-I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include', '-I/usr/include/sigc++-2.0', '-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include', '-I/usr/include/glib-2.0', '-I/usr/lib/x86_64-linux-gnu/glib-2.0/include', '-I/usr/include/aubio', '-I/usr/include/libxml2', '-I/usr/include/taglib', '-I/usr/include/serd-0', '-I/usr/include/sord-0', '-I/usr/include/sratom-0', '-I/usr/include/lilv-0', '-I/usr/include/suil-0', '-I/usr/include/giomm-2.4', '-I/usr/lib/x86_64-linux-gnu/giomm-2.4/include', '-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_DLOPEN=1', '-DHAVE_ALSA=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_TAGLIB=1', '-DHAVE_VAMPSDK=1', '-DHAVE_VAMPHOSTSDK=1', '-DHAVE_RUBBERBAND=1', '-DEXPORT_VISIBILITY_HIDDEN=False', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-DLXVST_SUPPORT=1', '-DCONFIG_ARCH="x86_64"', '-DHAVE_TOOLS_SANITY_CHECK=1', '-DHAVE_LIBS_CLEARLOOKS_NEWER=1', '-DHAVE_LIBS_QM_DSP=1', '-DHAVE_FFTW3F=1', '-DHAVE_AUBIO=1', '-DHAVE_LIBS_VAMP_PLUGINS=1', '-DHAVE_LIBS_LIBLTC=1', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '-DHAVE_GETMNTENT=1', '-DHAVE_EXECINFO=1', '-DHAVE_POSIX_MEMALIGN=1', '-DHAVE_LOCALTIME_R=1', '-DHAVE_LIBS_PBD=1', '-DHAVE_CPPUNIT=1', '-DHAVE_LIBS_MIDIPP2=1', '-DHAVE_LIBS_EVORAL=1', '-DHAVE_CONTROL_PROTOCOL=1', '-DHAVE_GENERIC_MIDI=1', '-DHAVE_MACKIE=1', '-DHAVE_LIBS_SURFACES=1', '-DHAVE_2IN2OUT=1', '-DHAVE_1IN2OUT=1', '-DHAVE_VBAP=1', '-DHAVE_STEREOBALANCE=1', '-DHAVE_LIBS_PANNERS=1', '-DHAVE_JACK=1', '-DHAVE_LIBS_BACKENDS=1', '-DHAVE_LIBS_TIMECODE=1', '-DHAVE_LRDF=1', '-DHAVE_SAMPLERATE=1', '-DHAVE_LV2=1', '-DHAVE_LV2_1_2_0=1', '-DHAVE_LV2_1_10_0=1', '-DHAVE_SERD=1', '-DHAVE_SORD=1', '-DHAVE_SRATOM=1', '-DHAVE_LILV=1', '-DHAVE_LILV_0_16_0=1', '-DHAVE_SUIL=1', '-DLV2_SUPPORT=1', '-DHAVE_OGG=1', '-DHAVE_FLAC=1', '-DUSE_RUBBERBAND=1', '-DCURRENT_SESSION_FILE_VERSION=3001', '-DHAVE_SYS_VFS_H=1', '-DHAVE_SYS_STATVFS_H=1', '-DHAVE_UNISTD=1', '-DHAVE_BOOST_SCOPED_PTR_HPP=1', '-DHAVE_BOOST_PTR_CONTAINER_PTR_LIST_HPP=1', '-DHAVE_LIBS_ARDOUR=1', '-DHAVE_GTKMM=1', '-DHAVE_GTK=1', '-DHAVE_LIBS_GTKMM2EXT=1', '-DHAVE_BOOST_FORMAT_HPP=1', '-DHAVE_LIBS_AUDIOGRAPHER=1', '-DHAVE_CAIROMM=1', '-DHAVE_LIBS_CANVAS=1', '-DHAVE_LV2_1_0_0=1', '-DHAVE_LIBS_PLUGINS_REASONABLESYNTH_LV2=1', '-DHAVE_X11=1', '-DHAVE_FONTCONFIG=1', '-DHAVE_BOOST_SHARED_PTR_HPP=1', '-DHAVE_BOOST_WEAK_PTR_HPP=1', '-DHAVE_GTK2_ARDOUR=1', '-DHAVE_EXPORT=1', '-DHAVE_MIDI_MAPS=1', '-DHAVE_MCP=1', '-DHAVE_PATCHFILES=1', '-DHAVE_HEADLESS=1', '-DHAVE_LIBS_FST=1', '-DHAVE_LIBS_VFORK=1', '-DHAVE_DBUS=1', '-DHAVE_LIBS_ARDOURALSAUTIL=1', '-DPACKAGE="jack-backend"', '-DARDOURBACKEND_DLL_EXPORTS', '../libs/backends/jack/jack_portengine.cc', '-c', '-o', 'libs/backends/jack/jack_portengine.cc.1.o']
  367. kxzu@KXstudio:~/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0$ git pull; ./waf configure
  368. Already up-to-date.
  369. Setting top to : /home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0
  370. Setting out to : /home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0/build
  371. Checking for 'gcc' (c compiler) : /usr/bin/gcc
  372. Checking for 'g++' (c++ compiler) : /usr/bin/g++
  373.  
  374. Global Configuration
  375. * Install prefix : /usr/local
  376. * Debuggable build : True
  377. * Build documentation : False
  378.  
  379. Ardour Configuration
  380. * Will build against private GTK dependency stack : no
  381. * Will rely on libintl built into libc : yes
  382. * Will build against private Ardour dependency stack : no
  383. Checking for function dlopen : yes
  384. Checking for boost library >= 1.39 : ok
  385. Checking for program pkg-config : /usr/bin/pkg-config
  386. Checking for 'alsa' : yes
  387. Checking for 'glib-2.0' >= 2.28 : yes
  388. Checking for 'gthread-2.0' >= 2.2 : yes
  389. Checking for 'glibmm-2.4' >= 2.32.0 : yes
  390. Checking for 'sndfile' >= 1.0.18 : yes
  391. Checking for 'giomm-2.4' >= 2.2 : yes
  392. Checking for 'libcurl' >= 7.0.0 : yes
  393. Checking for 'liblo' >= 0.26 : yes
  394. Checking for 'taglib' >= 1.6 : yes
  395. Checking for 'vamp-sdk' >= 2.1 : yes
  396. Checking for 'vamp-hostsdk' >= 2.1 : yes
  397. Checking for 'rubberband' : yes
  398. Checking for clang : no
  399. Checking for 'fftw3f' : yes
  400. Checking for 'aubio' >= 0.3.2 : yes
  401. Checking for 'aubio' >= 0.4.0 : not found
  402. Checking for 'libxml-2.0' : yes
  403. Checking for 'sigc++-2.0' >= 2.0 : yes
  404. Checking for function getmntent : yes
  405. Checking for header execinfo.h : yes
  406. Checking for header unistd.h : yes
  407. Checking for function posix_memalign : yes
  408. Checking for function localtime_r : yes
  409. Checking for header boost/shared_ptr.hpp : yes
  410. Checking for header boost/weak_ptr.hpp : yes
  411. Checking for 'cppunit' >= 1.12.0 : yes
  412. Checking for header boost/shared_ptr.hpp : yes
  413. Checking for header boost/weak_ptr.hpp : yes
  414. Checking for header boost/shared_ptr.hpp : yes
  415. Checking for header boost/weak_ptr.hpp : yes
  416. Checking for header cwiid.h : not found
  417. You are missing the cwiid headers needed to compile wiimote support
  418. Checking for 'jack' >= 0.121.0 : yes
  419. Checking for program gas,as,gcc : /usr/bin/as
  420. Checking for 'lrdf' >= 0.4.0 : yes
  421. Checking for 'samplerate' >= 0.1.0 : yes
  422. Checking for 'lv2' >= 1.0.0 : yes
  423. Checking for 'lv2' >= 1.2.0 : yes
  424. Checking for 'lv2' >= 1.10.0 : yes
  425. Checking for 'serd-0' >= 0.14.0 : yes
  426. Checking for 'sord-0' >= 0.8.0 : yes
  427. Checking for 'sratom-0' >= 0.2.0 : yes
  428. Checking for 'lilv-0' >= 0.14.0 : yes
  429. Checking for 'lilv-0' >= 0.16.0 : yes
  430. Checking for 'lilv-0' >= 0.19.2 : not found
  431. Checking for 'lilv-0' >= 0.21.3 : not found
  432. Checking for 'suil-0' >= 0.6.0 : yes
  433. Checking for 'ogg' >= 1.1.2 : yes
  434. Checking for 'flac' >= 1.2.1 : yes
  435. Checking for header sys/vfs.h : yes
  436. Checking for header sys/statvfs.h : yes
  437. Checking for header unistd.h : yes
  438. Checking for header boost/shared_ptr.hpp : yes
  439. Checking for header boost/weak_ptr.hpp : yes
  440. Checking for header boost/scoped_ptr.hpp : yes
  441. Checking for header boost/ptr_container/ptr_list.hpp : yes
  442. Checking for 'gtkmm-2.4' >= 2.8 : yes
  443. Checking for 'gtk+-2.0' >= 2.12.1 : yes
  444. Checking for 'samplerate' >= 0.1.7 : yes
  445. Checking for header boost/shared_ptr.hpp : yes
  446. Checking for header boost/format.hpp : yes
  447. Checking for 'cairomm-1.0' >= 1.8.4 : yes
  448. Checking for 'lv2' >= 1.0.0 : yes
  449. Checking for 'gthread-2.0' >= 2.10.1 : yes
  450. Checking for 'gtk+-2.0' >= 2.18 : yes
  451. Checking for 'x11' >= 1.1 : yes
  452. Checking for 'fontconfig' : yes
  453. Checking for header boost/shared_ptr.hpp : yes
  454. Checking for header boost/weak_ptr.hpp : yes
  455. Checking for 'dbus-1' : yes
  456. * Build documentation : False
  457. * Debuggable build : True
  458. * Export all symbols (backtrace) : True
  459. * Install prefix : /usr/local
  460. * Strict compiler flags : []
  461. * Internal Shared Libraries : True
  462. * Use External Libraries : False
  463. * Library exports hidden : True
  464. * ALSA Backend : False
  465. * ALSA DBus Reservation : True
  466. * Architecture flags : None
  467. * Aubio : True
  468. * AudioUnits : False
  469. * No plugin state : False
  470. * Build target : x86_64
  471. * CoreAudio : False
  472. * CoreAudio/Midi Backend : False
  473. * Debug RT allocations : False
  474. * Debug Symbols : True
  475. * Dummy backend : False
  476. * Process thread timing : False
  477. * Denormal exceptions : False
  478. * FLAC : True
  479. * FPU optimization : True
  480. * Freedesktop files : False
  481. * JACK Backend : True
  482. * Libjack linking : link
  483. * LV2 UI embedding : True
  484. * LV2 support : True
  485. * LXVST support : True
  486. * OGG : True
  487. * Phone home : True
  488. * Program name : Ardour
  489. * Samplerate : True
  490. * Translation : True
  491. * Unit tests : False
  492. * Mac i386 Architecture : False
  493. * Mac ppc Architecture : False
  494. * Waves Backend : False
  495. * Windows VST support : False
  496. * Wiimote support : False
  497. * Windows key : Mod4><Super
  498. * C compiler flags : ['-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0', '-DWAF_BUILD', '-O0', '-g', '-fshow-column', '-DARCH_X86', '-mmmx', '-m3dnow', '-msse', '-mfpmath=sse', '-DUSE_XMMINTRIN', '-DBUILD_SSE_OPTIMIZATIONS', '-DLXVST_64BIT', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-DPROGRAM_NAME="Ardour"', u'-DPROGRAM_VERSION="3"', '-Wstrict-prototypes', '-Wmissing-prototypes']
  499. * C++ compiler flags : ['-I/home/kxzu/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0', '-DWAF_BUILD', '-O0', '-g', '-fshow-column', '-DARCH_X86', '-mmmx', '-m3dnow', '-msse', '-mfpmath=sse', '-DUSE_XMMINTRIN', '-DBUILD_SSE_OPTIMIZATIONS', '-DLXVST_64BIT', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-DPROGRAM_NAME="Ardour"', u'-DPROGRAM_VERSION="3"', '-Woverloaded-virtual', '-Wno-unused-local-typedefs', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-DCANVAS_COMPATIBILITY', '-DCANVAS_DEBUG']
  500. * Linker flags : ['', '-rdynamic']
  501.  
  502. 'configure' finished successfully (5.887s)
  503. kxzu@KXstudio:~/Ardour 3/- ARDOUR3 - VERSIONS/COMPIL/3.0$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement