[Webkit-unassigned] [Bug 124661] New: [GTK] Release compilation fails when defining "LOG_DISABLED=0"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 20 08:35:31 PST 2013


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

           Summary: [GTK] Release compilation fails when defining
                    "LOG_DISABLED=0"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agomez at igalia.com


This is happening at least in the GTK port, although I think it would happen also in other ports

$ export CPPFLAGS="-DLOG_DISABLED=0"
$ ./Tools/Scripts/build-webkit --gtk

...

  CXX    Source/WebCore/html/libWebCore_la-ImageData.lo                                                                                                                                                                                       
../../Source/WebCore/html/HTMLTrackElement.cpp: In member function 'virtual bool WebCore::HTMLTrackElement::canLoadUrl(const WebCore::URL&)':                                                                                                 
../../Source/WebCore/html/HTMLTrackElement.cpp:251:131: error: invalid use of incomplete type 'class WTF::CString'                                                                                                                            
In file included from ../../Source/WebCore/platform/URL.h:29:0,                                                                                                                                                                               
                 from ../../Source/WebCore/platform/URLHash.h:29,                                                                                                                                                                             
                 from ../../Source/WebCore/css/CSSValue.h:25,                                                                                                                                                                                 
                 from ../../Source/WebCore/css/CSSPrimitiveValue.h:26,                                                                                                                                                                        
                 from ../../Source/WebCore/dom/StyledElement.h:28,                                                                                                                                                                            
                 from ../../Source/WebCore/html/HTMLElement.h:26,                                                                                                                                                                             
                 from ../../Source/WebCore/html/HTMLTrackElement.h:30,                                                                                                                                                                        
                 from ../../Source/WebCore/html/HTMLTrackElement.cpp:28:                                                                                                                                                                      
../../Source/WTF/wtf/Forward.h:42:7: error: forward declaration of 'class WTF::CString'                                                                                                                                                       
make[1]: *** [Source/WebCore/html/libWebCore_la-HTMLTrackElement.lo] Error 1                                                                                                                                                                  
make[1]: *** Waiting for unfinished jobs....                                                                                                                                                                                                  
make[1]: Leaving directory `/opt/webkit/WebKit-local.git/WebKitBuild/Release'                                                                                                                                                                 
make: *** [all] Error 2

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