Summary: | "builtin_functions.cpp", line 3218: Error: INFINITY is not defined. | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED WONTFIX | QA Contact: | mesa-dev |
Severity: | blocker | ||
Priority: | medium | CC: | alan.coopersmith |
Version: | git | Keywords: | bisected, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2015-03-26 06:24:37 UTC
Does this problem still exist? Adding Alan to CC in case he has a suggestion. Sorry, I don't have enough context here, but on Solaris, INFINITY is defined via math.h headers, but wrapped in: #if defined(_STDC_C99) || _XOPEN_SOURCE - 0 >= 600 || defined(__C99FEATURES__) but as C++ is pure evil, I don't know if it corrupts this somehow. As of 51564f04b77e6d Oracle Studio is not longer supported in Mesa. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.