denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] denemo-1.0.0/1.0.2 wont compile


From: lux-integ
Subject: Re: [Denemo-devel] denemo-1.0.0/1.0.2 wont compile
Date: Tue, 13 May 2014 17:41:29 +0100
User-agent: KMail/1.13.5 (Linux/3.1.4nbfARAID; KDE/4.4.5; x86_64; ; )

On Tuesday 13 May 2014 15:38:10 Richard Shann wrote:
> This error message indicates that something is wrong with the fluidsynth
> package installed. You need the -dev versions of the packages to build
> from - have you installed the dependencies following the list on
> http://denemo.org/hacking-sources/
> ?
> Perhaps you could give the background of what you are trying to do -
> what architecture etc. Usually the configure/make/make install should be
> enough, after all.
Many thanks for your sugggestion
I am using blfs linux  -pure64bit  non-multilib   (i.e. no 32-bit libraries ) 
And everything is compiled from source code. Fluidsyth-1.1.6  like all the 
ohers  in the distribution was compiled from sources.   No errors were 
reported.  The build, test and  and install logs  are below.  I apologies for   
the large email  but after reading  readers could trim  out the fluidsynth-
logs   for any future versions of this thread.

#-----begin fluidsynth build log----------------------

cd  fluidsynth-1.1.6

rm -fR  ../build-fluidsynth-1.1.6
mkdir ../build-fluidsynth-1.1.6
cd ../build-fluidsynth-1.1.6


/usr/local/bin/cmake \
-G "Unix Makefiles"     $BUILD/fluidsynth-1.1.6 \
-DCMAKE_INSTALL_PREFIX=/opt/audio \
make


and then as root
make install


###########  here is the build log

############################################
   creating  (build-fluidsynth-1.1.6 ) out-of-source-tree  directory
############################################


#############################################
   running  cmake 
#############################################

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-
linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make sets $(MAKE)... (cached) yes
checking for pthread_create in -lpthread... yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/stat.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for inline... inline
checking whether byte ordering is bigendian... no
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for DBUS... yes
checking for LIBSNDFILE... yes
checking for LIBSNDFILE_VORBIS... yes
checking for PULSE... yes
checking for ALSA... yes
checking for PORTAUDIO... yes
checking for fcntl.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking MidiShare.h usability... no
checking MidiShare.h presence... no
checking for MidiShare.h... no
configure: WARNING:  *** Could not find MidiShare.h, disabling MidiShare 
driver
checking for JACK... yes
checking CoreAudio/AudioHardware.h usability... no
checking CoreAudio/AudioHardware.h presence... no
checking for CoreAudio/AudioHardware.h... no
checking CoreMIDI/MIDIServices.h usability... no
checking CoreMIDI/MIDIServices.h presence... no
checking for CoreMIDI/MIDIServices.h... no
checking for os2me.h... no
checking for readline... found.
checking for tgetent in -lmytinfo... no
checking for tgetent in -lncurses... yes
checking for LASH... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cmake_admin/Makefile
config.status: creating src/Makefile
config.status: creating src/config_win32.h
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating include/fluidsynth/Makefile
config.status: creating include/fluidsynth/version.h
config.status: creating fluidsynth.pc
config.status: creating fluidsynth.spec
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands

***************************************************************
The autotools build system is deprecated and might be removed  
in a future version. Please use the CMake build system instead.
***************************************************************
Summary:
libsndfile:            yes (with ogg vorbis support)
D-Bus:                 yes
PulseAudio:            yes
JACK:                  yes
ALSA:                  yes
PortAudio:             yes
OSS:                   yes
MidiShare:             no
CoreAudio:             no
CoreMIDI:              no
LADSPA support:        no
LASH support:          yes (NOTE: GPL library)
LADCCA support:        no
OS/2 DART support:     no
Audio to file driver:  yes
Readline:              yes (NOTE: GPL library)
Profiling:             no
Debug:                 no
Trap on FPE (debug):   no
Check FPE (debug):     no
***************************************************************

(oddly this does not liik like cmake )

############################################
   running make 
############################################

Making all in src
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
make  all-am
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT drivers/libfluidsynth_la-
fluid_alsa.lo -MD -MP -MF drivers/.deps/libfluidsynth_la-fluid_alsa.Tpo -c -o 
drivers/libfluidsynth_la-fluid_alsa.lo `test -f 'drivers/fluid_alsa.c' || echo 
'./'`drivers/fluid_alsa.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_alsa.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_alsa.Tpo -c drivers/fluid_alsa.c  -fPIC -
DPIC -o drivers/.libs/libfluidsynth_la-fluid_alsa.o
In file included from ../src/synth/fluid_event_queue.h:24:0,
                 from ../src/synth/fluid_synth.h:35,
                 from drivers/fluid_alsa.c:27:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_alsa.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_alsa.Tpo -c drivers/fluid_alsa.c -o 
drivers/libfluidsynth_la-fluid_alsa.o >/dev/null 2>&1
mv -f drivers/.deps/libfluidsynth_la-fluid_alsa.Tpo 
drivers/.deps/libfluidsynth_la-fluid_alsa.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT drivers/libfluidsynth_la-
fluid_jack.lo -MD -MP -MF drivers/.deps/libfluidsynth_la-fluid_jack.Tpo -c -o 
drivers/libfluidsynth_la-fluid_jack.lo `test -f 'drivers/fluid_jack.c' || echo 
'./'`drivers/fluid_jack.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_jack.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_jack.Tpo -c drivers/fluid_jack.c  -fPIC -
DPIC -o drivers/.libs/libfluidsynth_la-fluid_jack.o
In file included from drivers/fluid_jack.c:32:0:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
drivers/fluid_jack.c: In function 'new_fluid_jack_client':
drivers/fluid_jack.c:127:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock (last_client_mutex);     /* ++ lock last_client */
   ^
drivers/fluid_jack.c:145:5: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
     fluid_mutex_unlock (last_client_mutex);       /* -- unlock last_client */
     ^
drivers/fluid_jack.c:219:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock (last_client_mutex);       /* -- unlock last_client */
   ^
drivers/fluid_jack.c:227:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock (last_client_mutex);       /* -- unlock clients list */
   ^
drivers/fluid_jack.c: In function 'fluid_jack_client_close':
drivers/fluid_jack.c:362:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock (last_client_mutex);
   ^
drivers/fluid_jack.c:367:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock (last_client_mutex);
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_jack.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_jack.Tpo -c drivers/fluid_jack.c -o 
drivers/libfluidsynth_la-fluid_jack.o >/dev/null 2>&1
mv -f drivers/.deps/libfluidsynth_la-fluid_jack.Tpo 
drivers/.deps/libfluidsynth_la-fluid_jack.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT bindings/libfluidsynth_la-
fluid_lash.lo -MD -MP -MF bindings/.deps/libfluidsynth_la-fluid_lash.Tpo -c -o 
bindings/libfluidsynth_la-fluid_lash.lo `test -f 'bindings/fluid_lash.c' || 
echo './'`bindings/fluid_lash.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_lash.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_lash.Tpo -c bindings/fluid_lash.c  -fPIC 
-DPIC -o bindings/.libs/libfluidsynth_la-fluid_lash.o
In file included from ../src/synth/fluid_event_queue.h:24:0,
                 from ../src/synth/fluid_synth.h:35,
                 from bindings/fluid_lash.h:26,
                 from bindings/fluid_lash.c:20:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_lash.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_lash.Tpo -c bindings/fluid_lash.c -o 
bindings/libfluidsynth_la-fluid_lash.o >/dev/null 2>&1
mv -f bindings/.deps/libfluidsynth_la-fluid_lash.Tpo 
bindings/.deps/libfluidsynth_la-fluid_lash.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT drivers/libfluidsynth_la-
fluid_oss.lo -MD -MP -MF drivers/.deps/libfluidsynth_la-fluid_oss.Tpo -c -o 
drivers/libfluidsynth_la-fluid_oss.lo `test -f 'drivers/fluid_oss.c' || echo 
'./'`drivers/fluid_oss.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_oss.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_oss.Tpo -c drivers/fluid_oss.c  -fPIC -
DPIC -o drivers/.libs/libfluidsynth_la-fluid_oss.o
In file included from ../src/synth/fluid_event_queue.h:24:0,
                 from ../src/synth/fluid_synth.h:35,
                 from drivers/fluid_oss.c:27:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_oss.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_oss.Tpo -c drivers/fluid_oss.c -o 
drivers/libfluidsynth_la-fluid_oss.o >/dev/null 2>&1
mv -f drivers/.deps/libfluidsynth_la-fluid_oss.Tpo 
drivers/.deps/libfluidsynth_la-fluid_oss.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT drivers/libfluidsynth_la-
fluid_portaudio.lo -MD -MP -MF drivers/.deps/libfluidsynth_la-
fluid_portaudio.Tpo -c -o drivers/libfluidsynth_la-fluid_portaudio.lo `test -f 
'drivers/fluid_portaudio.c' || echo './'`drivers/fluid_portaudio.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_portaudio.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_portaudio.Tpo -c 
drivers/fluid_portaudio.c  -fPIC -DPIC -o drivers/.libs/libfluidsynth_la-
fluid_portaudio.o
In file included from ../src/synth/fluid_event_queue.h:24:0,
                 from ../src/synth/fluid_synth.h:35,
                 from drivers/fluid_portaudio.c:33:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_portaudio.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_portaudio.Tpo -c 
drivers/fluid_portaudio.c -o drivers/libfluidsynth_la-fluid_portaudio.o 
>/dev/null 2>&1
mv -f drivers/.deps/libfluidsynth_la-fluid_portaudio.Tpo 
drivers/.deps/libfluidsynth_la-fluid_portaudio.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT drivers/libfluidsynth_la-
fluid_pulse.lo -MD -MP -MF drivers/.deps/libfluidsynth_la-fluid_pulse.Tpo -c -
o drivers/libfluidsynth_la-fluid_pulse.lo `test -f 'drivers/fluid_pulse.c' || 
echo './'`drivers/fluid_pulse.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_pulse.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_pulse.Tpo -c drivers/fluid_pulse.c  -fPIC 
-DPIC -o drivers/.libs/libfluidsynth_la-fluid_pulse.o
In file included from ../src/synth/fluid_event_queue.h:24:0,
                 from ../src/synth/fluid_synth.h:35,
                 from drivers/fluid_pulse.c:27:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_pulse.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_pulse.Tpo -c drivers/fluid_pulse.c -o 
