Bug 126271

Summary: Attempt to fix the build of WebCore's code generator on CMake based system
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dbates, gyuyoung.kim, gyuyoung.kim, laszlo.gombos, mrobinson, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Benjamin Poulain 2013-12-28 05:14:22 PST
Attempt to fix the build of WebCore's code generator on CMake based system
Comment 1 Benjamin Poulain 2013-12-28 05:18:16 PST
Created attachment 220073 [details]
Patch
Comment 2 Daniel Bates 2013-12-30 11:16:19 PST
Comment on attachment 220073 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=220073&action=review

> Source/JavaScriptCore/ChangeLog:3
> +        Attempt to fix the build of WebCore's code generator on CMake based system

Can you elaborate? Do we know what revision broke the build? Or is this more of a correctness issue than a build fix? As of the time of writing, looking at <http://build.webkit.org/console> and the stdio of the compile step on EFL Linux 64-bit Release WK1/WK2 and GTK Linux 64-bit Debug WK1/Release, the bots seem to be building without any JavaScriptCore header-related errors.
Comment 3 Benjamin Poulain 2013-12-30 13:11:25 PST
(In reply to comment #2)
> (From update of attachment 220073 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=220073&action=review
> 
> > Source/JavaScriptCore/ChangeLog:3
> > +        Attempt to fix the build of WebCore's code generator on CMake based system
> 
> Can you elaborate? Do we know what revision broke the build? Or is this more of a correctness issue than a build fix? As of the time of writing, looking at <http://build.webkit.org/console> and the stdio of the compile step on EFL Linux 64-bit Release WK1/WK2 and GTK Linux 64-bit Debug WK1/Release, the bots seem to be building without any JavaScriptCore header-related errors.

I am trying to fix the build consistency to land https://bugs.webkit.org/show_bug.cgi?id=126185
Comment 4 Benjamin Poulain 2014-01-02 03:41:33 PST
Committed r161206: <http://trac.webkit.org/changeset/161206>