https://bugs.freedesktop.org/show_bug.cgi?id=46724 Bug #: 46724 Summary: radeon_drm_winsys compile fail with libdrm in non standard directory Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@xxxxxxxxxxxxxxxxxxxxx ReportedBy: vand2@xxxxxx 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. .... -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel