Hi, I'm trying to build current git on i386, but it fails with the following error: make[3]: Entering directory '/tmp/flac/src/share' CC grabbag/replaygain.lo In file included from grabbag/replaygain.c:38:0: ../../include/share/replaygain_analysis.h:45:15: error: conflicting types for 'float_t' typedef float float_t; /* Type used for filtering */ ^ In file included from /usr/include/math.h:45:0, from grabbag/replaygain.c:25: /usr/include/bits/mathdef.h:35:21: note: previous declaration of 'float_t' was here typedef long double float_t; /* `float' expressions are evaluated as ^ Makefile:613: recipe for target 'grabbag/replaygain.lo' failed It seems to be related to the recent commit b4f7528e. -- Miroslav Lichvar
Miroslav Lichvar wrote:> Hi, > > I'm trying to build current git on i386, but it fails with the > following error: > > make[3]: Entering directory '/tmp/flac/src/share' > CC grabbag/replaygain.lo > In file included from grabbag/replaygain.c:38:0: > ../../include/share/replaygain_analysis.h:45:15: error: conflicting types for 'float_t' > typedef float float_t; /* Type used for filtering */ > ^ > In file included from /usr/include/math.h:45:0, > from grabbag/replaygain.c:25: > /usr/include/bits/mathdef.h:35:21: note: previous declaration of 'float_t' was here > typedef long double float_t; /* `float' expressions are evaluated asWhat distro? What package and what version of the what package installed that file? Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
On Thu, Jun 19, 2014 at 07:28:11PM +1000, Erik de Castro Lopo wrote:> Miroslav Lichvar wrote: > > In file included from /usr/include/math.h:45:0, > > from grabbag/replaygain.c:25: > > /usr/include/bits/mathdef.h:35:21: note: previous declaration of 'float_t' was here > > typedef long double float_t; /* `float' expressions are evaluated as > > What distro? What package and what version of the what package installed > that file?Fedora rawhide, glibc-headers-2.19.90-21.fc21.1.i686. Looking at the file in an older Fedora, it doesn't seem to be something new. -- Miroslav Lichvar