| Summary: |
radeon_drm_winsys compile fail with libdrm in non standard directory |
| Product: |
Mesa
|
Reporter: |
vand2 |
| Component: |
Drivers/Gallium/r600 | Assignee: |
Default DRI bug account <dri-devel> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
git | |
|
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
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.
Compiling of mesa git fails with libdrm in a non standard directory. libdrm (2.4.31): ./configure \ --prefix=/opt/mesa \ LDFLAGS=-L/opt/mesa/lib \ PKG_CONFIG_PATH=/opt/mesa/lib/pkgconfig \ --enable-nouveau-experimental-api mesa (git a46548e0effa45d31b536c1af97b8dcacbe2db8e): ./configure \ --prefix=/opt/mesa \ --enable-texture-float \ PKG_CONFIG_PATH=/opt/mesa/lib/pkgconfig \ USE_EXTERNAL_DXTN_LIB=1 make -j8 .... gcc -c -I. -I../../../../../src/gallium/include -I../../../../../src/gallium/auxiliary -I../../../../../src/gallium/drivers -I../../../../../include -I/usr/include/libdrm -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -g -O2 -fPIC -DUSE_X86_64_ASM -D_GNU_SOURCE -DPTHREADS -DTEXTURE_FLOAT_ENABLED -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0209 -fvisibility=hidden -I/usr/lib/llvm-2.9/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS radeon_drm_winsys.c -o radeon_drm_winsys.o In file included from radeon_drm_winsys.h:33:0, from radeon_drm_bo.h:35, from radeon_drm_cs.h:30, from radeon_drm_bo.c:28: radeon_winsys.h:46:35: fatal error: libdrm/radeon_surface.h: No such file or directory compilation terminated. In file included from radeon_drm_winsys.h:33:0, from radeon_drm_bo.h:35, from radeon_drm_cs.h:30, from radeon_drm_cs.c:65: radeon_winsys.h:46:35: fatal error: libdrm/radeon_surface.h: No such file or directory compilation terminated. In file included from radeon_drm_winsys.h:33:0, from radeon_drm_bo.h:35, from radeon_drm_winsys.c:34: radeon_winsys.h:46:35: fatal error: libdrm/radeon_surface.h: No such file or directory compilation terminated. ....