[webkit-dev] error while cross compiling WebKit

David Kilzer ddkilzer at webkit.org
Mon Aug 18 08:17:40 PDT 2008


Your C++ compiler doesn't know what 'std::wstring' is.  Does your C++ library support "wide" characters?

Dave


On Mon, 8/18/08, nishit sharma <sharmafrequent at gmail.com> wrote:

> Hi All,
> I am getting this error while cross compiling WebKit for
> MIPS
> 
> WebKitTools/DumpRenderTree/DumpRenderTree.h:50: error:
> expected constructor,
> destructor, or type conversion before
> "urlSuitableForTestResult"
> 
> I am not getting the cause of this error,
> 
> Can anybody help me inresolving this issue
> 
> Thanks and Regards
> Nishit



More information about the webkit-dev mailing list