Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
3.1.7
-
None
-
Fully Compatible
-
ALL
-
Platform 7 08/10/15
-
0
Description
MSVC 2013 started offering 'trunc' from math.h
Our SpiderMonkey configuration does not set HAVE_TRUNC in configuration, so mozilla generates a trunc, which then conflicts with the math.h provided trunc.
We should fix that by setting HAVE_TRUNC in the windows configs