Guest User

fluidsynth compile

a guest
Sep 4th, 2013
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 95.10 KB | None | 0 0
  1. 003109 >>> Emerging (1 of 1) media-sound/fluidsynth-9999 from proaudio
  2. 003110 >>> cfg-update-1.8.2-r1: Skipping checksum index updating...
  3. 003111 >>> Unpacking source...
  4. 003112  * subversion switch start -->
  5. 003113  *      old repository: https://svn.code.sf.net/p/fluidsynth/code/trunk/fluidsynth@470
  6. 003114  *      new repository: https://fluidsynth.svn.sourceforge.net/svnroot/fluidsynth/trunk/fluidsynth
  7. 003115 Redirecting to URL 'https://svn.code.sf.net/p/fluidsynth/code/trunk/fluidsynth':
  8. 003116 At revision 470.
  9. 003117  *    working copy: /usr/portage/distfiles/svn-src/fluidsynth/fluidsynth
  10. 003118
  11. 003119 >>> Source unpacked in /var/tmp/portage/media-sound/fluidsynth-9999/work
  12. 003120 >>> Preparing source in /var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999 ...
  13. 003121  * Running eautoreconf in '/var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999' ...
  14. 003122  * Running libtoolize --install --copy --force --automake ...
  15. 003123  [ ok ]
  16. 003124  * Running aclocal -I m4 ...
  17. 003125  [ ok ]
  18. 003126  * Running autoconf ...
  19. 003127  [ ok ]
  20. 003128  * Running autoheader ...
  21. 003129  [ ok ]
  22. 003130  * Running automake --add-missing --copy ...
  23. 003131  [ ok ]
  24. 003132  * Running elibtoolize in: fluidsynth-9999/
  25. 003133  *   Applying portage/1.2.0 patch ...
  26. 003134  *   Applying sed/1.5.6 patch ...
  27. 003135  *   Applying as-needed/2.4.2 patch ...
  28. 003136  *   Applying target-nm/2.4.2 patch ...
  29. 003137 >>> Source prepared.
  30. 003138 >>> Configuring source in /var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999 ...
  31. 003139  * econf: updating fluidsynth-9999/config.guess with /usr/share/gnuconfig/config.guess
  32. 003140  * econf: updating fluidsynth-9999/config.sub with /usr/share/gnuconfig/config.sub
  33. 003141 ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --enable-lash --disable-double --enable-ladspa --disable-debug --disable-libsndfile-support --enable-pulse-support --enable-alsa-support --disable-portaudio-support --enable-jack-support --with-readline --enable-dbus-support
  34. 003142 checking for a BSD-compatible install... /usr/bin/install -c
  35. 003143 checking whether build environment is sane... yes
  36. 003144 /var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999/missing: Unknown `--is-lightweight' option
  37. 003145 Try `/var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999/missing --help' for more information
  38. 003146 configure: WARNING: 'missing' script is too old or missing
  39. 003147 checking for a thread-safe mkdir -p... /bin/mkdir -p
  40. 003148 checking for gawk... gawk
  41. 003149 checking whether make sets $(MAKE)... yes
  42. 003150 checking whether make supports nested variables... yes
  43. 003151 checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  44. 003152 checking whether the C compiler works... yes
  45. 003153 checking for C compiler default output file name... a.out
  46. 003154 checking for suffix of executables...
  47. 003155 checking whether we are cross compiling... no
  48. 003156 checking for suffix of object files... o
  49. 003157 checking whether we are using the GNU C compiler... yes
  50. 003158 checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  51. 003159 checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  52. 003160 checking for style of include used by make... GNU
  53. 003161 checking dependency style of x86_64-pc-linux-gnu-gcc... none
  54. 003162 checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  55. 003163 checking build system type... x86_64-pc-linux-gnu
  56. 003164 checking host system type... x86_64-pc-linux-gnu
  57. 003165 checking how to print strings... printf
  58. 003166 checking for a sed that does not truncate output... /bin/sed
  59. 003167 checking for grep that handles long lines and -e... /bin/grep
  60. 003168 checking for egrep... /bin/grep -E
  61. 003169 checking for fgrep... /bin/grep -F
  62. 003170 checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  63. 003171 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  64. 003172 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
  65. 003173 checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
  66. 003174 checking whether ln -s works... yes
  67. 003175 checking the maximum length of command line arguments... 1572864
  68. 003176 checking whether the shell understands some XSI constructs... yes
  69. 003177 checking whether the shell understands "+="... yes
  70. 003178 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  71. 003179 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  72. 003180 checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  73. 003181 checking for x86_64-pc-linux-gnu-objdump... objdump
  74. 003182 checking how to recognize dependent libraries... pass_all
  75. 003183 checking for x86_64-pc-linux-gnu-dlltool... dlltool
  76. 003184 checking how to associate runtime and link libraries... printf %s\n
  77. 003185 checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  78. 003186 checking for archiver @FILE support... @
  79. 003187 checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  80. 003188 checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  81. 003189 checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  82. 003190 checking for sysroot... no
  83. 003191 checking for x86_64-pc-linux-gnu-mt... no
  84. 003192 checking for mt... no
  85. 003193 checking if : is a manifest tool... no
  86. 003194 checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  87. 003195 checking for ANSI C header files... yes
  88. 003196 checking for sys/types.h... yes
  89. 003197 checking for sys/stat.h... yes
  90. 003198 checking for stdlib.h... yes
  91. 003199 checking for string.h... yes
  92. 003200 checking for memory.h... yes
  93. 003201 checking for strings.h... yes
  94. 003202 checking for inttypes.h... yes
  95. 003203 checking for stdint.h... yes
  96. 003204 checking for unistd.h... yes
  97. 003205 checking for dlfcn.h... yes
  98. 003206 checking for objdir... .libs
  99. 003207 checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  100. 003208 checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  101. 003209 checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  102. 003210 checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  103. 003211 checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  104. 003212 checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  105. 003213 checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  106. 003214 checking whether -lc should be explicitly linked in... no
  107. 003215 checking dynamic linker characteristics... GNU/Linux ld.so
  108. 003216 checking how to hardcode library paths into programs... immediate
  109. 003217 checking whether stripping libraries is possible... yes
  110. 003218 checking if libtool supports shared libraries... yes
  111. 003219 checking whether to build shared libraries... yes
  112. 003220 checking whether to build static libraries... yes
  113. 003221 checking whether make sets $(MAKE)... (cached) yes
  114. 003222 checking for pthread_create in -lpthread... yes
  115. 003223 checking for ANSI C header files... (cached) yes
  116. 003224 checking for string.h... (cached) yes
  117. 003225 checking for stdlib.h... (cached) yes
  118. 003226 checking stdio.h usability... yes
  119. 003227 checking stdio.h presence... yes
  120. 003228 checking for stdio.h... yes
  121. 003229 checking math.h usability... yes
  122. 003230 checking math.h presence... yes
  123. 003231 checking for math.h... yes
  124. 003232 checking errno.h usability... yes
  125. 003233 checking errno.h presence... yes
  126. 003234 checking for errno.h... yes
  127. 003235 checking stdarg.h usability... yes
  128. 003236 checking stdarg.h presence... yes
  129. 003237 checking for stdarg.h... yes
  130. 003238 checking for unistd.h... (cached) yes
  131. 003239 checking sys/mman.h usability... yes
  132. 003240 checking sys/mman.h presence... yes
  133. 003241 checking for sys/mman.h... yes
  134. 003242 checking for sys/types.h... (cached) yes
  135. 003243 checking sys/time.h usability... yes
  136. 003244 checking sys/time.h presence... yes
  137. 003245 checking for sys/time.h... yes
  138. 003246 checking for sys/stat.h... (cached) yes
  139. 003247 checking fcntl.h usability... yes
  140. 003248 checking fcntl.h presence... yes
  141. 003249 checking for fcntl.h... yes
  142. 003250 checking sys/socket.h usability... yes
  143. 003251 checking sys/socket.h presence... yes
  144. 003252 checking for sys/socket.h... yes
  145. 003253 checking netinet/in.h usability... yes
  146. 003254 checking netinet/in.h presence... yes
  147. 003255 checking for netinet/in.h... yes
  148. 003256 checking netinet/tcp.h usability... yes
  149. 003257 checking netinet/tcp.h presence... yes
  150. 003258 checking for netinet/tcp.h... yes
  151. 003259 checking arpa/inet.h usability... yes
  152. 003260 checking arpa/inet.h presence... yes
  153. 003261 checking for arpa/inet.h... yes
  154. 003262 checking limits.h usability... yes
  155. 003263 checking limits.h presence... yes
  156. 003264 checking for limits.h... yes
  157. 003265 checking pthread.h usability... yes
  158. 003266 checking pthread.h presence... yes
  159. 003267 checking for pthread.h... yes
  160. 003268 checking signal.h usability... yes
  161. 003269 checking signal.h presence... yes
  162. 003270 checking for signal.h... yes
  163. 003271 checking windows.h usability... no
  164. 003272 checking windows.h presence... no
  165. 003273 checking for windows.h... no
  166. 003274 checking for inline... inline
  167. 003275 checking whether byte ordering is bigendian... no
  168. 003276 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  169. 003277 checking for dlopen in -ldl... yes
  170. 003278 checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
  171. 003279 checking pkg-config is at least version 0.9.0... yes
  172. 003280 checking for GLIB... yes
  173. 003281 checking for DBUS... yes
  174. 003282 checking for PULSE... yes
  175. 003283 checking for ALSA... yes
  176. 003284 checking for fcntl.h... (cached) yes
  177. 003285 checking sys/ioctl.h usability... yes
  178. 003286 checking sys/ioctl.h presence... yes
  179. 003287 checking for sys/ioctl.h... yes
  180. 003288 checking sys/soundcard.h usability... yes
  181. 003289 checking sys/soundcard.h presence... yes
  182. 003290 checking for sys/soundcard.h... yes
  183. 003291 checking machine/soundcard.h usability... no
  184. 003292 checking machine/soundcard.h presence... no
  185. 003293 checking for machine/soundcard.h... no
  186. 003294 checking MidiShare.h usability... no
  187. 003295 checking MidiShare.h presence... no
  188. 003296 checking for MidiShare.h... no
  189. 003297 configure: WARNING:  *** Could not find MidiShare.h, disabling MidiShare driver
  190. 003298 checking for JACK... yes
  191. 003299 checking CoreAudio/AudioHardware.h usability... no
  192. 003300 checking CoreAudio/AudioHardware.h presence... no
  193. 003301 checking for CoreAudio/AudioHardware.h... no
  194. 003302 checking CoreMIDI/MIDIServices.h usability... no
  195. 003303 checking CoreMIDI/MIDIServices.h presence... no
  196. 003304 checking for CoreMIDI/MIDIServices.h... no
  197. 003305 checking for os2me.h... no
  198. 003306 checking for readline... found.
  199. 003307 checking for tgetent in -lmytinfo... no
  200. 003308 checking for tgetent in -lncurses... yes
  201. 003309 checking for LASH... yes
  202. 003310 checking that generated files are newer than configure... done
  203. 003311 configure: creating ./config.status
  204. 003312 config.status: creating Makefile
  205. 003313 config.status: creating cmake_admin/Makefile
  206. 003314 config.status: creating src/Makefile
  207. 003315 config.status: creating src/config_win32.h
  208. 003316 config.status: creating doc/Makefile
  209. 003317 config.status: creating include/Makefile
  210. 003318 config.status: creating include/fluidsynth/Makefile
  211. 003319 config.status: creating include/fluidsynth/version.h
  212. 003320 config.status: creating fluidsynth.pc
  213. 003321 config.status: creating fluidsynth.spec
  214. 003322 config.status: creating src/config.h
  215. 003323 config.status: executing depfiles commands
  216. 003324 config.status: executing libtool commands
  217. 003325
  218. 003326 ***************************************************************
  219. 003327 The autotools build system is deprecated and might be removed  
  220. 003328 in a future version. Please use the CMake build system instead.
  221. 003329 ***************************************************************
  222. 003330 Summary:
  223. 003331 libsndfile:            no (raw audio file rendering only)
  224. 003332 D-Bus:                 yes
  225. 003333 PulseAudio:            yes
  226. 003334 JACK:                  yes
  227. 003335 ALSA:                  yes
  228. 003336 PortAudio:             no
  229. 003337 OSS:                   yes
  230. 003338 MidiShare:             no
  231. 003339 CoreAudio:             no
  232. 003340 CoreMIDI:              no
  233. 003341 LADSPA support:        yes
  234. 003342 LASH support:          yes (NOTE: GPL library)
  235. 003343 LADCCA support:        no
  236. 003344 OS/2 DART support:     no
  237. 003345 Audio to file driver:  yes
  238. 003346 Readline:              yes (NOTE: GPL library)
  239. 003347 Profiling:             no
  240. 003348 Debug:                 no
  241. 003349 Trap on FPE (debug):   no
  242. 003350 Check FPE (debug):     no
  243. 003351 ***************************************************************
  244. 003352
  245. 003353 >>> Source configured.
  246. 003354 >>> Compiling source in /var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999 ...
  247. 003355 make -j5
  248. 003356 Making all in src
  249. 003357 make[1]: Entering directory `/var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999/src'
  250. 003358 make  all-am
  251. 003359 make[2]: Entering directory `/var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999/src'
  252. 003360 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o drivers/libfluidsynth_la-fluid_adriver.lo `test -f 'drivers/fluid_adriver.c' || echo './'`drivers/fluid_adriver.c
  253. 003361 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o drivers/libfluidsynth_la-fluid_mdriver.lo `test -f 'drivers/fluid_mdriver.c' || echo './'`drivers/fluid_mdriver.c
  254. 003362 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o drivers/libfluidsynth_la-fluid_aufile.lo `test -f 'drivers/fluid_aufile.c' || echo './'`drivers/fluid_aufile.c
  255. 003363 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o bindings/libfluidsynth_la-fluid_cmd.lo `test -f 'bindings/fluid_cmd.c' || echo './'`bindings/fluid_cmd.c
  256. 003364 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o bindings/libfluidsynth_la-fluid_ladspa.lo `test -f 'bindings/fluid_ladspa.c' || echo './'`bindings/fluid_ladspa.c
  257. 003365 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_aufile.c  -fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_aufile.o
  258. 003366 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_adriver.c  -fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_adriver.o
  259. 003367 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_mdriver.c  -fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_mdriver.o
  260. 003368 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_ladspa.c  -fPIC -DPIC -o bindings/.libs/libfluidsynth_la-fluid_ladspa.o
  261. 003369 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_cmd.c  -fPIC -DPIC -o bindings/.libs/libfluidsynth_la-fluid_cmd.o
  262. 003370 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_aufile.c -o drivers/libfluidsynth_la-fluid_aufile.o >/dev/null 2>&1
  263. 003371 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_adriver.c -o drivers/libfluidsynth_la-fluid_adriver.o >/dev/null 2>&1
  264. 003372 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_cmd.c -o bindings/libfluidsynth_la-fluid_cmd.o >/dev/null 2>&1
  265. 003373 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_mdriver.c -o drivers/libfluidsynth_la-fluid_mdriver.o >/dev/null 2>&1
  266. 003374 bindings/fluid_ladspa.c: In function 'fluid_LADSPA_CreateSystemNodes':
  267. 003375 bindings/fluid_ladspa.c:66:7: warning: variable 'nr_output_nodes' set but not used [-Wunused-but-set-variable]
  268. 003376 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_ladspa.c -o bindings/libfluidsynth_la-fluid_ladspa.o >/dev/null 2>&1
  269. 003377 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o bindings/libfluidsynth_la-fluid_filerenderer.lo `test -f 'bindings/fluid_filerenderer.c' || echo './'`bindings/fluid_filerenderer.c
  270. 003378 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o fluidsynth-fluidsynth.o `test -f 'fluidsynth.c' || echo './'`fluidsynth.c
  271. 003379 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o drivers/libfluidsynth_la-fluid_alsa.lo `test -f 'drivers/fluid_alsa.c' || echo './'`drivers/fluid_alsa.c
  272. 003380 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_filerenderer.c  -fPIC -DPIC -o bindings/.libs/libfluidsynth_la-fluid_filerenderer.o
  273. 003381 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o drivers/libfluidsynth_la-fluid_jack.lo `test -f 'drivers/fluid_jack.c' || echo './'`drivers/fluid_jack.c
  274. 003382 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_alsa.c  -fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_alsa.o
  275. 003383 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o bindings/libfluidsynth_la-fluid_lash.lo `test -f 'bindings/fluid_lash.c' || echo './'`bindings/fluid_lash.c
  276. 003384 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_jack.c  -fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_jack.o
  277. 003385 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_lash.c  -fPIC -DPIC -o bindings/.libs/libfluidsynth_la-fluid_lash.o
  278. 003386 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o drivers/libfluidsynth_la-fluid_oss.lo `test -f 'drivers/fluid_oss.c' || echo './'`drivers/fluid_oss.c
  279. 003387 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_alsa.c -o drivers/libfluidsynth_la-fluid_alsa.o >/dev/null 2>&1
  280. 003388 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_oss.c  -fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_oss.o
  281. 003389 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_filerenderer.c -o bindings/libfluidsynth_la-fluid_filerenderer.o >/dev/null 2>&1
  282. 003390 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_jack.c -o drivers/libfluidsynth_la-fluid_jack.o >/dev/null 2>&1
  283. 003391 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_lash.c -o bindings/libfluidsynth_la-fluid_lash.o >/dev/null 2>&1
  284. 003392 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_oss.c -o drivers/libfluidsynth_la-fluid_oss.o >/dev/null 2>&1
  285. 003393 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o drivers/libfluidsynth_la-fluid_pulse.lo `test -f 'drivers/fluid_pulse.c' || echo './'`drivers/fluid_pulse.c
  286. 003394 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o bindings/libfluidsynth_la-fluid_rtkit.lo `test -f 'bindings/fluid_rtkit.c' || echo './'`bindings/fluid_rtkit.c
  287. 003395 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o utils/libfluidsynth_la-fluid_conv.lo `test -f 'utils/fluid_conv.c' || echo './'`utils/fluid_conv.c
  288. 003396 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_rtkit.c  -fPIC -DPIC -o bindings/.libs/libfluidsynth_la-fluid_rtkit.o
  289. 003397 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_pulse.c  -fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_pulse.o
  290. 003398 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_conv.c  -fPIC -DPIC -o utils/.libs/libfluidsynth_la-fluid_conv.o
  291. 003399 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o utils/libfluidsynth_la-fluid_hash.lo `test -f 'utils/fluid_hash.c' || echo './'`utils/fluid_hash.c
  292. 003400 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o utils/libfluidsynth_la-fluid_list.lo `test -f 'utils/fluid_list.c' || echo './'`utils/fluid_list.c
  293. 003401 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_hash.c  -fPIC -DPIC -o utils/.libs/libfluidsynth_la-fluid_hash.o
  294. 003402 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c bindings/fluid_rtkit.c -o bindings/libfluidsynth_la-fluid_rtkit.o >/dev/null 2>&1
  295. 003403 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_list.c  -fPIC -DPIC -o utils/.libs/libfluidsynth_la-fluid_list.o
  296. 003404 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c drivers/fluid_pulse.c -o drivers/libfluidsynth_la-fluid_pulse.o >/dev/null 2>&1
  297. 003405 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_conv.c -o utils/libfluidsynth_la-fluid_conv.o >/dev/null 2>&1
  298. 003406 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_hash.c -o utils/libfluidsynth_la-fluid_hash.o >/dev/null 2>&1
  299. 003407 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o utils/libfluidsynth_la-fluid_ringbuffer.lo `test -f 'utils/fluid_ringbuffer.c' || echo './'`utils/fluid_ringbuffer.c
  300. 003408 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o utils/libfluidsynth_la-fluid_settings.lo `test -f 'utils/fluid_settings.c' || echo './'`utils/fluid_settings.c
  301. 003409 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_list.c -o utils/libfluidsynth_la-fluid_list.o >/dev/null 2>&1
  302. 003410 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o utils/libfluidsynth_la-fluid_sys.lo `test -f 'utils/fluid_sys.c' || echo './'`utils/fluid_sys.c
  303. 003411 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_ringbuffer.c  -fPIC -DPIC -o utils/.libs/libfluidsynth_la-fluid_ringbuffer.o
  304. 003412 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_settings.c  -fPIC -DPIC -o utils/.libs/libfluidsynth_la-fluid_settings.o
  305. 003413 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_sys.c  -fPIC -DPIC -o utils/.libs/libfluidsynth_la-fluid_sys.o
  306. 003414 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o sfloader/libfluidsynth_la-fluid_defsfont.lo `test -f 'sfloader/fluid_defsfont.c' || echo './'`sfloader/fluid_defsfont.c
  307. 003415 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o sfloader/libfluidsynth_la-fluid_ramsfont.lo `test -f 'sfloader/fluid_ramsfont.c' || echo './'`sfloader/fluid_ramsfont.c
  308. 003416 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_ringbuffer.c -o utils/libfluidsynth_la-fluid_ringbuffer.o >/dev/null 2>&1
  309. 003417 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c sfloader/fluid_defsfont.c  -fPIC -DPIC -o sfloader/.libs/libfluidsynth_la-fluid_defsfont.o
  310. 003418 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_settings.c -o utils/libfluidsynth_la-fluid_settings.o >/dev/null 2>&1
  311. 003419 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c sfloader/fluid_ramsfont.c  -fPIC -DPIC -o sfloader/.libs/libfluidsynth_la-fluid_ramsfont.o
  312. 003420 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c utils/fluid_sys.c -o utils/libfluidsynth_la-fluid_sys.o >/dev/null 2>&1
  313. 003421 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c sfloader/fluid_defsfont.c -o sfloader/libfluidsynth_la-fluid_defsfont.o >/dev/null 2>&1
  314. 003422 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o rvoice/libfluidsynth_la-fluid_adsr_env.lo `test -f 'rvoice/fluid_adsr_env.c' || echo './'`rvoice/fluid_adsr_env.c
  315. 003423 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c sfloader/fluid_ramsfont.c -o sfloader/libfluidsynth_la-fluid_ramsfont.o >/dev/null 2>&1
  316. 003424 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_adsr_env.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_adsr_env.o
  317. 003425 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o rvoice/libfluidsynth_la-fluid_chorus.lo `test -f 'rvoice/fluid_chorus.c' || echo './'`rvoice/fluid_chorus.c
  318. 003426 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o rvoice/libfluidsynth_la-fluid_iir_filter.lo `test -f 'rvoice/fluid_iir_filter.c' || echo './'`rvoice/fluid_iir_filter.c
  319. 003427 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_chorus.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_chorus.o
  320. 003428 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o rvoice/libfluidsynth_la-fluid_lfo.lo `test -f 'rvoice/fluid_lfo.c' || echo './'`rvoice/fluid_lfo.c
  321. 003429 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_iir_filter.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_iir_filter.o
  322. 003430 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o rvoice/libfluidsynth_la-fluid_rvoice.lo `test -f 'rvoice/fluid_rvoice.c' || echo './'`rvoice/fluid_rvoice.c
  323. 003431 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_adsr_env.c -o rvoice/libfluidsynth_la-fluid_adsr_env.o >/dev/null 2>&1
  324. 003432 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_lfo.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_lfo.o
  325. 003433 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rvoice.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_rvoice.o
  326. 003434 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_chorus.c -o rvoice/libfluidsynth_la-fluid_chorus.o >/dev/null 2>&1
  327. 003435 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_iir_filter.c -o rvoice/libfluidsynth_la-fluid_iir_filter.o >/dev/null 2>&1
  328. 003436 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o rvoice/libfluidsynth_la-fluid_rvoice_dsp.lo `test -f 'rvoice/fluid_rvoice_dsp.c' || echo './'`rvoice/fluid_rvoice_dsp.c
  329. 003437 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_lfo.c -o rvoice/libfluidsynth_la-fluid_lfo.o >/dev/null 2>&1
  330. 003438 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o rvoice/libfluidsynth_la-fluid_rvoice_event.lo `test -f 'rvoice/fluid_rvoice_event.c' || echo './'`rvoice/fluid_rvoice_event.c
  331. 003439 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rvoice_dsp.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_rvoice_dsp.o
  332. 003440 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o rvoice/libfluidsynth_la-fluid_rvoice_mixer.lo `test -f 'rvoice/fluid_rvoice_mixer.c' || echo './'`rvoice/fluid_rvoice_mixer.c
  333. 003441 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rvoice.c -o rvoice/libfluidsynth_la-fluid_rvoice.o >/dev/null 2>&1
  334. 003442 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rvoice_event.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_rvoice_event.o
  335. 003443 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rvoice_mixer.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_rvoice_mixer.o
  336. 003444 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o rvoice/libfluidsynth_la-fluid_rev.lo `test -f 'rvoice/fluid_rev.c' || echo './'`rvoice/fluid_rev.c
  337. 003445 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rvoice_dsp.c -o rvoice/libfluidsynth_la-fluid_rvoice_dsp.o >/dev/null 2>&1
  338. 003446 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rev.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_rev.o
  339. 003447 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o synth/libfluidsynth_la-fluid_chan.lo `test -f 'synth/fluid_chan.c' || echo './'`synth/fluid_chan.c
  340. 003448 rvoice/fluid_rvoice_mixer.c: In function 'fluid_rvoice_mixer_process_fx':
  341. 003449 rvoice/fluid_rvoice_mixer.c:104:1: warning: function 'fluid_rvoice_mixer_process_fx' can never be inlined because it uses alloca (override using the always_inline attribute) [-Winline]
  342. 003450 rvoice/fluid_rvoice_mixer.c: In function 'fluid_rvoice_mixer_render':
  343. 003451 rvoice/fluid_rvoice_mixer.c:104:1: warning: inlining failed in call to 'fluid_rvoice_mixer_process_fx': function not inlinable [-Winline]
  344. 003452 rvoice/fluid_rvoice_mixer.c:968:32: warning: called from here [-Winline]
  345. 003453 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rvoice_mixer.c -o rvoice/libfluidsynth_la-fluid_rvoice_mixer.o >/dev/null 2>&1
  346. 003454 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rvoice_event.c -o rvoice/libfluidsynth_la-fluid_rvoice_event.o >/dev/null 2>&1
  347. 003455 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o synth/libfluidsynth_la-fluid_event.lo `test -f 'synth/fluid_event.c' || echo './'`synth/fluid_event.c
  348. 003456 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_chan.c  -fPIC -DPIC -o synth/.libs/libfluidsynth_la-fluid_chan.o
  349. 003457 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c rvoice/fluid_rev.c -o rvoice/libfluidsynth_la-fluid_rev.o >/dev/null 2>&1
  350. 003458 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_event.c  -fPIC -DPIC -o synth/.libs/libfluidsynth_la-fluid_event.o
  351. 003459 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o synth/libfluidsynth_la-fluid_gen.lo `test -f 'synth/fluid_gen.c' || echo './'`synth/fluid_gen.c
  352. 003460 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o synth/libfluidsynth_la-fluid_mod.lo `test -f 'synth/fluid_mod.c' || echo './'`synth/fluid_mod.c
  353. 003461 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_chan.c -o synth/libfluidsynth_la-fluid_chan.o >/dev/null 2>&1
  354. 003462 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_event.c -o synth/libfluidsynth_la-fluid_event.o >/dev/null 2>&1
  355. 003463 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o synth/libfluidsynth_la-fluid_synth.lo `test -f 'synth/fluid_synth.c' || echo './'`synth/fluid_synth.c
  356. 003464 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_gen.c  -fPIC -DPIC -o synth/.libs/libfluidsynth_la-fluid_gen.o
  357. 003465 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_mod.c  -fPIC -DPIC -o synth/.libs/libfluidsynth_la-fluid_mod.o
  358. 003466 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_synth.c  -fPIC -DPIC -o synth/.libs/libfluidsynth_la-fluid_synth.o
  359. 003467 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o synth/libfluidsynth_la-fluid_tuning.lo `test -f 'synth/fluid_tuning.c' || echo './'`synth/fluid_tuning.c
  360. 003468 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o synth/libfluidsynth_la-fluid_voice.lo `test -f 'synth/fluid_voice.c' || echo './'`synth/fluid_voice.c
  361. 003469 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_gen.c -o synth/libfluidsynth_la-fluid_gen.o >/dev/null 2>&1
  362. 003470 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_mod.c -o synth/libfluidsynth_la-fluid_mod.o >/dev/null 2>&1
  363. 003471 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_voice.c  -fPIC -DPIC -o synth/.libs/libfluidsynth_la-fluid_voice.o
  364. 003472 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_tuning.c  -fPIC -DPIC -o synth/.libs/libfluidsynth_la-fluid_tuning.o
  365. 003473 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o midi/libfluidsynth_la-fluid_midi.lo `test -f 'midi/fluid_midi.c' || echo './'`midi/fluid_midi.c
  366. 003474 /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0     -I/usr/include/alsa  -D_REENTRANT    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include     -O2 -pipe -march=core2  -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c -o midi/libfluidsynth_la-fluid_midi_router.lo `test -f 'midi/fluid_midi_router.c' || echo './'`midi/fluid_midi_router.c
  367. 003475 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c midi/fluid_midi.c  -fPIC -DPIC -o midi/.libs/libfluidsynth_la-fluid_midi.o
  368. 003476 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_tuning.c -o synth/libfluidsynth_la-fluid_tuning.o >/dev/null 2>&1
  369. 003477 synth/fluid_synth.c: In function 'fluid_synth_settings':
  370. 003478 synth/fluid_synth.c:193:10: error: 'DEFAULT_SOUNDFONT' undeclared (first use in this function)
  371. 003479 synth/fluid_synth.c:193:10: note: each undeclared identifier is reported only once for each function it appears in
  372. 003480 make[2]: *** [synth/libfluidsynth_la-fluid_synth.lo] Error 1
  373. 003481 make[2]: *** Waiting for unfinished jobs....
  374. 003482 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c synth/fluid_voice.c -o synth/libfluidsynth_la-fluid_voice.o >/dev/null 2>&1
  375. 003483 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c midi/fluid_midi_router.c  -fPIC -DPIC -o midi/.libs/libfluidsynth_la-fluid_midi_router.o
  376. 003484 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c midi/fluid_midi.c -o midi/libfluidsynth_la-fluid_midi.o >/dev/null 2>&1
  377. 003485 libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2 -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c midi/fluid_midi_router.c -o midi/libfluidsynth_la-fluid_midi_router.o >/dev/null 2>&1
  378. 003486 make[2]: Leaving directory `/var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999/src'
  379. 003487 make[1]: *** [all] Error 2
  380. 003488 make[1]: Leaving directory `/var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999/src'
  381. 003489 make: *** [all-recursive] Error 1
  382. 003490  * ERROR: media-sound/fluidsynth-9999::proaudio failed (compile phase):
  383. 003491  *   emake failed
  384. 003492  *
  385. 003493  * If you need support, post the output of `emerge --info '=media-sound/fluidsynth-9999::proaudio'`,
  386. 003494  * the complete build log and the output of `emerge -pqv '=media-sound/fluidsynth-9999::proaudio'`.
  387. 003495  * The complete build log is located at '/var/tmp/portage/media-sound/fluidsynth-9999/temp/build.log'.
  388. 003496  * The ebuild environment file is located at '/var/tmp/portage/media-sound/fluidsynth-9999/temp/environment'.
  389. 003497  * Working directory: '/var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999'
  390. 003498  * S: '/var/tmp/portage/media-sound/fluidsynth-9999/work/fluidsynth-9999'
  391. 003499
  392. 003500 >>> Failed to emerge media-sound/fluidsynth-9999, Log file:
  393. 003501
  394. 003502 >>>  '/var/tmp/portage/media-sound/fluidsynth-9999/temp/build.log'
  395. 003503
  396. 003504  * Messages for package media-sound/fluidsynth-9999:
  397. 003505
  398. 003506  * ERROR: media-sound/fluidsynth-9999::proaudio failed (compile phase):
  399. 003507  *   emake failed
Advertisement
Add Comment
Please, Sign In to add comment