On Thursday 12 June 2008 11:36:24 am Kunal Deo wrote: > "../JavaScriptCore/wtf/HashMap.h", line 272: Error: Cannot use > std::pair<WTF::HashTableIterator<int, std::pair<int, int>,
Don't use Cstd to compile webkit. Workaround: do the initialization there in two or three steps, doing explicit construction of the std::pair. I had a patch once, forget where I left it (and I'm not going to go looking). -- Adriaan de Groot, KDE quality team, KDE4-Solaris http://solaris.kde.org/