drivers/libfluidsynth_la-fluid_pulse.o >/dev/null 2>&1
mv -f drivers/.deps/libfluidsynth_la-fluid_pulse.Tpo 
drivers/.deps/libfluidsynth_la-fluid_pulse.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT bindings/libfluidsynth_la-
fluid_rtkit.lo -MD -MP -MF bindings/.deps/libfluidsynth_la-fluid_rtkit.Tpo -c 
-o bindings/libfluidsynth_la-fluid_rtkit.lo `test -f 'bindings/fluid_rtkit.c' 
|| echo './'`bindings/fluid_rtkit.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_rtkit.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_rtkit.Tpo -c bindings/fluid_rtkit.c  -
fPIC -DPIC -o bindings/.libs/libfluidsynth_la-fluid_rtkit.o
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_rtkit.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_rtkit.Tpo -c bindings/fluid_rtkit.c -o 
bindings/libfluidsynth_la-fluid_rtkit.o >/dev/null 2>&1
mv -f bindings/.deps/libfluidsynth_la-fluid_rtkit.Tpo 
bindings/.deps/libfluidsynth_la-fluid_rtkit.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT utils/libfluidsynth_la-
fluid_conv.lo -MD -MP -MF utils/.deps/libfluidsynth_la-fluid_conv.Tpo -c -o 
utils/libfluidsynth_la-fluid_conv.lo `test -f 'utils/fluid_conv.c' || echo 
'./'`utils/fluid_conv.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_conv.lo -MD -MP -MF utils/.deps/libfluidsynth_la-
fluid_conv.Tpo -c utils/fluid_conv.c  -fPIC -DPIC -o 
utils/.libs/libfluidsynth_la-fluid_conv.o
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_conv.lo -MD -MP -MF utils/.deps/libfluidsynth_la-
fluid_conv.Tpo -c utils/fluid_conv.c -o utils/libfluidsynth_la-fluid_conv.o 
>/dev/null 2>&1
mv -f utils/.deps/libfluidsynth_la-fluid_conv.Tpo 
utils/.deps/libfluidsynth_la-fluid_conv.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT utils/libfluidsynth_la-
fluid_hash.lo -MD -MP -MF utils/.deps/libfluidsynth_la-fluid_hash.Tpo -c -o 
utils/libfluidsynth_la-fluid_hash.lo `test -f 'utils/fluid_hash.c' || echo 
'./'`utils/fluid_hash.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_hash.lo -MD -MP -MF utils/.deps/libfluidsynth_la-
fluid_hash.Tpo -c utils/fluid_hash.c  -fPIC -DPIC -o 
utils/.libs/libfluidsynth_la-fluid_hash.o
In file included from utils/fluid_hash.h:40:0,
                 from utils/fluid_hash.c:35:
utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
utils/fluid_hash.c: In function 'fluid_hashtable_unref':
utils/fluid_hash.c:642:3: warning: 'g_atomic_int_exchange_and_add' is 
deprecated (declared at /usr/include/glib-2.0/glib/gatomic.h:82): Use 
'g_atomic_add' instead [-Wdeprecated-declarations]
   if (fluid_atomic_int_exchange_and_add (&hashtable->ref_count, -1) - 1 == 0)
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_hash.lo -MD -MP -MF utils/.deps/libfluidsynth_la-
fluid_hash.Tpo -c utils/fluid_hash.c -o utils/libfluidsynth_la-fluid_hash.o 
>/dev/null 2>&1
mv -f utils/.deps/libfluidsynth_la-fluid_hash.Tpo 
utils/.deps/libfluidsynth_la-fluid_hash.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT utils/libfluidsynth_la-
fluid_list.lo -MD -MP -MF utils/.deps/libfluidsynth_la-fluid_list.Tpo -c -o 
utils/libfluidsynth_la-fluid_list.lo `test -f 'utils/fluid_list.c' || echo 
'./'`utils/fluid_list.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_list.lo -MD -MP -MF utils/.deps/libfluidsynth_la-
fluid_list.Tpo -c utils/fluid_list.c  -fPIC -DPIC -o 
utils/.libs/libfluidsynth_la-fluid_list.o
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_list.lo -MD -MP -MF utils/.deps/libfluidsynth_la-
fluid_list.Tpo -c utils/fluid_list.c -o utils/libfluidsynth_la-fluid_list.o 
>/dev/null 2>&1
mv -f utils/.deps/libfluidsynth_la-fluid_list.Tpo 
utils/.deps/libfluidsynth_la-fluid_list.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT utils/libfluidsynth_la-
fluid_ringbuffer.lo -MD -MP -MF utils/.deps/libfluidsynth_la-
fluid_ringbuffer.Tpo -c -o utils/libfluidsynth_la-fluid_ringbuffer.lo `test -f 
'utils/fluid_ringbuffer.c' || echo './'`utils/fluid_ringbuffer.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_ringbuffer.lo -MD -MP -MF 
utils/.deps/libfluidsynth_la-fluid_ringbuffer.Tpo -c utils/fluid_ringbuffer.c  
-fPIC -DPIC -o utils/.libs/libfluidsynth_la-fluid_ringbuffer.o
In file included from utils/fluid_ringbuffer.h:24:0,
                 from utils/fluid_ringbuffer.c:26:
utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_ringbuffer.lo -MD -MP -MF 
utils/.deps/libfluidsynth_la-fluid_ringbuffer.Tpo -c utils/fluid_ringbuffer.c 
-o utils/libfluidsynth_la-fluid_ringbuffer.o >/dev/null 2>&1
mv -f utils/.deps/libfluidsynth_la-fluid_ringbuffer.Tpo 
utils/.deps/libfluidsynth_la-fluid_ringbuffer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT utils/libfluidsynth_la-
fluid_settings.lo -MD -MP -MF utils/.deps/libfluidsynth_la-fluid_settings.Tpo 
-c -o utils/libfluidsynth_la-fluid_settings.lo `test -f 
'utils/fluid_settings.c' || echo './'`utils/fluid_settings.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_settings.lo -MD -MP -MF 
utils/.deps/libfluidsynth_la-fluid_settings.Tpo -c utils/fluid_settings.c  -
fPIC -DPIC -o utils/.libs/libfluidsynth_la-fluid_settings.o
In file included from utils/fluid_settings.c:22:0:
utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
utils/fluid_settings.c: In function 'new_fluid_settings':
utils/fluid_settings.c:244:3: warning: 'g_thread_init' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   fluid_rec_mutex_init (settings->mutex);
   ^
utils/fluid_settings.c:244:3: warning: 'g_static_rec_mutex_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:171): Use 
'g_rec_mutex_init' instead [-Wdeprecated-declarations]
utils/fluid_settings.c: In function 'delete_fluid_settings':
utils/fluid_settings.c:258:3: warning: 'g_static_rec_mutex_free' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:190): Use 
'g_rec_mutex_free' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_destroy (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_register_str':
utils/fluid_settings.c:452:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:473:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_register_num':
utils/fluid_settings.c:494:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:520:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_register_int':
utils/fluid_settings.c:541:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:567:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_get_type':
utils/fluid_settings.c:588:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:590:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_get_hints':
utils/fluid_settings.c:611:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:626:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_is_realtime':
utils/fluid_settings.c:647:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:662:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_setstr':
utils/fluid_settings.c:684:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:723:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_copystr':
utils/fluid_settings.c:755:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:785:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_dupstr':
utils/fluid_settings.c:811:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:841:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_getstr':
utils/fluid_settings.c:873:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:896:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_str_equal':
utils/fluid_settings.c:919:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:937:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_getstr_default':
utils/fluid_settings.c:959:3: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:977:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_add_option':
utils/fluid_settings.c:1001:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1012:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_remove_option':
utils/fluid_settings.c:1034:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1054:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_setnum':
utils/fluid_settings.c:1077:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1101:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_getnum':
utils/fluid_settings.c:1124:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1133:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_getnum_range':
utils/fluid_settings.c:1157:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1166:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_getnum_default':
utils/fluid_settings.c:1185:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1193:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_setint':
utils/fluid_settings.c:1216:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1240:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_getint':
utils/fluid_settings.c:1263:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1272:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_getint_range':
utils/fluid_settings.c:1295:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1304:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_getint_default':
utils/fluid_settings.c:1323:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1331:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_foreach_option':
utils/fluid_settings.c:1360:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);       /* ++ lock */
   ^
utils/fluid_settings.c:1364:5: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
     fluid_rec_mutex_unlock (settings->mutex);   /* -- unlock */
     ^
utils/fluid_settings.c:1380:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);   /* -- unlock */
   ^
utils/fluid_settings.c: In function 'fluid_settings_option_count':
utils/fluid_settings.c:1402:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1405:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
utils/fluid_settings.c: In function 'fluid_settings_option_concat':
utils/fluid_settings.c:1434:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);       /* ++ lock */
   ^
utils/fluid_settings.c:1438:5: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
     fluid_rec_mutex_unlock (settings->mutex);   /* -- unlock */
     ^
utils/fluid_settings.c:1475:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);   /* -- unlock */
   ^
utils/fluid_settings.c: In function 'fluid_settings_foreach':
utils/fluid_settings.c:1554:3: warning: 'g_static_rec_mutex_lock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): 
Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_lock (settings->mutex);
   ^
utils/fluid_settings.c:1570:3: warning: 'g_static_rec_mutex_unlock' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): 
Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_unlock (settings->mutex);
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_settings.lo -MD -MP -MF 
utils/.deps/libfluidsynth_la-fluid_settings.Tpo -c utils/fluid_settings.c -o 
utils/libfluidsynth_la-fluid_settings.o >/dev/null 2>&1
mv -f utils/.deps/libfluidsynth_la-fluid_settings.Tpo 
utils/.deps/libfluidsynth_la-fluid_settings.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT utils/libfluidsynth_la-
fluid_sys.lo -MD -MP -MF utils/.deps/libfluidsynth_la-fluid_sys.Tpo -c -o 
utils/libfluidsynth_la-fluid_sys.lo `test -f 'utils/fluid_sys.c' || echo 
'./'`utils/fluid_sys.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_sys.lo -MD -MP -MF utils/.deps/libfluidsynth_la-
fluid_sys.Tpo -c utils/fluid_sys.c  -fPIC -DPIC -o 
utils/.libs/libfluidsynth_la-fluid_sys.o
In file included from utils/fluid_sys.c:21:0:
utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
utils/fluid_sys.c: In function 'new_fluid_cond':
utils/fluid_sys.c:579:3: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
utils/fluid_sys.c:580:3: warning: 'g_cond_new' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:276) [-Wdeprecated-
declarations]
   return g_cond_new ();
   ^
