Hi Tim, It seems like building swr forces c++11 mode for the whole build, even other drivers being built that aren't necessarily ready for it. Unfortunately c++11 isn't backwards compatible with c++03, so the switch can't be made unilaterally. Could you have a look at why this is happening?
An example of something that does this properly is clover, which also requires c++11 to be built. Thanks, -ilia
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
