Displaying 2 results from an estimated 2 matches for "mathdef".
Did you mean:
machdep
2014 Jun 19
2
Conflict in float_t type
...n.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.
--
Miros...
2014 Jun 19
1
Conflict in float_t type
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....