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 (Again) #122

Closed Haxk20 closed 5 years ago

Haxk20 commented 5 years ago

Im starting to go crazy from reporting a failing build. But well here we go again. pastebin dump Tried to build stock mesa and that one builds just fine.

pendingchaos commented 5 years ago

LLVM started requiring C++14. We'll probably rebase on upstream (which has a fix for this) soon. Until we do, you will have to add "-Dcpp_std=c++14" when running meson configure or meson setup

daniel-schuermann commented 5 years ago

@Haxk20 we rebased ACO so that it schould include the C++14 patch now. Did this solve your issue?

Haxk20 commented 5 years ago

My btrfs part got corrupted from me doing experiments on it so wasnt here. But i just built mesa-aco so indeed yes it did.