daniel-schuermann / mesa

Mesa 3D graphics library (mirror; no pull requests here please)
http://mesa3d.org
135 stars 3 forks source link

Fails to compile #109

Closed Haxk20 closed 5 years ago

Haxk20 commented 5 years ago

For a week or so i can seem to compile mesa-aco as it fails on openCL stuff. This does not happen on upstream mesa on latest commit. Only mesa-aco has this issue. This is the compile errors: error OS is Arch Linux.

Haxk20 commented 5 years ago

I tried backend branch. That branch is totally OK and compiles just fine.

pendingchaos commented 5 years ago

I guess cherry-picking 6b8269d0bbded7a42cd2de2b50d077cf12157d15 fixes it?

Haxk20 commented 5 years ago

Indeed it does

pendingchaos commented 5 years ago

The master branch has just been rebased onto backend, so it should now include that commit.

aufkrawall commented 5 years ago

I have to set -D gallium-opencl=disabled to make compile of current master pass.