[Webkit-unassigned] [Bug 74865] New: Webkit compilation error without networkproxy feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 08:36:27 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74865

           Summary: Webkit compilation error without networkproxy feature
           Product: WebKit
           Version: 420+
          Platform: All
               URL: https://bugreports.qt.nokia.com/browse/QTBUG-23240
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laborer2008 at gmail.com


After configure stage with "-no-feature-networkproxy" option I got

make[2]: Entering directory `/home/sergey/code/qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/WebCore'
compiling platform/network/qt/ProxyServerQt.cpp
In file included from ../JavaScriptCore/wtf/OwnPtr.h:25:0,
from ../JavaScriptCore/wtf/VectorTraits.h:24,
from ../JavaScriptCore/wtf/Vector.h:29,
from platform/network/ProxyServer.h:29,
from platform/network/qt/ProxyServerQt.cpp:27:
../JavaScriptCore/wtf/NullPtr.h:48:1: warning: identifier 'nullptr' will become a keyword in C++0x [-Wc++0x-compat]
platform/network/qt/ProxyServerQt.cpp: In function 'WTF::Vector<WebCore::ProxyServer> WebCore::proxyServersForURL(const WebCore::KURL&, const WebCore::NetworkingContext*)':
platform/network/qt/ProxyServerQt.cpp:45:73: error: 'const class QNetworkAccessManager' has no member named 'proxyFactory'
platform/network/qt/ProxyServerQt.cpp:48:58: error: invalid use of incomplete type 'struct QNetworkProxyFactory'
../../../../../include/QtNetwork/../../src/network/access/qnetworkaccessmanager.h:63:7: error: forward declaration of 'struct QNetworkProxyFactory'
platform/network/qt/ProxyServerQt.cpp:48:93: error: 'QNetworkProxyQuery' was not declared in this scope
platform/network/qt/ProxyServerQt.cpp:51:26: error: invalid use of incomplete type 'const struct QNetworkProxy'
../../../../../include/QtNetwork/../../src/network/access/qnetworkaccessmanager.h:62:7: error: forward declaration of 'const struct QNetworkProxy'

Reproduced with Qt 4.8.0, not Qt 4.7.4.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list