Comment 3 for bug 1276027

Revision history for this message
Valerii Kravchuk (valerii-kravchuk) wrote :

Had not tried on Debian yet, but (while fixing cmake etc helped to get build running on my Fedora) I had got all kinds of warnings and errors but this one.

Moreover, I can not find any place in Percona Server code or in /usr/* or in /opt/sun/* where rint() is defined as extern, other than this:

/usr/include/boost/numeric/interval/detail/msvc_rounding_control.hpp:28:extern "C" { double rint(double); }
/usr/include/boost/numeric/interval/detail/c99sub_rounding_control.hpp:21:extern "C" { double rint(double); }

Maybe you can try to use grep -r on your system to find where this problem may come from?