-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 3.1.7
-
Component/s: JavaScript
-
None
-
Fully Compatible
-
ALL
-
Platform 7 08/10/15
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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