| Summary: |
main/light.c:159:62: error: 'M_PI' undeclared (first use in this function) |
| Product: |
Mesa
|
Reporter: |
Vinson Lee <vlee> |
| Component: |
Mesa core | Assignee: |
mesa-dev |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
mesa-dev |
| Severity: |
blocker
|
|
|
| Priority: |
medium
|
Keywords: |
regression |
| Version: |
git | |
|
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
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.
mesa: 46110c5d56eb7a2d3c69b2d8565c7631541511b1 (master 10.6.0-devel) MinGW build error CC main/light.lo main/light.c: In function '_mesa_light': main/light.c:159:62: error: 'M_PI' undeclared (first use in this function) light->_CosCutoff = (GLfloat) (cos(light->SpotCutoff * M_PI / 180.0)); ^