Advertisement
timcapelle

am-synth failed build

Jan 26th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.98 KB | None | 0 0
  1. soul@darkflow ~/amsynth $ make
  2. make all-recursive
  3. make[1]: Entering directory `/home/soul/amsynth'
  4. Making all in src
  5. make[2]: Entering directory `/home/soul/amsynth/src'
  6. Making all in drivers
  7. make[3]: Entering directory `/home/soul/amsynth/src/drivers'
  8. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/alsa -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libdrivers_a-ALSAAudioDriver.o -MD -MP -MF .deps/libdrivers_a-ALSAAudioDriver.Tpo -c -o libdrivers_a-ALSAAudioDriver.o `test -f 'ALSAAudioDriver.cc' || echo './'`ALSAAudioDriver.cc
  9. mv -f .deps/libdrivers_a-ALSAAudioDriver.Tpo .deps/libdrivers_a-ALSAAudioDriver.Po
  10. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/alsa -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libdrivers_a-ALSAMidiDriver.o -MD -MP -MF .deps/libdrivers_a-ALSAMidiDriver.Tpo -c -o libdrivers_a-ALSAMidiDriver.o `test -f 'ALSAMidiDriver.cc' || echo './'`ALSAMidiDriver.cc
  11. mv -f .deps/libdrivers_a-ALSAMidiDriver.Tpo .deps/libdrivers_a-ALSAMidiDriver.Po
  12. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/alsa -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libdrivers_a-ALSAmmapAudioDriver.o -MD -MP -MF .deps/libdrivers_a-ALSAmmapAudioDriver.Tpo -c -o libdrivers_a-ALSAmmapAudioDriver.o `test -f 'ALSAmmapAudioDriver.cc' || echo './'`ALSAmmapAudioDriver.cc
  13. ALSAmmapAudioDriver.cc: In member function ‘virtual int ALSAmmapAudioDriver::write(float*, int)’:
  14. ALSAmmapAudioDriver.cc:50:8: warning: variable ‘p’ set but not used [-Wunused-but-set-variable]
  15. mv -f .deps/libdrivers_a-ALSAmmapAudioDriver.Tpo .deps/libdrivers_a-ALSAmmapAudioDriver.Po
  16. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/alsa -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libdrivers_a-AudioInterface.o -MD -MP -MF .deps/libdrivers_a-AudioInterface.Tpo -c -o libdrivers_a-AudioInterface.o `test -f 'AudioInterface.cc' || echo './'`AudioInterface.cc
  17. mv -f .deps/libdrivers_a-AudioInterface.Tpo .deps/libdrivers_a-AudioInterface.Po
  18. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/alsa -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libdrivers_a-CoreAudio.o -MD -MP -MF .deps/libdrivers_a-CoreAudio.Tpo -c -o libdrivers_a-CoreAudio.o `test -f 'CoreAudio.cc' || echo './'`CoreAudio.cc
  19. mv -f .deps/libdrivers_a-CoreAudio.Tpo .deps/libdrivers_a-CoreAudio.Po
  20. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/alsa -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libdrivers_a-MidiInterface.o -MD -MP -MF .deps/libdrivers_a-MidiInterface.Tpo -c -o libdrivers_a-MidiInterface.o `test -f 'MidiInterface.cc' || echo './'`MidiInterface.cc
  21. mv -f .deps/libdrivers_a-MidiInterface.Tpo .deps/libdrivers_a-MidiInterface.Po
  22. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/alsa -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libdrivers_a-OSSAudioDriver.o -MD -MP -MF .deps/libdrivers_a-OSSAudioDriver.Tpo -c -o libdrivers_a-OSSAudioDriver.o `test -f 'OSSAudioDriver.cc' || echo './'`OSSAudioDriver.cc
  23. mv -f .deps/libdrivers_a-OSSAudioDriver.Tpo .deps/libdrivers_a-OSSAudioDriver.Po
  24. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/alsa -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libdrivers_a-OSSMidiDriver.o -MD -MP -MF .deps/libdrivers_a-OSSMidiDriver.Tpo -c -o libdrivers_a-OSSMidiDriver.o `test -f 'OSSMidiDriver.cc' || echo './'`OSSMidiDriver.cc
  25. mv -f .deps/libdrivers_a-OSSMidiDriver.Tpo .deps/libdrivers_a-OSSMidiDriver.Po
  26. rm -f libdrivers.a
  27. ar cru libdrivers.a libdrivers_a-ALSAAudioDriver.o libdrivers_a-ALSAMidiDriver.o libdrivers_a-ALSAmmapAudioDriver.o libdrivers_a-AudioInterface.o libdrivers_a-CoreAudio.o libdrivers_a-MidiInterface.o libdrivers_a-OSSAudioDriver.o libdrivers_a-OSSMidiDriver.o
  28. ranlib libdrivers.a
  29. make[3]: Leaving directory `/home/soul/amsynth/src/drivers'
  30. Making all in VoiceBoard
  31. make[3]: Entering directory `/home/soul/amsynth/src/VoiceBoard'
  32. g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT ADSR.o -MD -MP -MF .deps/ADSR.Tpo -c -o ADSR.o ADSR.cc
  33. mv -f .deps/ADSR.Tpo .deps/ADSR.Po
  34. g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT Oscillator.o -MD -MP -MF .deps/Oscillator.Tpo -c -o Oscillator.o Oscillator.cc
  35. mv -f .deps/Oscillator.Tpo .deps/Oscillator.Po
  36. g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT VoiceBoard.o -MD -MP -MF .deps/VoiceBoard.Tpo -c -o VoiceBoard.o VoiceBoard.cc
  37. mv -f .deps/VoiceBoard.Tpo .deps/VoiceBoard.Po
  38. g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT LowPassFilter.o -MD -MP -MF .deps/LowPassFilter.Tpo -c -o LowPassFilter.o LowPassFilter.cc
  39. mv -f .deps/LowPassFilter.Tpo .deps/LowPassFilter.Po
  40. rm -f libVoiceBoard.a
  41. ar cru libVoiceBoard.a ADSR.o Oscillator.o VoiceBoard.o LowPassFilter.o
  42. ranlib libVoiceBoard.a
  43. make[3]: Leaving directory `/home/soul/amsynth/src/VoiceBoard'
  44. Making all in GUI
  45. make[3]: Entering directory `/home/soul/amsynth/src/GUI'
  46. gcc -DHAVE_CONFIG_H -I. -I../.. -DDEFAULT_PREFIX='"/usr/local"' -I/usr/include/alsa -pthread -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libGUI_a-bitmap_button.o -MD -MP -MF .deps/libGUI_a-bitmap_button.Tpo -c -o libGUI_a-bitmap_button.o `test -f 'bitmap_button.c' || echo './'`bitmap_button.c
  47. bitmap_button.c: In function ‘bitmap_button_expose’:
  48. bitmap_button.c:112:58: warning: unused parameter ‘event’ [-Wunused-parameter]
  49. bitmap_button.c: In function ‘bitmap_button_adjustment_changed’:
  50. bitmap_button.c:179:53: warning: unused parameter ‘adjustment’ [-Wunused-parameter]
  51. bitmap_button.c: In function ‘bitmap_button_adjustment_value_changed’:
  52. bitmap_button.c:185:57: warning: unused parameter ‘adjustment’ [-Wunused-parameter]
  53. mv -f .deps/libGUI_a-bitmap_button.Tpo .deps/libGUI_a-bitmap_button.Po
  54. gcc -DHAVE_CONFIG_H -I. -I../.. -DDEFAULT_PREFIX='"/usr/local"' -I/usr/include/alsa -pthread -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libGUI_a-bitmap_knob.o -MD -MP -MF .deps/libGUI_a-bitmap_knob.Tpo -c -o libGUI_a-bitmap_knob.o `test -f 'bitmap_knob.c' || echo './'`bitmap_knob.c
  55. bitmap_knob.c: In function ‘bitmap_knob_expose’:
  56. bitmap_knob.c:151:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  57. bitmap_knob.c:130:56: warning: unused parameter ‘event’ [-Wunused-parameter]
  58. bitmap_knob.c: In function ‘bitmap_knob_adjustment_changed’:
  59. bitmap_knob.c:227:51: warning: unused parameter ‘adjustment’ [-Wunused-parameter]
  60. bitmap_knob.c: In function ‘bitmap_knob_adjustment_value_changed’:
  61. bitmap_knob.c:233:55: warning: unused parameter ‘adjustment’ [-Wunused-parameter]
  62. mv -f .deps/libGUI_a-bitmap_knob.Tpo .deps/libGUI_a-bitmap_knob.Po
  63. gcc -DHAVE_CONFIG_H -I. -I../.. -DDEFAULT_PREFIX='"/usr/local"' -I/usr/include/alsa -pthread -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libGUI_a-bitmap_popup.o -MD -MP -MF .deps/libGUI_a-bitmap_popup.Tpo -c -o libGUI_a-bitmap_popup.o `test -f 'bitmap_popup.c' || echo './'`bitmap_popup.c
  64. bitmap_popup.c: In function ‘bitmap_popup_expose’:
  65. bitmap_popup.c:147:57: warning: unused parameter ‘event’ [-Wunused-parameter]
  66. bitmap_popup.c: In function ‘bitmap_popup_adjustment_changed’:
  67. bitmap_popup.c:223:52: warning: unused parameter ‘adjustment’ [-Wunused-parameter]
  68. bitmap_popup.c: In function ‘bitmap_popup_adjustment_value_changed’:
  69. bitmap_popup.c:229:56: warning: unused parameter ‘adjustment’ [-Wunused-parameter]
  70. mv -f .deps/libGUI_a-bitmap_popup.Tpo .deps/libGUI_a-bitmap_popup.Po
  71. gcc -DHAVE_CONFIG_H -I. -I../.. -DDEFAULT_PREFIX='"/usr/local"' -I/usr/include/alsa -pthread -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libGUI_a-editor_pane.o -MD -MP -MF .deps/libGUI_a-editor_pane.Tpo -c -o libGUI_a-editor_pane.o `test -f 'editor_pane.c' || echo './'`editor_pane.c
  72. editor_pane.c: In function ‘editor_pane_expose_event_handler’:
  73. editor_pane.c:33:63: warning: unused parameter ‘data’ [-Wunused-parameter]
  74. editor_pane.c: In function ‘deldir’:
  75. editor_pane.c:51:25: warning: unused parameter ‘dir_path’ [-Wunused-parameter]
  76. editor_pane.c: In function ‘extract_skin’:
  77. editor_pane.c:64:2: warning: implicit declaration of function ‘mkdtemp’ [-Wimplicit-function-declaration]
  78. editor_pane.c:72:2: warning: implicit declaration of function ‘system’ [-Wimplicit-function-declaration]
  79. editor_pane.c: In function ‘on_control_press’:
  80. editor_pane.c:159:15: warning: unused variable ‘name’ [-Wunused-variable]
  81. editor_pane.c:154:30: warning: unused parameter ‘widget’ [-Wunused-parameter]
  82. mv -f .deps/libGUI_a-editor_pane.Tpo .deps/libGUI_a-editor_pane.Po
  83. g++ -DHAVE_CONFIG_H -I. -I../.. -DDEFAULT_PREFIX='"/usr/local"' -I/usr/include/alsa -pthread -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libGUI_a-ConfigDialog.o -MD -MP -MF .deps/libGUI_a-ConfigDialog.Tpo -c -o libGUI_a-ConfigDialog.o `test -f 'ConfigDialog.cpp' || echo './'`ConfigDialog.cpp
  84. mv -f .deps/libGUI_a-ConfigDialog.Tpo .deps/libGUI_a-ConfigDialog.Po
  85. g++ -DHAVE_CONFIG_H -I. -I../.. -DDEFAULT_PREFIX='"/usr/local"' -I/usr/include/alsa -pthread -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libGUI_a-GUI.o -MD -MP -MF .deps/libGUI_a-GUI.Tpo -c -o libGUI_a-GUI.o `test -f 'GUI.cc' || echo './'`GUI.cc
  86. GUI.cc: In member function ‘void GUI::command_run(const char*)’:
  87. GUI.cc:959:6: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
  88. mv -f .deps/libGUI_a-GUI.Tpo .deps/libGUI_a-GUI.Po
  89. g++ -DHAVE_CONFIG_H -I. -I../.. -DDEFAULT_PREFIX='"/usr/local"' -I/usr/include/alsa -pthread -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libGUI_a-gui_main.o -MD -MP -MF .deps/libGUI_a-gui_main.Tpo -c -o libGUI_a-gui_main.o `test -f 'gui_main.cc' || echo './'`gui_main.cc
  90. mv -f .deps/libGUI_a-gui_main.Tpo .deps/libGUI_a-gui_main.Po
  91. g++ -DHAVE_CONFIG_H -I. -I../.. -DDEFAULT_PREFIX='"/usr/local"' -I/usr/include/alsa -pthread -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libGUI_a-MIDILearnDialog.o -MD -MP -MF .deps/libGUI_a-MIDILearnDialog.Tpo -c -o libGUI_a-MIDILearnDialog.o `test -f 'MIDILearnDialog.cpp' || echo './'`MIDILearnDialog.cpp
  92. mv -f .deps/libGUI_a-MIDILearnDialog.Tpo .deps/libGUI_a-MIDILearnDialog.Po
  93. g++ -DHAVE_CONFIG_H -I. -I../.. -DDEFAULT_PREFIX='"/usr/local"' -I/usr/include/alsa -pthread -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/lash-1.0 -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT libGUI_a-PresetControllerView.o -MD -MP -MF .deps/libGUI_a-PresetControllerView.Tpo -c -o libGUI_a-PresetControllerView.o `test -f 'PresetControllerView.cc' || echo './'`PresetControllerView.cc
  94. mv -f .deps/libGUI_a-PresetControllerView.Tpo .deps/libGUI_a-PresetControllerView.Po
  95. rm -f libGUI.a
  96. ar cru libGUI.a libGUI_a-bitmap_button.o libGUI_a-bitmap_knob.o libGUI_a-bitmap_popup.o libGUI_a-editor_pane.o libGUI_a-ConfigDialog.o libGUI_a-GUI.o libGUI_a-gui_main.o libGUI_a-MIDILearnDialog.o libGUI_a-PresetControllerView.o
  97. ranlib libGUI.a
  98. make[3]: Leaving directory `/home/soul/amsynth/src/GUI'
  99. Making all in Effects
  100. make[3]: Entering directory `/home/soul/amsynth/src/Effects'
  101. g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT allpass.o -MD -MP -MF .deps/allpass.Tpo -c -o allpass.o allpass.cpp
  102. mv -f .deps/allpass.Tpo .deps/allpass.Po
  103. g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT comb.o -MD -MP -MF .deps/comb.Tpo -c -o comb.o comb.cpp
  104. mv -f .deps/comb.Tpo .deps/comb.Po
  105. g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT Distortion.o -MD -MP -MF .deps/Distortion.Tpo -c -o Distortion.o Distortion.cc
  106. mv -f .deps/Distortion.Tpo .deps/Distortion.Po
  107. g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT revmodel.o -MD -MP -MF .deps/revmodel.Tpo -c -o revmodel.o revmodel.cpp
  108. mv -f .deps/revmodel.Tpo .deps/revmodel.Po
  109. g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT SoftLimiter.o -MD -MP -MF .deps/SoftLimiter.Tpo -c -o SoftLimiter.o SoftLimiter.cc
  110. mv -f .deps/SoftLimiter.Tpo .deps/SoftLimiter.Po
  111. rm -f libEffects.a
  112. ar cru libEffects.a allpass.o comb.o Distortion.o revmodel.o SoftLimiter.o
  113. ranlib libEffects.a
  114. make[3]: Leaving directory `/home/soul/amsynth/src/Effects'
  115. make[3]: Entering directory `/home/soul/amsynth/src'
  116. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-Parameter.lo -MD -MP -MF .deps/amsynth_dssi_la-Parameter.Tpo -c -o amsynth_dssi_la-Parameter.lo `test -f 'Parameter.cc' || echo './'`Parameter.cc
  117. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-Parameter.lo -MD -MP -MF .deps/amsynth_dssi_la-Parameter.Tpo -c Parameter.cc -fPIC -DPIC -o .libs/amsynth_dssi_la-Parameter.o
  118. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-Parameter.lo -MD -MP -MF .deps/amsynth_dssi_la-Parameter.Tpo -c Parameter.cc -o amsynth_dssi_la-Parameter.o >/dev/null 2>&1
  119. mv -f .deps/amsynth_dssi_la-Parameter.Tpo .deps/amsynth_dssi_la-Parameter.Plo
  120. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-Preset.lo -MD -MP -MF .deps/amsynth_dssi_la-Preset.Tpo -c -o amsynth_dssi_la-Preset.lo `test -f 'Preset.cc' || echo './'`Preset.cc
  121. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-Preset.lo -MD -MP -MF .deps/amsynth_dssi_la-Preset.Tpo -c Preset.cc -fPIC -DPIC -o .libs/amsynth_dssi_la-Preset.o
  122. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-Preset.lo -MD -MP -MF .deps/amsynth_dssi_la-Preset.Tpo -c Preset.cc -o amsynth_dssi_la-Preset.o >/dev/null 2>&1
  123. mv -f .deps/amsynth_dssi_la-Preset.Tpo .deps/amsynth_dssi_la-Preset.Plo
  124. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-PresetController.lo -MD -MP -MF .deps/amsynth_dssi_la-PresetController.Tpo -c -o amsynth_dssi_la-PresetController.lo `test -f 'PresetController.cc' || echo './'`PresetController.cc
  125. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-PresetController.lo -MD -MP -MF .deps/amsynth_dssi_la-PresetController.Tpo -c PresetController.cc -fPIC -DPIC -o .libs/amsynth_dssi_la-PresetController.o
  126. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-PresetController.lo -MD -MP -MF .deps/amsynth_dssi_la-PresetController.Tpo -c PresetController.cc -o amsynth_dssi_la-PresetController.o >/dev/null 2>&1
  127. mv -f .deps/amsynth_dssi_la-PresetController.Tpo .deps/amsynth_dssi_la-PresetController.Plo
  128. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-VoiceAllocationUnit.lo -MD -MP -MF .deps/amsynth_dssi_la-VoiceAllocationUnit.Tpo -c -o amsynth_dssi_la-VoiceAllocationUnit.lo `test -f 'VoiceAllocationUnit.cc' || echo './'`VoiceAllocationUnit.cc
  129. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-VoiceAllocationUnit.lo -MD -MP -MF .deps/amsynth_dssi_la-VoiceAllocationUnit.Tpo -c VoiceAllocationUnit.cc -fPIC -DPIC -o .libs/amsynth_dssi_la-VoiceAllocationUnit.o
  130. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-VoiceAllocationUnit.lo -MD -MP -MF .deps/amsynth_dssi_la-VoiceAllocationUnit.Tpo -c VoiceAllocationUnit.cc -o amsynth_dssi_la-VoiceAllocationUnit.o >/dev/null 2>&1
  131. mv -f .deps/amsynth_dssi_la-VoiceAllocationUnit.Tpo .deps/amsynth_dssi_la-VoiceAllocationUnit.Plo
  132. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-TuningMap.lo -MD -MP -MF .deps/amsynth_dssi_la-TuningMap.Tpo -c -o amsynth_dssi_la-TuningMap.lo `test -f 'TuningMap.cc' || echo './'`TuningMap.cc
  133. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-TuningMap.lo -MD -MP -MF .deps/amsynth_dssi_la-TuningMap.Tpo -c TuningMap.cc -fPIC -DPIC -o .libs/amsynth_dssi_la-TuningMap.o
  134. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-TuningMap.lo -MD -MP -MF .deps/amsynth_dssi_la-TuningMap.Tpo -c TuningMap.cc -o amsynth_dssi_la-TuningMap.o >/dev/null 2>&1
  135. mv -f .deps/amsynth_dssi_la-TuningMap.Tpo .deps/amsynth_dssi_la-TuningMap.Plo
  136. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-Config.lo -MD -MP -MF .deps/amsynth_dssi_la-Config.Tpo -c -o amsynth_dssi_la-Config.lo `test -f 'Config.cc' || echo './'`Config.cc
  137. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-Config.lo -MD -MP -MF .deps/amsynth_dssi_la-Config.Tpo -c Config.cc -fPIC -DPIC -o .libs/amsynth_dssi_la-Config.o
  138. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-Config.lo -MD -MP -MF .deps/amsynth_dssi_la-Config.Tpo -c Config.cc -o amsynth_dssi_la-Config.o >/dev/null 2>&1
  139. mv -f .deps/amsynth_dssi_la-Config.Tpo .deps/amsynth_dssi_la-Config.Plo
  140. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-controls.lo -MD -MP -MF .deps/amsynth_dssi_la-controls.Tpo -c -o amsynth_dssi_la-controls.lo `test -f 'controls.c' || echo './'`controls.c
  141. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-controls.lo -MD -MP -MF .deps/amsynth_dssi_la-controls.Tpo -c controls.c -fPIC -DPIC -o .libs/amsynth_dssi_la-controls.o
  142. controls.c: In function 'parameter_name_from_index':
  143. controls.c:44:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  144. controls.c: In function 'parameter_index_from_name':
  145. controls.c:53:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  146. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-controls.lo -MD -MP -MF .deps/amsynth_dssi_la-controls.Tpo -c controls.c -o amsynth_dssi_la-controls.o >/dev/null 2>&1
  147. mv -f .deps/amsynth_dssi_la-controls.Tpo .deps/amsynth_dssi_la-controls.Plo
  148. /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-dssi.lo -MD -MP -MF .deps/amsynth_dssi_la-dssi.Tpo -c -o amsynth_dssi_la-dssi.lo `test -f 'dssi.cpp' || echo './'`dssi.cpp
  149. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-dssi.lo -MD -MP -MF .deps/amsynth_dssi_la-dssi.Tpo -c dssi.cpp -fPIC -DPIC -o .libs/amsynth_dssi_la-dssi.o
  150. dssi.cpp:70:22: warning: unused parameter 'descriptor' [-Wunused-parameter]
  151. dssi.cpp: In function 'void my_init()':
  152. dssi.cpp:253:16: warning: unused variable 'rng' [-Wunused-variable]
  153. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT amsynth_dssi_la-dssi.lo -MD -MP -MF .deps/amsynth_dssi_la-dssi.Tpo -c dssi.cpp -o amsynth_dssi_la-dssi.o >/dev/null 2>&1
  154. mv -f .deps/amsynth_dssi_la-dssi.Tpo .deps/amsynth_dssi_la-dssi.Plo
  155. /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -rpath /usr/local/lib/dssi -avoid-version -module -export-symbols-regex "dssi_descriptor" -disable-static -o amsynth_dssi.la amsynth_dssi_la-Parameter.lo amsynth_dssi_la-Preset.lo amsynth_dssi_la-PresetController.lo amsynth_dssi_la-VoiceAllocationUnit.lo amsynth_dssi_la-TuningMap.lo amsynth_dssi_la-Config.lo amsynth_dssi_la-controls.lo amsynth_dssi_la-dssi.lo VoiceBoard/libVoiceBoard.a Effects/libEffects.a -lpthread -lm
  156.  
  157. *** Warning: Linking the shared library amsynth_dssi.la against the
  158. *** static library VoiceBoard/libVoiceBoard.a is not portable!
  159.  
  160. *** Warning: Linking the shared library amsynth_dssi.la against the
  161. *** static library Effects/libEffects.a is not portable!
  162. libtool: link: /usr/bin/nm -B .libs/amsynth_dssi_la-Parameter.o .libs/amsynth_dssi_la-Preset.o .libs/amsynth_dssi_la-PresetController.o .libs/amsynth_dssi_la-VoiceAllocationUnit.o .libs/amsynth_dssi_la-TuningMap.o .libs/amsynth_dssi_la-Config.o .libs/amsynth_dssi_la-controls.o .libs/amsynth_dssi_la-dssi.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/amsynth_dssi.exp
  163. libtool: link: /bin/grep -E -e "dssi_descriptor" ".libs/amsynth_dssi.exp" > ".libs/amsynth_dssi.expT"
  164. libtool: link: mv -f ".libs/amsynth_dssi.expT" ".libs/amsynth_dssi.exp"
  165. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/../../../crti.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/crtbeginS.o .libs/amsynth_dssi_la-Parameter.o .libs/amsynth_dssi_la-Preset.o .libs/amsynth_dssi_la-PresetController.o .libs/amsynth_dssi_la-VoiceAllocationUnit.o .libs/amsynth_dssi_la-TuningMap.o .libs/amsynth_dssi_la-Config.o .libs/amsynth_dssi_la-controls.o .libs/amsynth_dssi_la-dssi.o VoiceBoard/libVoiceBoard.a Effects/libEffects.a -lpthread -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/../../.. -L/usr/lib/x86_64-linux-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/crtendS.o /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/../../../crtn.o -O3 -Wl,-soname -Wl,amsynth_dssi.so -Wl,-retain-symbols-file -Wl,.libs/amsynth_dssi.exp -o .libs/amsynth_dssi.so
  166. /usr/bin/ld: VoiceBoard/libVoiceBoard.a(VoiceBoard.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  167. VoiceBoard/libVoiceBoard.a: could not read symbols: Bad value
  168. collect2: ld returned 1 exit status
  169. make[3]: *** [amsynth_dssi.la] Error 1
  170. make[3]: Leaving directory `/home/soul/amsynth/src'
  171. make[2]: *** [all-recursive] Error 1
  172. make[2]: Leaving directory `/home/soul/amsynth/src'
  173. make[1]: *** [all-recursive] Error 1
  174. make[1]: Leaving directory `/home/soul/amsynth'
  175. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement