From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 55919] New: fatal error: nouveau/nouveau_device.h: No such file or directory Date: Fri, 12 Oct 2012 13:35:34 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0340652926==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id D1AEE9E74F for ; Fri, 12 Oct 2012 06:35:34 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0340652926== Content-Type: multipart/alternative; boundary="1350048934.0ebDc0.23174"; charset="us-ascii" --1350048934.0ebDc0.23174 Date: Fri, 12 Oct 2012 13:35:34 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=55919 Priority: medium Bug ID: 55919 Assignee: dri-devel@lists.freedesktop.org Summary: fatal error: nouveau/nouveau_device.h: No such file or directory Severity: major Classification: Unclassified OS: Linux (All) Reporter: spark74@gmx.de Hardware: x86-64 (AMD64) Status: NEW Version: 7.11 Component: Drivers/Gallium/r300 Product: Mesa After make linux-x86-64 I got make[4]: Entering directory `/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src/gallium/drivers/nvfx' gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers -I../../../../src/gallium/drivers/nouveau/include -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -m64 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DUSE_X86_64_ASM -I/usr/X11R6/include -std=c99 -ffast-math -fno-strict-aliasing nv04_2d.c -o nv04_2d.o nv04_2d.c:36:36: fatal error: nouveau/nouveau_device.h: No such file or directory compilation terminated. make[4]: *** [nv04_2d.o] Error 1 make[4]: Leaving directory `/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src/gallium/drivers/nvfx' make[3]: *** [default] Error 1 make[3]: Leaving directory `/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src/gallium/drivers' make[2]: *** [default] Error 1 make[2]: Leaving directory `/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src/gallium' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src' What is wrong and is it needed to build this gallium drivers if I just want to have libGL.so and libOSMesa.so? My linux is Red Hat Enterprise Linux WS release 4 (Nahant Update 8) and gcc version 4.5.2 (GCC). I even tried to build libdrm-2.4.39 but there is no nouveau_device.h, too. I tried to copy a nouveau_device.h from somewhere else but then the next nouveau-header is missing. It would be great if you give me an advice. Kind regards, Roland -- You are receiving this mail because: You are the assignee for the bug. --1350048934.0ebDc0.23174 Date: Fri, 12 Oct 2012 13:35:34 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Priority medium
Bug ID 55919
Assignee dri-devel@lists.freedesktop.org
Summary fatal error: nouveau/nouveau_device.h: No such file or directory
Severity major
Classification Unclassified
OS Linux (All)
Reporter spark74@gmx.de
Hardware x86-64 (AMD64)
Status NEW
Version 7.11
Component Drivers/Gallium/r300
Product Mesa

After 
make linux-x86-64
I got
make[4]: Entering directory
`/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src/gallium/drivers/nvfx'
gcc -c -I. -I../../../../src/gallium/include
-I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers 
-I../../../../src/gallium/drivers/nouveau/include -Wall -Wmissing-prototypes
-Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -m64 -D_POSIX_SOURCE
-D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS
-DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DUSE_X86_64_ASM -I/usr/X11R6/include -std=c99
-ffast-math -fno-strict-aliasing  nv04_2d.c -o nv04_2d.o
nv04_2d.c:36:36: fatal error: nouveau/nouveau_device.h: No such file or
directory
compilation terminated.
make[4]: *** [nv04_2d.o] Error 1
make[4]: Leaving directory
`/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src/gallium/drivers/nvfx'
make[3]: *** [default] Error 1
make[3]: Leaving directory
`/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src/gallium/drivers'
make[2]: *** [default] Error 1
make[2]: Leaving directory
`/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src/gallium'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/remote/lithop4-3/egger/mesa/Mesa-7.11.2/src'

What is wrong and is it needed to build this gallium drivers if I just want to
have libGL.so and libOSMesa.so?

My linux is Red Hat Enterprise Linux WS release 4 (Nahant Update 8)
and gcc version 4.5.2 (GCC).

I even tried to build libdrm-2.4.39 but there is no nouveau_device.h, too.
I tried to copy a nouveau_device.h from somewhere else but then the next
nouveau-header is missing.

It would be great if you give me an advice.


Kind regards,
  Roland


You are receiving this mail because:
  • You are the assignee for the bug.
--1350048934.0ebDc0.23174-- --===============0340652926== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0340652926==--