Bug 128606 - [Windows] Fix the build after r163757-r163815
Summary: [Windows] Fix the build after r163757-r163815
Status: RESOLVED DUPLICATE of bug 128607
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-11 08:46 PST by Csaba Osztrogonác
Modified: 2014-02-11 09:12 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2014-02-11 08:46:48 PST
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.
Comment 1 Brent Fulgham 2014-02-11 09:08:25 PST

*** This bug has been marked as a duplicate of bug 128601 ***
Comment 2 Csaba Osztrogonác 2014-02-11 09:12:33 PST

*** This bug has been marked as a duplicate of bug 128607 ***