@alfkil
Quote:
Yes, of course as usual ! :)
As it ask for c++11, it mean you need more recent vesion of GCC.
4.2.4 and co are no go, experemental support of c++11 was added 4.8.1, and started from 5.x it is in. So you need to build or 5.x version or 6.x version from Adtools page (that one which on github, and no old one from SF, as maybe on github some new bugs was fixed/addded).
Probably better to choice 5.x one , as i see that recent MUI builds done via "GCC: (adtools build 5.3.0)" , so that ones definately tested well already and have c++11 support too.
From another side 6.x can be intersting to try as well, as it have C++14 support (which may also intersting some day or maybe QT already may support it), but at least 5.x tested with MUI (and probably YAM) already. I myself buld both some time ago, but didn't test them much.