RESOLVED FIXED Bug 20098
Cairo building - curl errors ResourceHandleManager.cpp
https://bugs.webkit.org/show_bug.cgi?id=20098
Summary Cairo building - curl errors ResourceHandleManager.cpp
Samuele Catuzzi
Reported 2008-07-18 13:07:04 PDT
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---
Attachments
WebKitBuild\obj\WebCore\Release_Cairo\BuildLog.htm (406.72 KB, text/html)
2008-07-18 13:10 PDT, Samuele Catuzzi
no flags
Samuele Catuzzi
Comment 1 2008-07-18 13:10:10 PDT
Created attachment 22373 [details] WebKitBuild\obj\WebCore\Release_Cairo\BuildLog.htm
Lucio Ferrari
Comment 2 2008-11-03 07:26:37 PST
Bug replicated (lucio.ferrari@moondus.com) building version #37896 (03-11-2008).
Brent Fulgham
Comment 3 2009-08-10 23:54:04 PDT
I believe this bug is corrected in the current release. Please reopen if you continue to encounter this.
Note You need to log in before you can comment on or make changes to this bug.