[Webkit-unassigned] [Bug 128606] New: [Windows] Fix the build after r163757-r163815

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 11 08:49:32 PST 2014


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

           Summary: [Windows] Fix the build after r163757-r163815
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Blocker
          Priority: P1
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: bfulgham at webkit.org, roger_fong at apple.com,
                    peavo at outlook.com


http://trac.webkit.org/changeset/163757 broke the Windows build
and then http://trac.webkit.org/changeset/163815 probably fixed
the failure caused by r163757. 

But the build was broken during 58 commits and it seems somebody else 
broke it again (during the build failure) and the build is still broken.

build log:

       WebView.cpp
     1>C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Include\private\wtf/PrintStream.h(277): error C2039: 'dump' : is not a member of 'WebCore::BString'
                 C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Include\WebCore/BString.h(41) : see declaration of 'WebCore::BString'
                 C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Include\private\wtf/PrintStream.h(58) : see reference to function template instantiation 'void WTF::printInternal<T>(WTF::PrintStream &,const T &)' being compiled
                 with
                 [
                     T=WebCore::BString
                 ]
                 C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Include\private\wtf/StringPrintStream.h(106) : see reference to function template instantiation 'void WTF::PrintStream::print<T>(const T &)' being compiled
                 with
                 [
                     T=WebCore::BString
                 ]
                 ..\..\win\WebView.cpp(2768) : see reference to function template instantiation 'WTF::String WTF::toString<WebCore::BString>(const T &)' being compiled
                 with
                 [
                     T=WebCore::BString
                 ]
     1>Done Building Project "C:\cygwin\home\buildbot\slave\win-release\build\Source\WebKit\WebKit.vcxproj\WebKit\WebKit.vcxproj" (Build target(s)) -- FAILED.

Build FAILED.

-- 
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