[Mesa-dev] [Bug 92293] A compilation error happen when update mesa from 10.6.7 to 11.0.2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 5 09:37:09 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=92293

--- Comment #2 from Neil Roberts <neil at linux.intel.com> ---
I think the general problem is that if you install an old version of Mesa
somewhere and then try and build a new version while specifying the install
prefix of the old version as an include path with -I in the CPPFLAGS then it
will end up picking up the old installed headers instead of the ones that are
internal to the Mesa source tree. In this case the problematic header is
GL/internal/dri_interface.h, but there are others. It doesn't seem like this is
such an unusual thing to do so it would be nice if it worked.

Note, in this case it was being built out-of-tree, but I'm not sure if that's
necessary to replicate the bug.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20151005/0eb6b1dd/attachment.html>


More information about the mesa-dev mailing list