[Webkit-unassigned] [Bug 20098] New: Cairo building - curl errors ResourceHandleManager.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 18 13:07:04 PDT 2008


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

           Summary: Cairo building - curl errors ResourceHandleManager.cpp
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: samuele_catuzzi at yahoo.it


on latest revision (svn 35235)
with config.h :

#if PLATFORM(WIN)
#define WTF_USE_JAVASCRIPTCORE_BINDINGS 1
#undef WTF_PLATFORM_CG
#define WTF_PLATFORM_CAIRO 1
#define WTF_USE_CFNETWORK 1
#undef WTF_USE_WININET
#define WTF_PLATFORM_CF 1
#define WTF_USE_PTHREADS 0
#endif

$ WebKit/webKitTools/Scripts/build-webkit --release --cairo-win32

into: WebKit\WebKitBuild\obj\WebCore\Release_Cairo\BuildLog.htm

---cut---
ResourceHandleManager.cpp
..\platform\network\curl\ResourceHandleManager.cpp(96) : error C2039:
'getInternal' : is not a member of 'WebCore::ResourceHandle'
       
c:\cygwin\home\admin\webkit\webcore\platform\network\ResourceHandle.h(91) : see
declaration of 'WebCore::ResourceHandle'
..\platform\network\curl\ResourceHandleManager.cpp(97) : error C2039:
'm_cancelled' : is not a member of 'WebCore::ResourceHandleInternal'
       
c:\cygwin\home\admin\WebKit\WebCore\platform\network\ResourceHandleInternal.h(76)
: see declaration of 'WebCore::ResourceHandleInternal'

.....
---cut---

102 errors on "ResourceHandleManager.cpp"

plus these others:

---cut---
ResourceHandleCurl.cpp
..\platform\network\curl\ResourceHandleCurl.cpp(94) : error C2065: 'm_url' :
undeclared identifier
..\platform\network\curl\ResourceHandleCurl.cpp(95) : error C2065:
'm_customHeaders' : undeclared identifier
FormDataStreamCurl.cpp
NetworkStateNotifierWin.cpp
CookieJarWin.cpp
ResourceResponseBase.cpp
Compiling...
ResourceRequestBase.cpp
ResourceHandle.cpp
c:\cygwin\home\admin\webkit\webcore\platform\network\ResourceHandleInternal.h(146)
: error C2143: syntax error : missing ';' before '<'
c:\cygwin\home\admin\webkit\webcore\platform\network\ResourceHandleInternal.h(146)
: error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int
c:\cygwin\home\admin\webkit\webcore\platform\network\ResourceHandleInternal.h(146)
: error C2238: unexpected token(s) preceding ';'
c:\cygwin\home\admin\webkit\webcore\platform\network\ResourceHandleInternal.h(130)
: error C2614: 'WebCore::ResourceHandleInternal' : illegal member
initialization: 'm_connection' is not a base or member
---cut---


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



More information about the webkit-unassigned mailing list