[Webkit-unassigned] [Bug 16061] New: no-svg build broken after r27278

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 00:03:05 PST 2007


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

           Summary: no-svg build broken after r27278
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
               URL: http://trac.webkit.org/projects/webkit/changeset/27278
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: timothy at hatcher.name, sam at webkit.org


I broke the no-svg build after r27278 because neither
DOMHTMLEmbedElementPrivate.h nor DOMHTMLObjectElementPrivate.h are created when
SVG is disabled.

I'm not sure how to best fix this.  At first glance, either both header files
always need to be generated (even with empty categories), or else Xcode needs
to conditionalize them.  (Or I just need to remove them from Xcode.)  Note that
they also need to be conditionalized in WebKit/MigrateHeaders.make.

It's sad that this wasn't noticed (probably because the no-svg buildbot is
always red--Bug 12402 was filed to address that).


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