Closed
Bug 1490127
Opened 7 years ago
Closed 7 years ago
Compilation fails | SymbolTable_autogen.cpp:1163:33: error: expected unqualified-id constexpr const ImmutableString isinf("isinf")
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1490673
People
(Reporter: gzuliani, Unassigned)
Details
Attachments
(1 file)
|
272.48 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180909145608
Steps to reproduce:
firefox 62.0 do not compile successfully on my Linux machine. The full compilation output is attached to this Bug report as text file.
Actual results:
compilation fails with the following error: "/tmp/firefox-62.0/gfx/angle/checkout/src/compiler/translator/SymbolTable_autogen.cpp:1163:33: error: expected unqualified-id constexpr const ImmutableString isinf("isinf");"
Expected results:
firefox should compile successfully without errors. As an additional information:
- firefox 61.0.2 still compiles successfully on the same machine, using the same build options.
- after performing a quick search it appears that the problem could be solved by
"Adding <cmath> in #include lines". Unfortunately I was unable to fix it alone.
Updated•7 years ago
|
Component: Untriaged → General
Product: Firefox → Firefox Build System
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•