Displaying 2 results from an estimated 2 matches for "nouveau_lib".
Did you mean:
nouveau_libs
2013 Apr 29
2
[Bug 64042] New: Mesalib Installation Error
...andree.tago at gmail.com
Hardware: Other
Status: NEW
Version: 7.10
Component: Drivers/DRI/nouveau
Product: Mesa
hello,
I get the code source of Mesalib 7.11 and i configure this code
export NOUVEAU_CFLAGS="-I/usr/include/drm/"
export NOUVEAU_LIBS="-L/usr/local/lib/"
./confgure
when i run make i get this errors :
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_flush'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_pending'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_m...
2013 Apr 30
1
[Bug 64074] New: Mesalib Installation Error
...at gmail.com
Hardware: Other
Status: NEW
Version: 7.10
Component: Drivers/DRI/nouveau
Product: Mesa
Mesalib installation :
i have set environement variable
export NOUVEAU_CFLAGS="-I/usr/include/nouveau/ \
-I/usr/include/drm/"
export NOUVEAU_LIBS="-L/usr/local/lib/"
after i run ./configure
then i run make i get this message
usr/include/drm/nouveau_pushbuf.h: In function ?OUT_RING?:
/usr/include/drm/nouveau_pushbuf.h:72: error: ?struct nouveau_channel? has no
member named ?cur?
/usr/include/drm/nouveau_pushbuf.h: In function ?AV...