Building Mesa after cloning git repository I get this error: $./autogen.sh --with-dri-drivers=nouveau ... nouveau_context.c: In function ‘nouveau_context_init’: nouveau_context.c:132: warning: passing argument 4 of ‘nouveau_channel_alloc’ makes pointer from integer without a cast /usr/include/nouveau/nouveau_channel.h:51: note: expected ‘struct nouveau_channel **’ but argument is of type ‘int’ nouveau_context.c:132: error: too many arguments to function ‘nouveau_channel_alloc’ make[6]: *** [nouveau_context.o] Error 1 My guess is this commit has something to do, but I could be wrong: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c25fcf5aa5beccd7731706b8f85682170a2eca56
Please retry with a more recent version of libdrm. http://cgit.freedesktop.org/mesa/drm
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.