utils/fluid_sys.c: In function 'new_fluid_thread':
utils/fluid_sys.c:617:3: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
utils/fluid_sys.c:632:5: warning: 'g_thread_create' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use 'g_thread_new' 
instead [-Wdeprecated-declarations]
     thread = g_thread_create (fluid_thread_high_prio, info, detach == FALSE, 
&err);
     ^
utils/fluid_sys.c:634:3: warning: 'g_thread_create' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use 'g_thread_new' 
instead [-Wdeprecated-declarations]
   else thread = g_thread_create ((GThreadFunc)func, data, detach == FALSE, 
&err);
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
utils/libfluidsynth_la-fluid_sys.lo -MD -MP -MF utils/.deps/libfluidsynth_la-
fluid_sys.Tpo -c utils/fluid_sys.c -o utils/libfluidsynth_la-fluid_sys.o 
>/dev/null 2>&1
mv -f utils/.deps/libfluidsynth_la-fluid_sys.Tpo utils/.deps/libfluidsynth_la-
fluid_sys.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT sfloader/libfluidsynth_la-
fluid_defsfont.lo -MD -MP -MF sfloader/.deps/libfluidsynth_la-
fluid_defsfont.Tpo -c -o sfloader/libfluidsynth_la-fluid_defsfont.lo `test -f 
'sfloader/fluid_defsfont.c' || echo './'`sfloader/fluid_defsfont.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
sfloader/libfluidsynth_la-fluid_defsfont.lo -MD -MP -MF 
sfloader/.deps/libfluidsynth_la-fluid_defsfont.Tpo -c 
sfloader/fluid_defsfont.c  -fPIC -DPIC -o sfloader/.libs/libfluidsynth_la-
fluid_defsfont.o
In file included from sfloader/fluid_defsfont.c:27:0:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
sfloader/fluid_defsfont.c: In function 'fluid_defpreset_noteon':
sfloader/fluid_defsfont.c:582:53: warning: variable 'z' set but not used [-
Wunused-but-set-variable]
   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
                                                     ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
sfloader/libfluidsynth_la-fluid_defsfont.lo -MD -MP -MF 
sfloader/.deps/libfluidsynth_la-fluid_defsfont.Tpo -c 
sfloader/fluid_defsfont.c -o sfloader/libfluidsynth_la-fluid_defsfont.o 
>/dev/null 2>&1
mv -f sfloader/.deps/libfluidsynth_la-fluid_defsfont.Tpo 
sfloader/.deps/libfluidsynth_la-fluid_defsfont.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT sfloader/libfluidsynth_la-
fluid_ramsfont.lo -MD -MP -MF sfloader/.deps/libfluidsynth_la-
fluid_ramsfont.Tpo -c -o sfloader/libfluidsynth_la-fluid_ramsfont.lo `test -f 
'sfloader/fluid_ramsfont.c' || echo './'`sfloader/fluid_ramsfont.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
sfloader/libfluidsynth_la-fluid_ramsfont.lo -MD -MP -MF 
sfloader/.deps/libfluidsynth_la-fluid_ramsfont.Tpo -c 
sfloader/fluid_ramsfont.c  -fPIC -DPIC -o sfloader/.libs/libfluidsynth_la-
fluid_ramsfont.o
In file included from sfloader/fluid_ramsfont.c:22:0:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
sfloader/fluid_ramsfont.c: In function 'fluid_rampreset_noteon':
sfloader/fluid_ramsfont.c:892:53: warning: variable 'z' set but not used [-
Wunused-but-set-variable]
   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
                                                     ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
sfloader/libfluidsynth_la-fluid_ramsfont.lo -MD -MP -MF 
sfloader/.deps/libfluidsynth_la-fluid_ramsfont.Tpo -c 
sfloader/fluid_ramsfont.c -o sfloader/libfluidsynth_la-fluid_ramsfont.o 
>/dev/null 2>&1
mv -f sfloader/.deps/libfluidsynth_la-fluid_ramsfont.Tpo 
sfloader/.deps/libfluidsynth_la-fluid_ramsfont.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT rvoice/libfluidsynth_la-
fluid_adsr_env.lo -MD -MP -MF rvoice/.deps/libfluidsynth_la-fluid_adsr_env.Tpo 
-c -o rvoice/libfluidsynth_la-fluid_adsr_env.lo `test -f 
'rvoice/fluid_adsr_env.c' || echo './'`rvoice/fluid_adsr_env.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_adsr_env.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_adsr_env.Tpo -c rvoice/fluid_adsr_env.c  -
fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-fluid_adsr_env.o
In file included from rvoice/fluid_adsr_env.h:25:0,
                 from rvoice/fluid_adsr_env.c:21:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_adsr_env.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_adsr_env.Tpo -c rvoice/fluid_adsr_env.c -o 
rvoice/libfluidsynth_la-fluid_adsr_env.o >/dev/null 2>&1
mv -f rvoice/.deps/libfluidsynth_la-fluid_adsr_env.Tpo 
rvoice/.deps/libfluidsynth_la-fluid_adsr_env.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT rvoice/libfluidsynth_la-
fluid_chorus.lo -MD -MP -MF rvoice/.deps/libfluidsynth_la-fluid_chorus.Tpo -c 
-o rvoice/libfluidsynth_la-fluid_chorus.lo `test -f 'rvoice/fluid_chorus.c' || 
echo './'`rvoice/fluid_chorus.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_chorus.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_chorus.Tpo -c rvoice/fluid_chorus.c  -fPIC 
-DPIC -o rvoice/.libs/libfluidsynth_la-fluid_chorus.o
In file included from rvoice/fluid_chorus.c:69:0:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_chorus.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_chorus.Tpo -c rvoice/fluid_chorus.c -o 
rvoice/libfluidsynth_la-fluid_chorus.o >/dev/null 2>&1
mv -f rvoice/.deps/libfluidsynth_la-fluid_chorus.Tpo 
rvoice/.deps/libfluidsynth_la-fluid_chorus.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT rvoice/libfluidsynth_la-
fluid_iir_filter.lo -MD -MP -MF rvoice/.deps/libfluidsynth_la-
fluid_iir_filter.Tpo -c -o rvoice/libfluidsynth_la-fluid_iir_filter.lo `test -
f 'rvoice/fluid_iir_filter.c' || echo './'`rvoice/fluid_iir_filter.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_iir_filter.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_iir_filter.Tpo -c 
rvoice/fluid_iir_filter.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-
fluid_iir_filter.o
In file included from rvoice/fluid_iir_filter.c:22:0:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_iir_filter.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_iir_filter.Tpo -c 
rvoice/fluid_iir_filter.c -o rvoice/libfluidsynth_la-fluid_iir_filter.o 
>/dev/null 2>&1
mv -f rvoice/.deps/libfluidsynth_la-fluid_iir_filter.Tpo 
rvoice/.deps/libfluidsynth_la-fluid_iir_filter.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT rvoice/libfluidsynth_la-
fluid_lfo.lo -MD -MP -MF rvoice/.deps/libfluidsynth_la-fluid_lfo.Tpo -c -o 
rvoice/libfluidsynth_la-fluid_lfo.lo `test -f 'rvoice/fluid_lfo.c' || echo 
'./'`rvoice/fluid_lfo.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_lfo.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_lfo.Tpo -c rvoice/fluid_lfo.c  -fPIC -DPIC 
-o rvoice/.libs/libfluidsynth_la-fluid_lfo.o
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_lfo.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_lfo.Tpo -c rvoice/fluid_lfo.c -o 
rvoice/libfluidsynth_la-fluid_lfo.o >/dev/null 2>&1
mv -f rvoice/.deps/libfluidsynth_la-fluid_lfo.Tpo 
rvoice/.deps/libfluidsynth_la-fluid_lfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT rvoice/libfluidsynth_la-
fluid_rvoice.lo -MD -MP -MF rvoice/.deps/libfluidsynth_la-fluid_rvoice.Tpo -c 
-o rvoice/libfluidsynth_la-fluid_rvoice.lo `test -f 'rvoice/fluid_rvoice.c' || 
echo './'`rvoice/fluid_rvoice.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rvoice.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rvoice.Tpo -c rvoice/fluid_rvoice.c  -fPIC 
-DPIC -o rvoice/.libs/libfluidsynth_la-fluid_rvoice.o
In file included from rvoice/fluid_adsr_env.h:25:0,
                 from rvoice/fluid_rvoice.h:27,
                 from rvoice/fluid_rvoice.c:21:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rvoice.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rvoice.Tpo -c rvoice/fluid_rvoice.c -o 
rvoice/libfluidsynth_la-fluid_rvoice.o >/dev/null 2>&1
mv -f rvoice/.deps/libfluidsynth_la-fluid_rvoice.Tpo 
rvoice/.deps/libfluidsynth_la-fluid_rvoice.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT rvoice/libfluidsynth_la-
fluid_rvoice_dsp.lo -MD -MP -MF rvoice/.deps/libfluidsynth_la-
fluid_rvoice_dsp.Tpo -c -o rvoice/libfluidsynth_la-fluid_rvoice_dsp.lo `test -
f 'rvoice/fluid_rvoice_dsp.c' || echo './'`rvoice/fluid_rvoice_dsp.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rvoice_dsp.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rvoice_dsp.Tpo -c 
rvoice/fluid_rvoice_dsp.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-
fluid_rvoice_dsp.o
In file included from rvoice/fluid_adsr_env.h:25:0,
                 from rvoice/fluid_rvoice.h:27,
                 from rvoice/fluid_rvoice_dsp.c:23:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rvoice_dsp.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rvoice_dsp.Tpo -c 
