Re: [Mesa-dev] [PATCH] nouveau: Make it compile

2016-05-16 Thread Daniel Vetter
On Mon, May 16, 2016 at 10:09:55AM -0400, Rob Clark wrote: > I got bit by this too.. since I'm not very good at 'make uninstall'ing > before git-pull && make && make install.. > > (iirc this header file moved so you could end up with both old and new > headers if you aren't careful) Hm indeed, st

Re: [Mesa-dev] [PATCH] nouveau: Make it compile

2016-05-16 Thread Rob Clark
I got bit by this too.. since I'm not very good at 'make uninstall'ing before git-pull && make && make install.. (iirc this header file moved so you could end up with both old and new headers if you aren't careful) BR, -R On Mon, May 16, 2016 at 10:07 AM, Ilia Mirkin wrote: > Because you have a

Re: [Mesa-dev] [PATCH] nouveau: Make it compile

2016-05-16 Thread Emil Velikov
On 16 May 2016 at 14:52, Daniel Vetter wrote: > No idea why, but without this my mesa stopped compiling ... > > Signed-off-by: Daniel Vetter > --- > src/mesa/drivers/dri/nouveau/nouveau_screen.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.

Re: [Mesa-dev] [PATCH] nouveau: Make it compile

2016-05-16 Thread Tobias Klausmann
Latest master head compiles fine here without this patch for a small build (i965 and nouveau) On 16.05.2016 15:52, Daniel Vetter wrote: No idea why, but without this my mesa stopped compiling ... Signed-off-by: Daniel Vetter --- src/mesa/drivers/dri/nouveau/nouveau_screen.c | 1 + 1 file

Re: [Mesa-dev] [PATCH] nouveau: Make it compile

2016-05-16 Thread Ilia Mirkin
Because you have a stale libdrm install. On Mon, May 16, 2016 at 9:52 AM, Daniel Vetter wrote: > No idea why, but without this my mesa stopped compiling ... > > Signed-off-by: Daniel Vetter > --- > src/mesa/drivers/dri/nouveau/nouveau_screen.c | 1 + > 1 file changed, 1 insertion(+) > > diff --

[Mesa-dev] [PATCH] nouveau: Make it compile

2016-05-16 Thread Daniel Vetter
No idea why, but without this my mesa stopped compiling ... Signed-off-by: Daniel Vetter --- src/mesa/drivers/dri/nouveau/nouveau_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.c b/src/mesa/drivers/dri/nouveau/nouveau_screen.c index 6f61