On Fri, Mar 11, 2016 at 7:48 PM, Marek Olšák <mar...@gmail.com> wrote:
> Can you paste the build failures please?

In file included from compute_memory_pool.c:42:0:
evergreen_compute_internal.h:43:2: error: unknown type name ‘LLVMContextRef’
  LLVMContextRef llvm_ctx;
  ^
evergreen_compute.c: In function ‘evergreen_create_compute_state’:
evergreen_compute.c:213:2: error: implicit declaration of function
‘r600_create_shader’ [-Werror=implicit-function-declaration]
  r600_create_shader(&shader->bc, &shader->binary, &use_kill);
  ^
evergreen_compute.c: In function ‘evergreen_delete_compute_state’:
evergreen_compute.c:241:2: error: implicit declaration of function
‘r600_destroy_shader’ [-Werror=implicit-function-declaration]
  r600_destroy_shader(&shader->bc);
  ^
evergreen_compute.c: In function ‘evergreen_launch_grid’:
evergreen_compute.c:556:2: error: implicit declaration of function
‘r600_shader_binary_read_config’
[-Werror=implicit-function-declaration]
  r600_shader_binary_read_config(&shader->binary, &shader->bc,
  ^
cc1: some warnings being treated as errors
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to