@Deniil
Quote:
Seems the problem is in the SDK; the compiler being too old to compile webkit with its C++11 feature requirements.
The C++11 features issue is only going to get worse over time, as more and more open-source projects use it. The new C++11 features are very useful (I particularly like having standard multi-threading classes).
I have no idea how much work updating GCC and the C++ standard library is,** but it's becoming more and more important over time.
Hans
** NOTE: From memory, the adtools project does have GCC 4.9.2 working as a cross-compiler, although there may still be a few issues with it. Nevertheless, that task is at least partially done.