ext Hui Tang wrote:
the error comes from the code below, how to solve it?
#if REQUEST_DEBUG
    KURL u(resource->url());

printf("HOST %s COUNT %d RECEIVED %s\n", u.host().latin1().data(), m_requestsLoading.size(), resource->url().latin1().data());
#endif

This constructor is defined for Qt in KURL.h. Are you building for the correct port?

This mailing list is mostly for development of WebKit itself. For simple build issues, you should start by investigating yourself before asking on the list. You can also use the support services of Qt if you have a license.

cheers,
Benjamin
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to