From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 46724] New: radeon_drm_winsys compile fail with libdrm in non standard directory
Date: Tue, 28 Feb 2012 13:07:10 +0000 [thread overview]
Message-ID: <bug-46724-502@http.bugs.freedesktop.org/> (raw)
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@lists.freedesktop.org
ReportedBy: vand2@gmx.de
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.
next reply other threads:[~2012-02-28 13:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-28 13:07 bugzilla-daemon [this message]
2012-03-26 17:01 ` [Bug 46724] radeon_drm_winsys compile fail with libdrm in non standard directory bugzilla-daemon
2012-03-27 9:54 ` bugzilla-daemon
2012-04-02 17:07 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-46724-502@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.