rvoice/fluid_rvoice_dsp.c -o rvoice/libfluidsynth_la-fluid_rvoice_dsp.o 
>/dev/null 2>&1
mv -f rvoice/.deps/libfluidsynth_la-fluid_rvoice_dsp.Tpo 
rvoice/.deps/libfluidsynth_la-fluid_rvoice_dsp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT rvoice/libfluidsynth_la-
fluid_rvoice_event.lo -MD -MP -MF rvoice/.deps/libfluidsynth_la-
fluid_rvoice_event.Tpo -c -o rvoice/libfluidsynth_la-fluid_rvoice_event.lo 
`test -f 'rvoice/fluid_rvoice_event.c' || echo 
'./'`rvoice/fluid_rvoice_event.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rvoice_event.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rvoice_event.Tpo -c 
rvoice/fluid_rvoice_event.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-
fluid_rvoice_event.o
In file included from rvoice/fluid_adsr_env.h:25:0,
                 from rvoice/fluid_rvoice.h:27,
                 from rvoice/fluid_rvoice_mixer.h:26,
                 from rvoice/fluid_rvoice_event.h:26,
                 from rvoice/fluid_rvoice_event.c:21:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rvoice_event.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rvoice_event.Tpo -c 
rvoice/fluid_rvoice_event.c -o rvoice/libfluidsynth_la-fluid_rvoice_event.o 
>/dev/null 2>&1
mv -f rvoice/.deps/libfluidsynth_la-fluid_rvoice_event.Tpo 
rvoice/.deps/libfluidsynth_la-fluid_rvoice_event.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT rvoice/libfluidsynth_la-
fluid_rvoice_mixer.lo -MD -MP -MF rvoice/.deps/libfluidsynth_la-
fluid_rvoice_mixer.Tpo -c -o rvoice/libfluidsynth_la-fluid_rvoice_mixer.lo 
`test -f 'rvoice/fluid_rvoice_mixer.c' || echo 
'./'`rvoice/fluid_rvoice_mixer.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rvoice_mixer.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rvoice_mixer.Tpo -c 
rvoice/fluid_rvoice_mixer.c  -fPIC -DPIC -o rvoice/.libs/libfluidsynth_la-
fluid_rvoice_mixer.o
In file included from rvoice/fluid_adsr_env.h:25:0,
                 from rvoice/fluid_rvoice.h:27,
                 from rvoice/fluid_rvoice_mixer.h:26,
                 from rvoice/fluid_rvoice_mixer.c:21:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
rvoice/fluid_rvoice_mixer.c: In function 'delete_fluid_rvoice_mixer':
rvoice/fluid_rvoice_mixer.c:627:5: warning: 'g_cond_free' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:278) [-
Wdeprecated-declarations]
     delete_fluid_cond(mixer->thread_ready);
     ^
rvoice/fluid_rvoice_mixer.c:629:5: warning: 'g_cond_free' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:278) [-
Wdeprecated-declarations]
     delete_fluid_cond(mixer->wakeup_threads);
     ^
rvoice/fluid_rvoice_mixer.c:631:5: warning: 'g_mutex_free' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:274) [-
Wdeprecated-declarations]
     delete_fluid_cond_mutex(mixer->thread_ready_m);
     ^
rvoice/fluid_rvoice_mixer.c:633:5: warning: 'g_mutex_free' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:274) [-
Wdeprecated-declarations]
     delete_fluid_cond_mutex(mixer->wakeup_threads_m);
     ^
rvoice/fluid_rvoice_mixer.c: In function 'fluid_mixer_get_mt_rvoice':
rvoice/fluid_rvoice_mixer.c:700:3: warning: 'g_atomic_int_exchange_and_add' is 
deprecated (declared at /usr/include/glib-2.0/glib/gatomic.h:82): Use 
'g_atomic_add' instead [-Wdeprecated-declarations]
   int i = fluid_atomic_int_exchange_and_add(&mixer->current_rvoice, 1);
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rvoice_mixer.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rvoice_mixer.Tpo -c 
rvoice/fluid_rvoice_mixer.c -o rvoice/libfluidsynth_la-fluid_rvoice_mixer.o 
>/dev/null 2>&1
mv -f rvoice/.deps/libfluidsynth_la-fluid_rvoice_mixer.Tpo 
rvoice/.deps/libfluidsynth_la-fluid_rvoice_mixer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT rvoice/libfluidsynth_la-
fluid_rev.lo -MD -MP -MF rvoice/.deps/libfluidsynth_la-fluid_rev.Tpo -c -o 
rvoice/libfluidsynth_la-fluid_rev.lo `test -f 'rvoice/fluid_rev.c' || echo 
'./'`rvoice/fluid_rev.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rev.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rev.Tpo -c rvoice/fluid_rev.c  -fPIC -DPIC 
-o rvoice/.libs/libfluidsynth_la-fluid_rev.o
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
rvoice/libfluidsynth_la-fluid_rev.lo -MD -MP -MF 
rvoice/.deps/libfluidsynth_la-fluid_rev.Tpo -c rvoice/fluid_rev.c -o 
rvoice/libfluidsynth_la-fluid_rev.o >/dev/null 2>&1
mv -f rvoice/.deps/libfluidsynth_la-fluid_rev.Tpo 
rvoice/.deps/libfluidsynth_la-fluid_rev.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT synth/libfluidsynth_la-
fluid_chan.lo -MD -MP -MF synth/.deps/libfluidsynth_la-fluid_chan.Tpo -c -o 
synth/libfluidsynth_la-fluid_chan.lo `test -f 'synth/fluid_chan.c' || echo 
'./'`synth/fluid_chan.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_chan.lo -MD -MP -MF synth/.deps/libfluidsynth_la-
fluid_chan.Tpo -c synth/fluid_chan.c  -fPIC -DPIC -o 
synth/.libs/libfluidsynth_la-fluid_chan.o
In file included from ../src/midi/fluid_midi.h:25:0,
                 from synth/fluid_chan.h:25,
                 from synth/fluid_chan.c:21:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_chan.lo -MD -MP -MF synth/.deps/libfluidsynth_la-
fluid_chan.Tpo -c synth/fluid_chan.c -o synth/libfluidsynth_la-fluid_chan.o 
>/dev/null 2>&1
mv -f synth/.deps/libfluidsynth_la-fluid_chan.Tpo 
synth/.deps/libfluidsynth_la-fluid_chan.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT synth/libfluidsynth_la-
fluid_event.lo -MD -MP -MF synth/.deps/libfluidsynth_la-fluid_event.Tpo -c -o 
synth/libfluidsynth_la-fluid_event.lo `test -f 'synth/fluid_event.c' || echo 
'./'`synth/fluid_event.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_event.lo -MD -MP -MF 
synth/.deps/libfluidsynth_la-fluid_event.Tpo -c synth/fluid_event.c  -fPIC -
DPIC -o synth/.libs/libfluidsynth_la-fluid_event.o
In file included from synth/fluid_event_priv.h:26:0,
                 from synth/fluid_event.c:31:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
synth/fluid_event.c: In function '_fluid_evt_heap_init':
synth/fluid_event.c:647:3: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   fluid_mutex_init(heap->mutex);
   ^
synth/fluid_event.c:647:3: warning: 'g_static_mutex_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:145): Use 
'g_mutex_init' instead [-Wdeprecated-declarations]
synth/fluid_event.c:650:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock(heap->mutex);
   ^
synth/fluid_event.c:660:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock(heap->mutex);
   ^
synth/fluid_event.c: In function '_fluid_evt_heap_free':
synth/fluid_event.c:697:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock(heap->mutex);
   ^
synth/fluid_event.c:707:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock(heap->mutex);
   ^
synth/fluid_event.c:708:3: warning: 'g_static_mutex_free' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:147): Use 
'g_mutex_clear' instead [-Wdeprecated-declarations]
   fluid_mutex_destroy(heap->mutex);
   ^
synth/fluid_event.c: In function '_fluid_seq_heap_get_free':
synth/fluid_event.c:724:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock(heap->mutex);
   ^
synth/fluid_event.c:743:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock(heap->mutex);
   ^
synth/fluid_event.c: In function '_fluid_seq_heap_set_free':
synth/fluid_event.c:766:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock(heap->mutex);
   ^
synth/fluid_event.c:772:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock(heap->mutex);
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_event.lo -MD -MP -MF 
synth/.deps/libfluidsynth_la-fluid_event.Tpo -c synth/fluid_event.c -o 
synth/libfluidsynth_la-fluid_event.o >/dev/null 2>&1
mv -f synth/.deps/libfluidsynth_la-fluid_event.Tpo 
synth/.deps/libfluidsynth_la-fluid_event.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT synth/libfluidsynth_la-
fluid_gen.lo -MD -MP -MF synth/.deps/libfluidsynth_la-fluid_gen.Tpo -c -o 
synth/libfluidsynth_la-fluid_gen.lo `test -f 'synth/fluid_gen.c' || echo 
'./'`synth/fluid_gen.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_gen.lo -MD -MP -MF synth/.deps/libfluidsynth_la-
fluid_gen.Tpo -c synth/fluid_gen.c  -fPIC -DPIC -o 
synth/.libs/libfluidsynth_la-fluid_gen.o
In file included from ../src/midi/fluid_midi.h:25:0,
                 from synth/fluid_chan.h:25,
                 from synth/fluid_gen.c:23:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_gen.lo -MD -MP -MF synth/.deps/libfluidsynth_la-
fluid_gen.Tpo -c synth/fluid_gen.c -o synth/libfluidsynth_la-fluid_gen.o 
>/dev/null 2>&1
mv -f synth/.deps/libfluidsynth_la-fluid_gen.Tpo synth/.deps/libfluidsynth_la-
fluid_gen.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT synth/libfluidsynth_la-
fluid_mod.lo -MD -MP -MF synth/.deps/libfluidsynth_la-fluid_mod.Tpo -c -o 
synth/libfluidsynth_la-fluid_mod.lo `test -f 'synth/fluid_mod.c' || echo 
'./'`synth/fluid_mod.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_mod.lo -MD -MP -MF synth/.deps/libfluidsynth_la-
fluid_mod.Tpo -c synth/fluid_mod.c  -fPIC -DPIC -o 
synth/.libs/libfluidsynth_la-fluid_mod.o
In file included from ../src/midi/fluid_midi.h:25:0,
                 from synth/fluid_chan.h:25,
                 from synth/fluid_mod.c:22:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_mod.lo -MD -MP -MF synth/.deps/libfluidsynth_la-
