| Summary: |
VPATH build broken by 4f00423 |
| Product: |
xorg
|
Reporter: |
Julien Cristau <jcristau> |
| Component: |
Server/General | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Xorg Project Team <xorg-team> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
jeremyhu
|
| Version: |
git | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
17452
|
|
|
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.
Building Xorg on master fails with: make[6]: Entering directory `/whatever/xorg-server/build/hw/xfree86/utils/gtf' gcc -DHAVE_CONFIG_H -I. -I../../../../../hw/xfree86/utils/gtf -I../../../../include -DHAVE_XORG_CONFIG_H -fvisibility=hidden -DXF86PM -g -O2 -MT gtf-gtf.o -MD -MP -MF .deps/gtf-gtf.Tpo -c -o gtf-gtf.o `test -f 'gtf.c' || echo '../../../../../hw/xfree86/utils/gtf/'`gtf.c rm -f gtf.1 ln -s gtf.man gtf.1 In file included from ../../../../include/xorg-config.h:13, from ../../../../../hw/xfree86/utils/gtf/gtf.c:107: ../../../../include/dix-config.h:433:38: error: dix-config-post-verbatim.h: No such file or directory make[6]: *** [gtf-gtf.o] Error 1 -I$(top_srcdir)/include seems to be missing, and the introduction of dix-config-post-verbatim.h breaks the build.