Re: [proaudio] Problem compiling fluidsynth |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] Problem compiling fluidsynth
- From: Karl Lindén <spray.sucks@xxxxxxxxx>
- Date: Thu, 5 Sep 2013 20:35:22 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zjWncMzjyCGgFq73oGa9u3Dpx6X8HsoFCDJiLIiykMU=; b=ox1fHfzeU4UHFYGutX91Rql+mt/T+giaA5+r2JJqCvZbKUiSfTQ5BLJpsh2x8ZjBD/ 1uYqCZPgvw50ILKGLbBvzBHSS0F9b+48N9Y8Dt5zDz6y5sfZea9bT3Oemtm8Vy6uaY94 rAz54bKyeuxtF4tSVVvfq/O0pWm3gy7HIKWO36X1md4KP3apO8dkgGXSflOrpUuNej/L Lf7J/UpXIQK5Sk6zhyc/3JeYoyLJAHKYFLwbsXk/GVKVjx1/03nmseTyuD2Z65yXDIMt J+L+QUq8qeqSs0bxyq/bxB++D1rB0rdFOXsusEm6aI/JGZED1HTauW1jPrPiTYQ0piQo KNVQ==
Hi!
Thanks for the report! I managed to reproduce it, so I updated the
ebuild to correspond better to upstream. It should be fixed in
revision 2790. Please test it and report if it does not work!
Regards,
Karl
2013/9/5 Matt Henley <nwmatt@xxxxxxxxx>:
> I rebuild my gentoo installation last week and am trying to get pro-audio
> software all installed. When I try to install fluidsynth-9999 and I get the
> following error:
>
> 003476 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
> -I../include -I../src -I../src/drivers -I../src/synth -I../src/rvoice
> -I../src/midi -I../src/utils -I../src/sfloader -I../src/bindings
> -I/usr/include/lash-1.0 -I/usr/include/alsa -D_REENTRANT -pthread
> -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
> -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -march=core2
> -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align
> -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -c
> synth/fluid_tuning.c -o synth/libfluidsynth_la-fluid_tuning.o >/dev/null
> 2>&1
> 003477 synth/fluid_synth.c: In function 'fluid_synth_settings':
> 003478 synth/fluid_synth.c:193:10: error: 'DEFAULT_SOUNDFONT' undeclared
> (first use in this function)
> 003479 synth/fluid_synth.c:193:10: note: each undeclared identifier is
> reported only once for each function it appears in
> 003480 make[2]: *** [synth/libfluidsynth_la-fluid_synth.lo] Error 1
> 003481 make[2]: *** Waiting for unfinished jobs....
>
> Full output at http://pastebin.com/Ct5QRqTA
>
> Any ideas?
>
> Matt