Summary: | src/mesa/drivers/dri/common/xmlpool.h:103:29: fatal error: xmlpool/options.h: No such file or directory | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | Emil Velikov <emil.l.velikov> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | blocker | ||
Priority: | medium | CC: | emil.l.velikov, johannesobermayr, tstellar |
Version: | git | Keywords: | regression |
Hardware: | x86-64 (AMD64) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | configure: set HAVE_COMMON_DRI when building only swrast |
Description
Vinson Lee
2013-10-02 21:56:10 UTC
Assign to Emil because he didn't trust my build tests and did: " v2: [Emil] Add commit message and drop HAVE_COMMON_DRI from configure.ac" Created attachment 87010 [details] [review] configure: set HAVE_COMMON_DRI when building only swrast I assumed that those headers would be #ifdef'd as drisw/swrast does not use them(it cannot even parse them). Sorry for the breakage, adding back the HAVE_COMMON_DRI hunk fixes the issue. * swrast cannot parse the driconf commit 757ec72b23bac52052c2fb98105b52699e265a24 Author: Emil Velikov <emil.l.velikov@gmail.com> Date: Thu Oct 3 23:23:20 2013 +0100 configure: set HAVE_COMMON_DRI when building only swrast With commit cb1febb07, I have incorrectly removed HAVE_COMMON_DRI assuming that swrast does not need to build the translations for driconf options, as effectively swrast/drisw does not use them. With the incoming unification work of dri and drisw, it makes sense just to revert the offending hunk. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70057 Reported-by: Vinson Lee <vlee@freedesktop.org> Tested-by: Vinson Lee <vlee@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> |
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.