fluid_mod.Tpo -c synth/fluid_mod.c -o synth/libfluidsynth_la-fluid_mod.o 
>/dev/null 2>&1
mv -f synth/.deps/libfluidsynth_la-fluid_mod.Tpo synth/.deps/libfluidsynth_la-
fluid_mod.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT synth/libfluidsynth_la-
fluid_synth.lo -MD -MP -MF synth/.deps/libfluidsynth_la-fluid_synth.Tpo -c -o 
synth/libfluidsynth_la-fluid_synth.lo `test -f 'synth/fluid_synth.c' || echo 
'./'`synth/fluid_synth.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_synth.lo -MD -MP -MF 
synth/.deps/libfluidsynth_la-fluid_synth.Tpo -c synth/fluid_synth.c  -fPIC -
DPIC -o synth/.libs/libfluidsynth_la-fluid_synth.o
In file included from synth/fluid_event_queue.h:24:0,
                 from synth/fluid_synth.h:35,
                 from synth/fluid_synth.c:23:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
synth/fluid_synth.c: In function 'new_fluid_synth':
synth/fluid_synth.c:569:3: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   fluid_rec_mutex_init(synth->mutex);
   ^
synth/fluid_synth.c:569:3: warning: 'g_static_rec_mutex_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:171): Use 
'g_rec_mutex_init' instead [-Wdeprecated-declarations]
synth/fluid_synth.c:661:3: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   fluid_private_init(synth->tuning_iter);
   ^
synth/fluid_synth.c:661:3: warning: 'g_static_private_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:243) [-
Wdeprecated-declarations]
synth/fluid_synth.c: In function 'delete_fluid_synth':
synth/fluid_synth.c:866:3: warning: 'g_static_private_free' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:254) [-
Wdeprecated-declarations]
   fluid_private_free (synth->tuning_iter);
   ^
synth/fluid_synth.c:874:3: warning: 'g_static_rec_mutex_free' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:190): Use 
'g_rec_mutex_free' instead [-Wdeprecated-declarations]
   fluid_rec_mutex_destroy(synth->mutex);
   ^
synth/fluid_synth.c: In function 'fluid_synth_tuning_iteration_start':
synth/fluid_synth.c:4443:3: warning: 'g_static_private_set' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:249): Use 
'g_private_set' instead [-Wdeprecated-declarations]
   fluid_private_set (synth->tuning_iter, FLUID_INT_TO_POINTER (0), NULL);
   ^
synth/fluid_synth.c: In function 'fluid_synth_tuning_iteration_next':
synth/fluid_synth.c:4466:3: warning: 'g_static_private_get' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:246): Use 
'g_private_get' instead [-Wdeprecated-declarations]
   pval = fluid_private_get (synth->tuning_iter);
   ^
synth/fluid_synth.c:4487:7: warning: 'g_static_private_set' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:249): Use 
'g_private_set' instead [-Wdeprecated-declarations]
       if (p < 127) fluid_private_set (synth->tuning_iter,
       ^
synth/fluid_synth.c:4489:7: warning: 'g_static_private_set' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:249): Use 
'g_private_set' instead [-Wdeprecated-declarations]
       else fluid_private_set (synth->tuning_iter,
       ^
synth/fluid_synth.c: In function 'fluid_synth_api_enter':
synth/fluid_synth.c:4938:5: warning: 'g_static_rec_mutex_lock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:174): Use 
'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
     fluid_rec_mutex_lock(synth->mutex);
     ^
synth/fluid_synth.c: In function 'fluid_synth_api_exit':
synth/fluid_synth.c:4954:5: warning: 'g_static_rec_mutex_unlock' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:180): Use 
'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
     fluid_rec_mutex_unlock(synth->mutex);
     ^
