| Summary: | glx-test compilation fails in `make check` | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Mark Janes <mark.a.janes> |
| Component: | Drivers/DRI/i965 | Assignee: | Jose Fonseca <jfonseca> |
| Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
| Severity: | normal | ||
| Priority: | medium | CC: | brianp, sroland |
| Version: | git | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Mark Janes
2016-04-26 17:04:30 UTC
First compilation error occurs in c068610a7df370af94fd6177598a35c4425a75f9. The problem are the following lines in src/glx/tests/fake_glx_screen.h :
extern "C" {
#include "glxclient.h"
};
Including headers like that inside extern C should be avoided. My change just happened to trigger it.
I'll try to fix it.
Should be fixed with 52c7443932bd38d6708fcab2a8dfcc7ed3d678f2. |
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.