Bug 37423

Summary: Broken build
Product: Mesa Reporter: Knut Petersen <Knut_Petersen>
Component: OtherAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium CC: mattst88
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Knut Petersen 2011-05-20 15:51:39 UTC
Both EGL/eglplatform.h and GL/glx.h include <X11/Xlib.h>. That header file is unconditionally taken from the system include directory which is obviously wrong. The environment variables PREFIX, INCLUDE, X11_INCLUDES are ignored.
Comment 1 Matt Turner 2012-08-18 06:30:15 UTC
Sorry, what's the problem? The description is obviously useless.
Comment 2 Knut Petersen 2012-08-20 07:28:42 UTC
(In reply to comment #1)
> Sorry, what's the problem? The description is obviously useless.

Well, I remember that at that time (15 months ago) an xorg build failed on my system because incompatible (old) Xlib.h and glx.h were taken from /usr/include/... and not from $PREFIX/include/...

I have to admit that I donĀ“t remember the exact circumstances, but I cannot reproduce the problem with the current code.

knut

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.