Re: Mplayer-gtk-esound 0.99.8 cannot compile on FreeBSD 4.11



In article <12bqcma51a1ut93@xxxxxxxxxxxxxxxxxx>,
Young Coot <Reply@xxxxxxxxxxxxxxxxxxxx> writes:

The biggest issue is the calling of the "roundf" function from "math.h"
during the later part of the compile process, a function that does not
apparently exist in the 4.x version of "math.h" but does exist in the 5.x
and 6.x versions. It may be possible to add that definition safely
to "math.h" but I have not tried it. So, until that issue is addressed,
the compile process stops there on a 4.x system and can go no further.

As the person who wrote the round(3) family of functions,
you could add them to 4.11's libm but you'll need a
working version of isfinite(3). isfinite(3) was added in
5.1.

--
Steve
http://troutmask.apl.washington.edu/~kargl/
.



Relevant Pages