Guillaume Munch wrote: > What error is it?
../../src/MetricsInfo.cpp:61:4: error: type ‘lyx::MetricsBase’ is not a direct base of ‘lyx::MetricsBase’ BTW, if it is possible to keep gcc 4.6 supported for a while with little effort I am in favour of this as well, and I can do also some testing or fixing if needed (this should improve my C++11 knowledge as well). What we do have learnt from this exercise is that anything older than gcc 4.6 does not make sense, so we should bump the current requirement from 4.3 to 4.6. Georg