[Webkit-unassigned] [Bug 18163] New: [Autotools] Build errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 27 15:23:11 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18163

           Summary: [Autotools] Build errors
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lethalman88 at gmail.com


Hello, it's almost a week i can't get WebKit compiled using autotools, always
updating svn. These are errors using ./configure --prefix=/usr/local

WebCore/platform/network/AuthenticationChallengeBase.cpp:32: error:
'AuthenticationChallengeBase' has not been declared
WebCore/platform/network/AuthenticationChallengeBase.cpp:32: error: ISO C++
forbids declaration of 'AuthenticationChallengeBase' with no type
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'int
WebCore::AuthenticationChallengeBase()':
WebCore/platform/network/AuthenticationChallengeBase.cpp:33: error: only
constructors take base initializers
WebCore/platform/network/AuthenticationChallengeBase.cpp: At global scope:
WebCore/platform/network/AuthenticationChallengeBase.cpp:38: error:
'AuthenticationChallengeBase' is not a class or namespace
WebCore/platform/network/AuthenticationChallengeBase.cpp:42: error: ISO C++
forbids declaration of 'AuthenticationChallengeBase' with no type
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'int
WebCore::AuthenticationChallengeBase(const WebCore::ProtectionSpace&, const
WebCore::Credential&, unsigned int, const WebCore::ResourceResponse&, const
WebCore::ResourceError&)':
WebCore/platform/network/AuthenticationChallengeBase.cpp:43: error: only
constructors take base initializers
WebCore/platform/network/AuthenticationChallengeBase.cpp: At global scope:
WebCore/platform/network/AuthenticationChallengeBase.cpp:52: error:
'AuthenticationChallengeBase' is not a class or namespace
WebCore/platform/network/AuthenticationChallengeBase.cpp:52: error: non-member
function 'unsigned int WebCore::previousFailureCount()' cannot have
cv-qualifier
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'unsigned
int WebCore::previousFailureCount()':
WebCore/platform/network/AuthenticationChallengeBase.cpp:54: error:
'm_previousFailureCount' was not declared in this scope
WebCore/platform/network/AuthenticationChallengeBase.cpp: At global scope:
WebCore/platform/network/AuthenticationChallengeBase.cpp:57: error:
'AuthenticationChallengeBase' is not a class or namespace
WebCore/platform/network/AuthenticationChallengeBase.cpp:57: error: non-member
function 'const WebCore::Credential& WebCore::proposedCredential()' cannot have
cv-qualifier
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'const
WebCore::Credential& WebCore::proposedCredential()':
WebCore/platform/network/AuthenticationChallengeBase.cpp:59: error:
'm_proposedCredential' was not declared in this scope
WebCore/platform/network/AuthenticationChallengeBase.cpp: At global scope:
WebCore/platform/network/AuthenticationChallengeBase.cpp:62: error:
'AuthenticationChallengeBase' is not a class or namespace
WebCore/platform/network/AuthenticationChallengeBase.cpp:62: error: non-member
function 'const WebCore::ProtectionSpace& WebCore::protectionSpace()' cannot
have cv-qualifier
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'const
WebCore::ProtectionSpace& WebCore::protectionSpace()':
WebCore/platform/network/AuthenticationChallengeBase.cpp:64: error:
'm_protectionSpace' was not declared in this scope
WebCore/platform/network/AuthenticationChallengeBase.cpp: At global scope:
WebCore/platform/network/AuthenticationChallengeBase.cpp:67: error:
'AuthenticationChallengeBase' is not a class or namespace
WebCore/platform/network/AuthenticationChallengeBase.cpp:67: error: non-member
function 'const WebCore::ResourceResponse& WebCore::failureResponse()' cannot
have cv-qualifier
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'const
WebCore::ResourceResponse& WebCore::failureResponse()':
WebCore/platform/network/AuthenticationChallengeBase.cpp:69: error:
'm_failureResponse' was not declared in this scope
WebCore/platform/network/AuthenticationChallengeBase.cpp: At global scope:
WebCore/platform/network/AuthenticationChallengeBase.cpp:72: error:
'AuthenticationChallengeBase' is not a class or namespace
WebCore/platform/network/AuthenticationChallengeBase.cpp:72: error: non-member
function 'const WebCore::ResourceError& WebCore::error()' cannot have
cv-qualifier
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'const
WebCore::ResourceError& WebCore::error()':
WebCore/platform/network/AuthenticationChallengeBase.cpp:74: error: 'm_error'
was not declared in this scope
WebCore/platform/network/AuthenticationChallengeBase.cpp: At global scope:
WebCore/platform/network/AuthenticationChallengeBase.cpp:77: error:
'AuthenticationChallengeBase' is not a class or namespace
WebCore/platform/network/AuthenticationChallengeBase.cpp:77: error: non-member
function 'bool WebCore::isNull()' cannot have cv-qualifier
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'bool
WebCore::isNull()':
WebCore/platform/network/AuthenticationChallengeBase.cpp:79: error: 'm_isNull'
was not declared in this scope
WebCore/platform/network/AuthenticationChallengeBase.cpp: At global scope:
WebCore/platform/network/AuthenticationChallengeBase.cpp:82: error:
'AuthenticationChallengeBase' is not a class or namespace
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'void
WebCore::nullify()':
WebCore/platform/network/AuthenticationChallengeBase.cpp:84: error: 'm_isNull'
was not declared in this scope
WebCore/platform/network/AuthenticationChallengeBase.cpp: At global scope:
WebCore/platform/network/AuthenticationChallengeBase.cpp:87: error:
'AuthenticationChallengeBase' is not a class or namespace
WebCore/platform/network/AuthenticationChallengeBase.cpp: In function 'bool
WebCore::compare(const WebCore::AuthenticationChallenge&, const
WebCore::AuthenticationChallenge&)':
WebCore/platform/network/AuthenticationChallengeBase.cpp:110: error:
'platformCompare' is not a member of 'WebCore::AuthenticationChallenge'
make[1]: ***
[WebCore/platform/network/libWebCore_la-AuthenticationChallengeBase.lo] Error 1
make[1]: Leaving directory `/media/common/projects/WebKit'
make: *** [all] Error 2

Also, if i --enable-svg this will give me the following error:

DerivedSources/SVGElementFactory.cpp: In function 'WebCore::SVGElement*
WebCore::hkernConstructor(WebCore::Document*, bool)':
DerivedSources/SVGElementFactory.cpp:132: error: expected type-specifier before
'SVGHKernElement'
DerivedSources/SVGElementFactory.cpp:132: error: cannot convert 'int*' to
'WebCore::SVGElement*' in return
DerivedSources/SVGElementFactory.cpp:132: error: expected ';' before
'SVGHKernElement'
DerivedSources/SVGElementFactory.cpp:132: error: 'SVGHKernElement' was not
declared in this scope
make[1]: *** [DerivedSources/libWebCore_la-SVGElementFactory.lo] Error 1
make[1]: Leaving directory `/media/common/projects/WebKit'
make: *** [all] Error 2


-- 
Configure bugmail: http://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