gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers -I../../../../include -I../../../../src/gallium/drivers/radeon/ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -fPIC -D_GNU_SOURCE -DPTHREADS -DTEXTURE_FLOAT_ENABLED -DUSE_X86_64_ASM -DHAVE_POSIX_MEMALIGN -DIN_DRI_DRIVER -DUSE_XCB -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -DHAVE_LLVM=0x0301 -fvisibility=hidden -I/usr/include/libdrm -I/usr/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS r600_blit.c -o r600_blit.o r600_blit.c: In function ‘r600_blit_uncompress_depth’: r600_blit.c:145:4: warning: passing argument 4 of ‘util_blitter_custom_depth_stencil’ makes integer from pointer without a cast [enabled by default] In file included from r600_blit.c:24:0: ../../../../src/gallium/auxiliary/util/u_blitter.h:297:6: note: expected ‘unsigned int’ but argument is of type ‘void *’ r600_blit.c:145:4: error: incompatible type for argument 5 of ‘util_blitter_custom_depth_stencil’ In file included from r600_blit.c:24:0: ../../../../src/gallium/auxiliary/util/u_blitter.h:297:6: note: expected ‘void *’ but argument is of type ‘float’ r600_blit.c:145:4: error: too few arguments to function ‘util_blitter_custom_depth_stencil’ In file included from r600_blit.c:24:0: ../../../../src/gallium/auxiliary/util/u_blitter.h:297:6: note: declared here r600_blit.c: In function ‘r600_hw_copy_region’: r600_blit.c:253:7: warning: passing argument 7 of ‘util_blitter_copy_texture’ makes integer from pointer without a cast [enabled by default] In file included from r600_blit.c:24:0: ../../../../src/gallium/auxiliary/util/u_blitter.h:195:6: note: expected ‘unsigned int’ but argument is of type ‘struct pipe_resource *’ r600_blit.c:253:7: warning: passing argument 8 of ‘util_blitter_copy_texture’ makes pointer from integer without a cast [enabled by default] In file included from r600_blit.c:24:0: ../../../../src/gallium/auxiliary/util/u_blitter.h:195:6: note: expected ‘struct pipe_resource *’ but argument is of type ‘unsigned int’ r600_blit.c:253:7: warning: passing argument 9 of ‘util_blitter_copy_texture’ makes integer from pointer without a cast [enabled by default] In file included from r600_blit.c:24:0: ../../../../src/gallium/auxiliary/util/u_blitter.h:195:6: note: expected ‘unsigned int’ but argument is of type ‘const struct pipe_box *’ r600_blit.c:253:7: error: too few arguments to function ‘util_blitter_copy_texture’ In file included from r600_blit.c:24:0: ../../../../src/gallium/auxiliary/util/u_blitter.h:195:6: note: declared here r600_blit.c: In function ‘r600_compressed_to_blittable’: r600_blit.c:272:22: warning: unused variable ‘rscreen’ [-Wunused-variable] r600_blit.c: In function ‘r600_reset_blittable_to_compressed’: r600_blit.c:307:22: warning: unused variable ‘rscreen’ [-Wunused-variable] make[4]: *** [r600_blit.o] Error 1 make[4]: Leaving directory `/home/michael/src/Mesa/mesa/src/gallium/drivers/radeonsi' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/michael/src/Mesa/mesa/src/gallium/drivers' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/michael/src/Mesa/mesa/src/gallium' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/michael/src/Mesa/mesa/src' make: *** [all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...