In function 'fluid_synth_set_reverb_on':
synth/fluid_synth.c:529:1: warning: inlining failed in call to 
'fluid_synth_update_mixer.part.7': call is unlikely and code size would grow 
[-Winline]
 fluid_synth_update_mixer(fluid_synth_t* synth, void* method, int intparam,
 ^
cc1: warning: called from here [-Winline]
In function 'fluid_synth_system_reset':
synth/fluid_synth.c:529:1: warning: inlining failed in call to 
'fluid_synth_update_mixer.part.7': call is unlikely and code size would grow 
[-Winline]
 fluid_synth_update_mixer(fluid_synth_t* synth, void* method, int intparam,
 ^
cc1: warning: called from here [-Winline]
In function 'fluid_synth_set_sample_rate':
synth/fluid_synth.c:529:1: warning: inlining failed in call to 
'fluid_synth_update_mixer.part.7': call is unlikely and code size would grow 
[-Winline]
 fluid_synth_update_mixer(fluid_synth_t* synth, void* method, int intparam,
 ^
cc1: warning: called from here [-Winline]
In function 'fluid_synth_set_polyphony':
synth/fluid_synth.c:529:1: warning: inlining failed in call to 
'fluid_synth_update_mixer.part.7': call is unlikely and code size would grow 
[-Winline]
 fluid_synth_update_mixer(fluid_synth_t* synth, void* method, int intparam,
 ^
cc1: warning: called from here [-Winline]
In function 'fluid_synth_set_chorus_on':
synth/fluid_synth.c:529:1: warning: inlining failed in call to 
'fluid_synth_update_mixer.part.7': call is unlikely and code size would grow 
[-Winline]
 fluid_synth_update_mixer(fluid_synth_t* synth, void* method, int intparam,
 ^
cc1: warning: called from here [-Winline]
In function 'new_fluid_synth':
synth/fluid_synth.c:529:1: warning: inlining failed in call to 
'fluid_synth_update_mixer.part.7': call is unlikely and code size would grow 
[-Winline]
 fluid_synth_update_mixer(fluid_synth_t* synth, void* method, int intparam,
 ^
cc1: warning: called from here [-Winline]
synth/fluid_synth.c:529:1: warning: inlining failed in call to 
'fluid_synth_update_mixer.part.7': call is unlikely and code size would grow 
[-Winline]
 fluid_synth_update_mixer(fluid_synth_t* synth, void* method, int intparam,
 ^
cc1: warning: called from here [-Winline]
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_synth.lo -MD -MP -MF 
synth/.deps/libfluidsynth_la-fluid_synth.Tpo -c synth/fluid_synth.c -o 
synth/libfluidsynth_la-fluid_synth.o >/dev/null 2>&1
mv -f synth/.deps/libfluidsynth_la-fluid_synth.Tpo 
synth/.deps/libfluidsynth_la-fluid_synth.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT synth/libfluidsynth_la-
fluid_tuning.lo -MD -MP -MF synth/.deps/libfluidsynth_la-fluid_tuning.Tpo -c -
o synth/libfluidsynth_la-fluid_tuning.lo `test -f 'synth/fluid_tuning.c' || 
echo './'`synth/fluid_tuning.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_tuning.lo -MD -MP -MF 
synth/.deps/libfluidsynth_la-fluid_tuning.Tpo -c synth/fluid_tuning.c  -fPIC -
DPIC -o synth/.libs/libfluidsynth_la-fluid_tuning.o
In file included from synth/fluid_tuning.c:24:0:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_tuning.lo -MD -MP -MF 
synth/.deps/libfluidsynth_la-fluid_tuning.Tpo -c synth/fluid_tuning.c -o 
synth/libfluidsynth_la-fluid_tuning.o >/dev/null 2>&1
mv -f synth/.deps/libfluidsynth_la-fluid_tuning.Tpo 
synth/.deps/libfluidsynth_la-fluid_tuning.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT synth/libfluidsynth_la-
fluid_voice.lo -MD -MP -MF synth/.deps/libfluidsynth_la-fluid_voice.Tpo -c -o 
synth/libfluidsynth_la-fluid_voice.lo `test -f 'synth/fluid_voice.c' || echo 
'./'`synth/fluid_voice.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_voice.lo -MD -MP -MF 
synth/.deps/libfluidsynth_la-fluid_voice.Tpo -c synth/fluid_voice.c  -fPIC -
DPIC -o synth/.libs/libfluidsynth_la-fluid_voice.o
In file included from ../src/rvoice/fluid_adsr_env.h:25:0,
                 from synth/fluid_voice.h:29,
                 from synth/fluid_voice.c:22:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
synth/libfluidsynth_la-fluid_voice.lo -MD -MP -MF 
synth/.deps/libfluidsynth_la-fluid_voice.Tpo -c synth/fluid_voice.c -o 
synth/libfluidsynth_la-fluid_voice.o >/dev/null 2>&1
mv -f synth/.deps/libfluidsynth_la-fluid_voice.Tpo 
synth/.deps/libfluidsynth_la-fluid_voice.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT midi/libfluidsynth_la-
fluid_midi.lo -MD -MP -MF midi/.deps/libfluidsynth_la-fluid_midi.Tpo -c -o 
midi/libfluidsynth_la-fluid_midi.lo `test -f 'midi/fluid_midi.c' || echo 
'./'`midi/fluid_midi.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
midi/libfluidsynth_la-fluid_midi.lo -MD -MP -MF midi/.deps/libfluidsynth_la-
fluid_midi.Tpo -c midi/fluid_midi.c  -fPIC -DPIC -o 
midi/.libs/libfluidsynth_la-fluid_midi.o
In file included from midi/fluid_midi.h:25:0,
                 from midi/fluid_midi.c:21:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
midi/fluid_midi.c: In function 'fluid_midi_file_read_event':
midi/fluid_midi.c:440:52: warning: variable 'mi' set but not used [-Wunused-
but-set-variable]
     int nominator, denominator, clocks, notes, sf, mi;
                                                    ^
midi/fluid_midi.c:440:48: warning: variable 'sf' set but not used [-Wunused-
but-set-variable]
     int nominator, denominator, clocks, notes, sf, mi;
                                                ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
midi/libfluidsynth_la-fluid_midi.lo -MD -MP -MF midi/.deps/libfluidsynth_la-
fluid_midi.Tpo -c midi/fluid_midi.c -o midi/libfluidsynth_la-fluid_midi.o 
>/dev/null 2>&1
mv -f midi/.deps/libfluidsynth_la-fluid_midi.Tpo midi/.deps/libfluidsynth_la-
fluid_midi.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT midi/libfluidsynth_la-
fluid_midi_router.lo -MD -MP -MF midi/.deps/libfluidsynth_la-
fluid_midi_router.Tpo -c -o midi/libfluidsynth_la-fluid_midi_router.lo `test -
f 'midi/fluid_midi_router.c' || echo './'`midi/fluid_midi_router.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
midi/libfluidsynth_la-fluid_midi_router.lo -MD -MP -MF 
midi/.deps/libfluidsynth_la-fluid_midi_router.Tpo -c midi/fluid_midi_router.c  
-fPIC -DPIC -o midi/.libs/libfluidsynth_la-fluid_midi_router.o
In file included from midi/fluid_midi.h:25:0,
                 from midi/fluid_midi_router.h:28,
                 from midi/fluid_midi_router.c:27:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
midi/fluid_midi_router.c: In function 'new_fluid_midi_router':
midi/fluid_midi_router.c:106:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   fluid_mutex_init (router->rules_mutex);
   ^
midi/fluid_midi_router.c:106:3: warning: 'g_static_mutex_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:145): Use 
'g_mutex_init' instead [-Wdeprecated-declarations]
midi/fluid_midi_router.c: In function 'delete_fluid_midi_router':
midi/fluid_midi_router.c:150:3: warning: 'g_static_mutex_free' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:147): Use 
'g_mutex_clear' instead [-Wdeprecated-declarations]
   fluid_mutex_destroy (router->rules_mutex);
   ^
midi/fluid_midi_router.c: In function 'fluid_midi_router_set_default_rules':
midi/fluid_midi_router.c:189:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock (router->rules_mutex);       /* ++ lock */
   ^
midi/fluid_midi_router.c:222:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock (router->rules_mutex);     /* -- unlock */
   ^
midi/fluid_midi_router.c: In function 'fluid_midi_router_clear_rules':
midi/fluid_midi_router.c:255:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock (router->rules_mutex);       /* ++ lock */
   ^
midi/fluid_midi_router.c:284:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock (router->rules_mutex);     /* -- unlock */
   ^
midi/fluid_midi_router.c: In function 'fluid_midi_router_add_rule':
midi/fluid_midi_router.c:321:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock (router->rules_mutex);       /* ++ lock */
   ^
midi/fluid_midi_router.c:330:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock (router->rules_mutex);     /* -- unlock */
   ^
midi/fluid_midi_router.c: In function 'fluid_midi_router_handle_midi_event':
midi/fluid_midi_router.c:549:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock (router->rules_mutex);   /* ++ lock rules */
   ^
midi/fluid_midi_router.c:583:9: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
         fluid_mutex_unlock (router->rules_mutex);  /* -- unlock rules */
         ^
midi/fluid_midi_router.c:740:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock (router->rules_mutex);         /* -- unlock rules */
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
midi/libfluidsynth_la-fluid_midi_router.lo -MD -MP -MF 
midi/.deps/libfluidsynth_la-fluid_midi_router.Tpo -c midi/fluid_midi_router.c 
-o midi/libfluidsynth_la-fluid_midi_router.o >/dev/null 2>&1
mv -f midi/.deps/libfluidsynth_la-fluid_midi_router.Tpo 
midi/.deps/libfluidsynth_la-fluid_midi_router.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT midi/libfluidsynth_la-
fluid_seqbind.lo -MD -MP -MF midi/.deps/libfluidsynth_la-fluid_seqbind.Tpo -c 
-o midi/libfluidsynth_la-fluid_seqbind.lo `test -f 'midi/fluid_seqbind.c' || 
echo './'`midi/fluid_seqbind.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
midi/libfluidsynth_la-fluid_seqbind.lo -MD -MP -MF 
midi/.deps/libfluidsynth_la-fluid_seqbind.Tpo -c midi/fluid_seqbind.c  -fPIC -
DPIC -o midi/.libs/libfluidsynth_la-fluid_seqbind.o
In file included from ../src/synth/fluid_event_queue.h:24:0,
                 from ../src/synth/fluid_synth.h:35,
                 from midi/fluid_seqbind.c:31:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
midi/libfluidsynth_la-fluid_seqbind.lo -MD -MP -MF 
midi/.deps/libfluidsynth_la-fluid_seqbind.Tpo -c midi/fluid_seqbind.c -o 
midi/libfluidsynth_la-fluid_seqbind.o >/dev/null 2>&1
mv -f midi/.deps/libfluidsynth_la-fluid_seqbind.Tpo 
midi/.deps/libfluidsynth_la-fluid_seqbind.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT midi/libfluidsynth_la-
fluid_seq.lo -MD -MP -MF midi/.deps/libfluidsynth_la-fluid_seq.Tpo -c -o 
midi/libfluidsynth_la-fluid_seq.lo `test -f 'midi/fluid_seq.c' || echo 
'./'`midi/fluid_seq.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
midi/libfluidsynth_la-fluid_seq.lo -MD -MP -MF midi/.deps/libfluidsynth_la-
fluid_seq.Tpo -c midi/fluid_seq.c  -fPIC -DPIC -o midi/.libs/libfluidsynth_la-
fluid_seq.o
In file included from ../src/synth/fluid_event_priv.h:26:0,
                 from midi/fluid_seq.c:30:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
midi/fluid_seq.c: In function '_fluid_seq_queue_init':
midi/fluid_seq.c:673:2: warning: 'g_thread_init' is deprecated (declared at 
/usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
  fluid_mutex_init(seq->mutex);
  ^
midi/fluid_seq.c:673:2: warning: 'g_static_mutex_init' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:145): Use 'g_mutex_init' 
instead [-Wdeprecated-declarations]
midi/fluid_seq.c: In function '_fluid_seq_queue_end':
midi/fluid_seq.c:707:2: warning: 'g_static_mutex_free' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:147): Use 'g_mutex_clear' 
instead [-Wdeprecated-declarations]
  fluid_mutex_destroy(seq->mutex);
  ^
midi/fluid_seq.c: In function '_fluid_seq_queue_pre_insert':
midi/fluid_seq.c:733:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 
'GMutex' instead [-Wdeprecated-declarations]
  fluid_mutex_lock(seq->mutex);
  ^
midi/fluid_seq.c:743:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 
'GMutex' instead [-Wdeprecated-declarations]
  fluid_mutex_unlock(seq->mutex);
  ^
midi/fluid_seq.c: In function '_fluid_seq_queue_pre_remove':
midi/fluid_seq.c:771:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 
'GMutex' instead [-Wdeprecated-declarations]
  fluid_mutex_lock(seq->mutex);
  ^
midi/fluid_seq.c:781:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 
'GMutex' instead [-Wdeprecated-declarations]
  fluid_mutex_unlock(seq->mutex);
  ^
midi/fluid_seq.c: In function 'fluid_sequencer_process':
midi/fluid_seq.c:825:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 
'GMutex' instead [-Wdeprecated-declarations]
  fluid_mutex_lock(seq->mutex);
  ^
midi/fluid_seq.c:832:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 
'GMutex' instead [-Wdeprecated-declarations]
  fluid_mutex_unlock(seq->mutex);
  ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
midi/libfluidsynth_la-fluid_seq.lo -MD -MP -MF midi/.deps/libfluidsynth_la-
fluid_seq.Tpo -c midi/fluid_seq.c -o midi/libfluidsynth_la-fluid_seq.o 
>/dev/null 2>&1
mv -f midi/.deps/libfluidsynth_la-fluid_seq.Tpo midi/.deps/libfluidsynth_la-
fluid_seq.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT drivers/libfluidsynth_la-
fluid_adriver.lo -MD -MP -MF drivers/.deps/libfluidsynth_la-fluid_adriver.Tpo 
-c -o drivers/libfluidsynth_la-fluid_adriver.lo `test -f 
'drivers/fluid_adriver.c' || echo './'`drivers/fluid_adriver.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_adriver.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_adriver.Tpo -c drivers/fluid_adriver.c  -
fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_adriver.o
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_adriver.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_adriver.Tpo -c drivers/fluid_adriver.c -o 
drivers/libfluidsynth_la-fluid_adriver.o >/dev/null 2>&1
mv -f drivers/.deps/libfluidsynth_la-fluid_adriver.Tpo 
drivers/.deps/libfluidsynth_la-fluid_adriver.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT drivers/libfluidsynth_la-
fluid_mdriver.lo -MD -MP -MF drivers/.deps/libfluidsynth_la-fluid_mdriver.Tpo 
-c -o drivers/libfluidsynth_la-fluid_mdriver.lo `test -f 
'drivers/fluid_mdriver.c' || echo './'`drivers/fluid_mdriver.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_mdriver.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_mdriver.Tpo -c drivers/fluid_mdriver.c  -
fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_mdriver.o
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_mdriver.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_mdriver.Tpo -c drivers/fluid_mdriver.c -o 
drivers/libfluidsynth_la-fluid_mdriver.o >/dev/null 2>&1
mv -f drivers/.deps/libfluidsynth_la-fluid_mdriver.Tpo 
drivers/.deps/libfluidsynth_la-fluid_mdriver.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT drivers/libfluidsynth_la-
fluid_aufile.lo -MD -MP -MF drivers/.deps/libfluidsynth_la-fluid_aufile.Tpo -c 
-o drivers/libfluidsynth_la-fluid_aufile.lo `test -f 'drivers/fluid_aufile.c' 
|| echo './'`drivers/fluid_aufile.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_aufile.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_aufile.Tpo -c drivers/fluid_aufile.c  -
fPIC -DPIC -o drivers/.libs/libfluidsynth_la-fluid_aufile.o
In file included from drivers/fluid_aufile.c:29:0:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
drivers/libfluidsynth_la-fluid_aufile.lo -MD -MP -MF 
drivers/.deps/libfluidsynth_la-fluid_aufile.Tpo -c drivers/fluid_aufile.c -o 
drivers/libfluidsynth_la-fluid_aufile.o >/dev/null 2>&1
mv -f drivers/.deps/libfluidsynth_la-fluid_aufile.Tpo 
drivers/.deps/libfluidsynth_la-fluid_aufile.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT bindings/libfluidsynth_la-
fluid_cmd.lo -MD -MP -MF bindings/.deps/libfluidsynth_la-fluid_cmd.Tpo -c -o 
bindings/libfluidsynth_la-fluid_cmd.lo `test -f 'bindings/fluid_cmd.c' || echo 
'./'`bindings/fluid_cmd.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_cmd.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_cmd.Tpo -c bindings/fluid_cmd.c  -fPIC -
DPIC -o bindings/.libs/libfluidsynth_la-fluid_cmd.o
In file included from ../src/synth/fluid_event_queue.h:24:0,
                 from ../src/synth/fluid_synth.h:35,
                 from bindings/fluid_cmd.c:25:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
bindings/fluid_cmd.c: In function 'new_fluid_server':
bindings/fluid_cmd.c:1837:3: warning: 'g_thread_init' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-Wdeprecated-
declarations]
   fluid_mutex_init(server->mutex);
   ^
bindings/fluid_cmd.c:1837:3: warning: 'g_static_mutex_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:145): Use 
'g_mutex_init' instead [-Wdeprecated-declarations]
bindings/fluid_cmd.c: In function 'fluid_server_close':
bindings/fluid_cmd.c:1878:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock(server->mutex);
   ^
bindings/fluid_cmd.c:1881:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock(server->mutex);
   ^
bindings/fluid_cmd.c: In function 'fluid_server_add_client':
bindings/fluid_cmd.c:1919:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock(server->mutex);
   ^
bindings/fluid_cmd.c:1921:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock(server->mutex);
   ^
bindings/fluid_cmd.c: In function 'fluid_server_remove_client':
bindings/fluid_cmd.c:1926:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_lock(server->mutex);
   ^
bindings/fluid_cmd.c:1928:3: warning: 'g_static_mutex_get_mutex_impl' is 
deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): 
Use 'GMutex' instead [-Wdeprecated-declarations]
   fluid_mutex_unlock(server->mutex);
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_cmd.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_cmd.Tpo -c bindings/fluid_cmd.c -o 
bindings/libfluidsynth_la-fluid_cmd.o >/dev/null 2>&1
mv -f bindings/.deps/libfluidsynth_la-fluid_cmd.Tpo 
bindings/.deps/libfluidsynth_la-fluid_cmd.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT bindings/libfluidsynth_la-
fluid_ladspa.lo -MD -MP -MF bindings/.deps/libfluidsynth_la-fluid_ladspa.Tpo -
c -o bindings/libfluidsynth_la-fluid_ladspa.lo `test -f 
'bindings/fluid_ladspa.c' || echo './'`bindings/fluid_ladspa.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_ladspa.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_ladspa.Tpo -c bindings/fluid_ladspa.c  -
fPIC -DPIC -o bindings/.libs/libfluidsynth_la-fluid_ladspa.o
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_ladspa.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_ladspa.Tpo -c bindings/fluid_ladspa.c -o 
bindings/libfluidsynth_la-fluid_ladspa.o >/dev/null 2>&1
mv -f bindings/.deps/libfluidsynth_la-fluid_ladspa.Tpo 
bindings/.deps/libfluidsynth_la-fluid_ladspa.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/uuid -
I/usr/include/libxml2 -I/usr/include/alsa -I/audio/include/lash-1.0    -
I/usr/local/include  -I/usr/include/alsa  -D_REENTRANT  -pthread -
I/usr/local/include   -pthread -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT bindings/libfluidsynth_la-
fluid_filerenderer.lo -MD -MP -MF bindings/.deps/libfluidsynth_la-
fluid_filerenderer.Tpo -c -o bindings/libfluidsynth_la-fluid_filerenderer.lo 
`test -f 'bindings/fluid_filerenderer.c' || echo 
'./'`bindings/fluid_filerenderer.c
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_filerenderer.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_filerenderer.Tpo -c 
bindings/fluid_filerenderer.c  -fPIC -DPIC -o bindings/.libs/libfluidsynth_la-
fluid_filerenderer.o
In file included from ../src/synth/fluid_event_queue.h:24:0,
                 from ../src/synth/fluid_synth.h:35,
                 from bindings/fluid_filerenderer.c:27:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
libtool: compile:  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/dbus-1.0 -
I/usr/lib/dbus-1.0/include -I/usr/include/uuid -I/usr/include/libxml2 -
I/usr/include/alsa -I/audio/include/lash-1.0 -I/usr/local/include -
I/usr/include/alsa -D_REENTRANT -pthread -I/usr/local/include -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -
I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=amdfam10 -O2 -pipe -
m64 -fPIC -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 -MT 
bindings/libfluidsynth_la-fluid_filerenderer.lo -MD -MP -MF 
bindings/.deps/libfluidsynth_la-fluid_filerenderer.Tpo -c 
bindings/fluid_filerenderer.c -o bindings/libfluidsynth_la-
fluid_filerenderer.o >/dev/null 2>&1
mv -f bindings/.deps/libfluidsynth_la-fluid_filerenderer.Tpo 
bindings/.deps/libfluidsynth_la-fluid_filerenderer.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -march=amdfam10 -O2 -pipe -m64 
-fPIC  -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 -version-info 6:2:5 -
export-dynamic   -o libfluidsynth.la -rpath /opt/audio/lib 
drivers/libfluidsynth_la-fluid_alsa.lo   drivers/libfluidsynth_la-
fluid_jack.lo bindings/libfluidsynth_la-fluid_lash.lo 
drivers/libfluidsynth_la-fluid_oss.lo drivers/libfluidsynth_la-
fluid_portaudio.lo drivers/libfluidsynth_la-fluid_pulse.lo   
bindings/libfluidsynth_la-fluid_rtkit.lo utils/libfluidsynth_la-fluid_conv.lo 
utils/libfluidsynth_la-fluid_hash.lo utils/libfluidsynth_la-fluid_list.lo 
utils/libfluidsynth_la-fluid_ringbuffer.lo utils/libfluidsynth_la-
fluid_settings.lo utils/libfluidsynth_la-fluid_sys.lo 
sfloader/libfluidsynth_la-fluid_defsfont.lo sfloader/libfluidsynth_la-
fluid_ramsfont.lo rvoice/libfluidsynth_la-fluid_adsr_env.lo 
rvoice/libfluidsynth_la-fluid_chorus.lo rvoice/libfluidsynth_la-
fluid_iir_filter.lo rvoice/libfluidsynth_la-fluid_lfo.lo 
rvoice/libfluidsynth_la-fluid_rvoice.lo rvoice/libfluidsynth_la-
fluid_rvoice_dsp.lo rvoice/libfluidsynth_la-fluid_rvoice_event.lo 
rvoice/libfluidsynth_la-fluid_rvoice_mixer.lo rvoice/libfluidsynth_la-
fluid_rev.lo synth/libfluidsynth_la-fluid_chan.lo synth/libfluidsynth_la-
fluid_event.lo synth/libfluidsynth_la-fluid_gen.lo synth/libfluidsynth_la-
fluid_mod.lo synth/libfluidsynth_la-fluid_synth.lo synth/libfluidsynth_la-
fluid_tuning.lo synth/libfluidsynth_la-fluid_voice.lo midi/libfluidsynth_la-
fluid_midi.lo midi/libfluidsynth_la-fluid_midi_router.lo 
midi/libfluidsynth_la-fluid_seqbind.lo midi/libfluidsynth_la-fluid_seq.lo 
drivers/libfluidsynth_la-fluid_adriver.lo drivers/libfluidsynth_la-
fluid_mdriver.lo drivers/libfluidsynth_la-fluid_aufile.lo 
bindings/libfluidsynth_la-fluid_cmd.lo bindings/libfluidsynth_la-
fluid_ladspa.lo bindings/libfluidsynth_la-fluid_filerenderer.lo -lm -
L/audio/lib -llash -ldbus-1 -luuid -lxml2 -lasound   -lreadline -lncurses   -
L/usr/local/lib -ljack  -lasound  -lpulse-simple -lpulse  -L/usr/local/lib -
lportaudio -lasound -lm -lpthread   -lgthread-2.0 -pthread -lglib-2.0  -
L/usr/local/lib -lsndfile  -ldbus-1  -lpthread 
libtool: link: gcc -shared  -fPIC -DPIC  drivers/.libs/libfluidsynth_la-
fluid_alsa.o drivers/.libs/libfluidsynth_la-fluid_jack.o 
bindings/.libs/libfluidsynth_la-fluid_lash.o drivers/.libs/libfluidsynth_la-
fluid_oss.o drivers/.libs/libfluidsynth_la-fluid_portaudio.o 
drivers/.libs/libfluidsynth_la-fluid_pulse.o bindings/.libs/libfluidsynth_la-
fluid_rtkit.o utils/.libs/libfluidsynth_la-fluid_conv.o 
utils/.libs/libfluidsynth_la-fluid_hash.o utils/.libs/libfluidsynth_la-
fluid_list.o utils/.libs/libfluidsynth_la-fluid_ringbuffer.o 
utils/.libs/libfluidsynth_la-fluid_settings.o utils/.libs/libfluidsynth_la-
fluid_sys.o sfloader/.libs/libfluidsynth_la-fluid_defsfont.o 
sfloader/.libs/libfluidsynth_la-fluid_ramsfont.o 
rvoice/.libs/libfluidsynth_la-fluid_adsr_env.o rvoice/.libs/libfluidsynth_la-
fluid_chorus.o rvoice/.libs/libfluidsynth_la-fluid_iir_filter.o 
rvoice/.libs/libfluidsynth_la-fluid_lfo.o rvoice/.libs/libfluidsynth_la-
fluid_rvoice.o rvoice/.libs/libfluidsynth_la-fluid_rvoice_dsp.o 
rvoice/.libs/libfluidsynth_la-fluid_rvoice_event.o 
rvoice/.libs/libfluidsynth_la-fluid_rvoice_mixer.o 
rvoice/.libs/libfluidsynth_la-fluid_rev.o synth/.libs/libfluidsynth_la-
fluid_chan.o synth/.libs/libfluidsynth_la-fluid_event.o 
synth/.libs/libfluidsynth_la-fluid_gen.o synth/.libs/libfluidsynth_la-
fluid_mod.o synth/.libs/libfluidsynth_la-fluid_synth.o 
synth/.libs/libfluidsynth_la-fluid_tuning.o synth/.libs/libfluidsynth_la-
fluid_voice.o midi/.libs/libfluidsynth_la-fluid_midi.o 
midi/.libs/libfluidsynth_la-fluid_midi_router.o midi/.libs/libfluidsynth_la-
fluid_seqbind.o midi/.libs/libfluidsynth_la-fluid_seq.o 
drivers/.libs/libfluidsynth_la-fluid_adriver.o drivers/.libs/libfluidsynth_la-
fluid_mdriver.o drivers/.libs/libfluidsynth_la-fluid_aufile.o 
bindings/.libs/libfluidsynth_la-fluid_cmd.o bindings/.libs/libfluidsynth_la-
fluid_ladspa.o bindings/.libs/libfluidsynth_la-fluid_filerenderer.o   -
L/audio/lib /audio/lib/liblash.so -luuid -lxml2 -lreadline -lncurses -
L/usr/local/lib -ljack /usr/lib/libpulse-simple.so /usr/lib/libpulse.so 
/usr/local/lib/libportaudio.so /usr/lib/libasound.so -lm -lgthread-2.0 -
lglib-2.0 /usr/local/lib/libsndfile.so -ldbus-1 -lpthread  -march=amdfam10 -O2 
-m64 -O2 -pthread   -pthread -Wl,-soname -Wl,libfluidsynth.so.1 -o 
.libs/libfluidsynth.so.1.5.2
libtool: link: (cd ".libs" && rm -f "libfluidsynth.so.1" && ln -s 
"libfluidsynth.so.1.5.2" "libfluidsynth.so.1")
libtool: link: (cd ".libs" && rm -f "libfluidsynth.so" && ln -s 
"libfluidsynth.so.1.5.2" "libfluidsynth.so")
libtool: link: ar cru .libs/libfluidsynth.a  drivers/libfluidsynth_la-
fluid_alsa.o drivers/libfluidsynth_la-fluid_jack.o bindings/libfluidsynth_la-
fluid_lash.o drivers/libfluidsynth_la-fluid_oss.o drivers/libfluidsynth_la-
fluid_portaudio.o drivers/libfluidsynth_la-fluid_pulse.o 
bindings/libfluidsynth_la-fluid_rtkit.o utils/libfluidsynth_la-fluid_conv.o 
utils/libfluidsynth_la-fluid_hash.o utils/libfluidsynth_la-fluid_list.o 
utils/libfluidsynth_la-fluid_ringbuffer.o utils/libfluidsynth_la-
fluid_settings.o utils/libfluidsynth_la-fluid_sys.o sfloader/libfluidsynth_la-
fluid_defsfont.o sfloader/libfluidsynth_la-fluid_ramsfont.o 
rvoice/libfluidsynth_la-fluid_adsr_env.o rvoice/libfluidsynth_la-
fluid_chorus.o rvoice/libfluidsynth_la-fluid_iir_filter.o 
rvoice/libfluidsynth_la-fluid_lfo.o rvoice/libfluidsynth_la-fluid_rvoice.o 
rvoice/libfluidsynth_la-fluid_rvoice_dsp.o rvoice/libfluidsynth_la-
fluid_rvoice_event.o rvoice/libfluidsynth_la-fluid_rvoice_mixer.o 
rvoice/libfluidsynth_la-fluid_rev.o synth/libfluidsynth_la-fluid_chan.o 
synth/libfluidsynth_la-fluid_event.o synth/libfluidsynth_la-fluid_gen.o 
synth/libfluidsynth_la-fluid_mod.o synth/libfluidsynth_la-fluid_synth.o 
synth/libfluidsynth_la-fluid_tuning.o synth/libfluidsynth_la-fluid_voice.o 
midi/libfluidsynth_la-fluid_midi.o midi/libfluidsynth_la-fluid_midi_router.o 
midi/libfluidsynth_la-fluid_seqbind.o midi/libfluidsynth_la-fluid_seq.o 
drivers/libfluidsynth_la-fluid_adriver.o drivers/libfluidsynth_la-
fluid_mdriver.o drivers/libfluidsynth_la-fluid_aufile.o 
bindings/libfluidsynth_la-fluid_cmd.o bindings/libfluidsynth_la-fluid_ladspa.o 
bindings/libfluidsynth_la-fluid_filerenderer.o
libtool: link: ranlib .libs/libfluidsynth.a
libtool: link: ( cd ".libs" && rm -f "libfluidsynth.la" && ln -s 
"../libfluidsynth.la" "libfluidsynth.la" )
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/dbus-1.0 -I/usr/lib/dbus-1.0/include -
I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/alsa -
I/audio/include/lash-1.0    -I/usr/local/include  -I/usr/include/alsa  -
D_REENTRANT  -pthread -I/usr/local/include   -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include  -I/usr/local/include  -I/usr/include/dbus-1.0 -
I/usr/lib/dbus-1.0/include     -march=amdfam10 -O2 -pipe -m64 -fPIC  -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 -MT fluidsynth-fluidsynth.o -MD -
MP -MF .deps/fluidsynth-fluidsynth.Tpo -c -o fluidsynth-fluidsynth.o `test -f 
'fluidsynth.c' || echo './'`fluidsynth.c
In file included from ../src/synth/fluid_event_queue.h:24:0,
                 from ../src/synth/fluid_synth.h:35,
                 from ../src/bindings/fluid_lash.h:26,
                 from fluidsynth.c:49:
../src/utils/fluid_sys.h: In function 'new_fluid_cond_mutex':
../src/utils/fluid_sys.h:161:3: warning: 'g_thread_init' is deprecated 
(declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:260) [-
Wdeprecated-declarations]
   if (!g_thread_supported ()) g_thread_init (NULL);
   ^
../src/utils/fluid_sys.h:162:3: warning: 'g_mutex_new' is deprecated (declared 
at /usr/include/glib-2.0/glib/deprecated/gthread.h:272) [-Wdeprecated-
declarations]
   return g_mutex_new ();
   ^
mv -f .deps/fluidsynth-fluidsynth.Tpo .deps/fluidsynth-fluidsynth.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -march=amdfam10 -O2 -pipe -m64 
-fPIC  -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 -Wl,--as-needed  -o 
fluidsynth fluidsynth-fluidsynth.o libfluidsynth.la -lpthread 
libtool: link: gcc -march=amdfam10 -O2 -pipe -m64 -fPIC -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 -Wl,--as-needed -o .libs/fluidsynth 
fluidsynth-fluidsynth.o  ./.libs/libfluidsynth.so -lpthread -pthread
make[2]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
make[1]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
Making all in doc
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/doc'
Making all in include
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
Making all in fluidsynth
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include/fluidsynth'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include/fluidsynth'
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
make[1]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
Making all in cmake_admin
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/cmake_admin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/cmake_admin'
make[1]: Entering directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6'
#############################################
 14-1  music13     fluidsynth-1.1.6  code-compilation over 
##############################################

############# here is the test log
###############################################
   running  make check
###############################################

Making check in src
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
Making check in doc
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/doc'
Making check in include
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
Making check in fluidsynth
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include/fluidsynth'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include/fluidsynth'
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
make[1]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
Making check in cmake_admin
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/cmake_admin'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/cmake_admin'
make[1]: Entering directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6'

#########  and here is the  install log

########################################
   running install to /opt/audio
########################################

Making install in src
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
test -z "/opt/audio/lib" || /bin/mkdir -p "/opt/audio/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libfluidsynth.la 
'/opt/audio/lib'
libtool: install: /usr/bin/install -c .libs/libfluidsynth.so.1.5.2 
/opt/audio/lib/libfluidsynth.so.1.5.2
libtool: install: (cd /opt/audio/lib && { ln -s -f libfluidsynth.so.1.5.2 
libfluidsynth.so.1 || { rm -f libfluidsynth.so.1 && ln -s 
libfluidsynth.so.1.5.2 libfluidsynth.so.1; }; })
libtool: install: (cd /opt/audio/lib && { ln -s -f libfluidsynth.so.1.5.2 
libfluidsynth.so || { rm -f libfluidsynth.so && ln -s libfluidsynth.so.1.5.2 
libfluidsynth.so; }; })
libtool: install: /usr/bin/install -c .libs/libfluidsynth.lai 
/opt/audio/lib/libfluidsynth.la
libtool: install: /usr/bin/install -c .libs/libfluidsynth.a 
/opt/audio/lib/libfluidsynth.a
libtool: install: chmod 644 /opt/audio/lib/libfluidsynth.a
libtool: install: ranlib /opt/audio/lib/libfluidsynth.a
libtool: finish: 
PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/sbin" 
ldconfig -n /opt/audio/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/audio/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/audio/bin" || /bin/mkdir -p "/opt/audio/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c fluidsynth 
'/opt/audio/bin'
libtool: install: /usr/bin/install -c .libs/fluidsynth 
/opt/audio/bin/fluidsynth
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
make[1]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/src'
Making install in doc
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/doc'
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/audio/share/man/man1" || /bin/mkdir -p 
"/opt/audio/share/man/man1"
 /usr/bin/install -c -m 644 fluidsynth.1 '/opt/audio/share/man/man1'
make[2]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/doc'
make[1]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/doc'
Making install in include
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
Making install in fluidsynth
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include/fluidsynth'
make[3]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include/fluidsynth'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/audio/include/fluidsynth" || /bin/mkdir -p 
"/opt/audio/include/fluidsynth"
 /usr/bin/install -c -m 644 types.h settings.h synth.h event.h seq.h seqbind.h 
shell.h sfont.h ramsfont.h audio.h midi.h log.h misc.h version.h voice.h mod.h 
gen.h '/opt/audio/include/fluidsynth'
make[3]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include/fluidsynth'
make[2]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include/fluidsynth'
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
make[3]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/audio/include" || /bin/mkdir -p "/opt/audio/include"
 /usr/bin/install -c -m 644 fluidsynth.h '/opt/audio/include'
make[3]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
make[2]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
make[1]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/include'
Making install in cmake_admin
make[1]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/cmake_admin'
make[2]: Entering directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/cmake_admin'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/cmake_admin'
make[1]: Leaving directory 
`/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6/cmake_admin'
make[1]: Entering directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6'
make[2]: Entering directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/audio/lib/pkgconfig" || /bin/mkdir -p "/opt/audio/lib/pkgconfig"
 /usr/bin/install -c -m 644 fluidsynth.pc '/opt/audio/lib/pkgconfig'
make[2]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6'
make[1]: Leaving directory `/home/linteg/build_b13gMUSIC/fluidsynth-1.1.6'

#-----end fluidsynth build log----------------------

If I have missed something with fluidsynth including installing the wrong 
vesion or missing a compile option I would be grateful for advice or indeed if 
yanking out fluidsynth and recompiling  is necessary  ; that too I am prepared 
for.

Thanks again I I look forward to replies.


sincerely
luxInteg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]