[Mesa-dev] [Bug 101657] strtod.c:32:10: fatal error: xlocale.h: No such file or directory

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 30 16:26:56 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=101657

--- Comment #1 from Eric Engestrom <fdo-bugs at engestrom.ch> ---
To be clear, the bug here is that SCons (scons/gallium.py) defines
HAVE_XLOCALE_H without actually checking that it does indeed have xlocale.h.

As far as I can tell, there is no way to perform such a check on SCons, so I
think the define should be removed, and the corresponding functionality [1]
will not work when built from scons.

Is there any other alternative?

[1]
/**
 * Wrapper around strtod which uses the "C" locale so the decimal
 * point is always '.'
 */

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170630/e3204320/attachment.html>


More information about the mesa-dev mailing list